all repos — h3rald @ d4b2f1867a15b8d069b6749ee7b35ec264a4c83d

The sources of https://h3rald.com

content/styles/style.scss

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
/* Fonts */

@import url(http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Cardo);


article, #legacy-comments, #disqus_thread {
  font-size: 19px;
  line-height: 1.5em;
  color: #000;

  li, dt, dd {
    line-height: 1.5em
  }

  dt {
    margin-top: 1.5em;
  }

}

/* Other Elements */

.pubdate, .read {
  font-style: italic;
}

.read {
  margin-bottom: 20px;
}

.featured {
  font-variant: small-caps;
  font-size: 130%;
}

footer {
  margin: auto;
  text-align: center;
}

#header-row {
  margin-top: 15px;
}

.article-info {
  font-style: italic;
}

.hyphenate {
  text-align: justify;
}

article p[style*="right"] {
  margin: 0.5em 0 0.5em 1em;
}

article p[style*="left"] {
  margin: 0.5em 1em 0.5em 0;
}

/* Headings */

#main-content > article h1 {
  line-height: 1em;
  font-size: 1.6em;
}
#main-content > article h2 {
  line-height: 1em;
  font-size: 1.3em;
  font-style: italic;
}

article.page > header h1 {
	font-size: 2em;
  margin-top: -10px;
}

#secondary-content > article h1{
  line-height: 1em;
  font-size: 1.3em;
}

#secondary-content > article h2{
  line-height: 1em;
  font-size: 1em;
  font-style: italic;
}

#body-text section header h1,
#body-text h2 {
	font-size: 1.8em;
}

article.page > header h2,
#body-text section section header h1,
#body-text h3 {
  margin-top: 1.2em;
	font-size: 1.5em;
  font-style: italic;
}

article.page > header h2 {
  margin-top: 0;
  line-height: 1.1em;
}

#body-text section section section section header h1,
#body-text h4 {
  margin-top: 1.2em;
	font-size: 1.3em;
}

#body-text section section section header h1,
#body-text h5 {
  margin-top: 1em;
	font-size: 1em;
  font-style: italic;
}

#body-text section section section section section header h1,
#body-text h6 {
  margin-top: 1em;
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.2em;
}

/* Logos */

.main-title { 
  display: block; 
  color: #000;
  font-family: "Cardo", "Times New Roman", serif; margin-bottom: 2px;

  .h, h1 .rald { font-size: 60px; }
  .three { display: block; margin-top: -38px; margin-left: 36px; font-size: 76px; }
  .hrald { display: block; margin-top: 10px; font-size: 60px; }
  h2 { font-size: 18px; font-weight: normal; margin-top: -22px; margin-left: 73px; margin-bottom: 0; }
}

@import "_vendor.scss";
@import "_code.scss";
@import "_zocial.scss";