all repos — h3rald @ 4645748014a32c07f7f121bfa921180463fcc9f2

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
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
/* 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);

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

/* Bootstrap Overrides */

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

  p {
    margin: 5px 0;
  }

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

article table {
  @extend .table;
  @extend .table-striped;
  @extend .table-bordered;
}

/* 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;
}

#body-text .navigation {
  margin: auto;
  text-align: center;
}

.main-title h1 {
  margin-top: 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;
  margin-bottom: 0;
}

#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;
}
h1 > code {
	font-size: 0.9em;
  border:none;
  color: #000;
  background:none;
}

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: 0 0 1em 0;
  line-height: 1em;
}

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

#body-text section 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;
}