all repos — h3rald @ 7c392647836be1fb022aea53f448c3c8508ae3d3

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
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
/* Fonts */

@import "_bootstrap.scss";
@import "_vendor.scss";
@import "_coderay.scss";
@import "_font-awesome.scss";
//@import "_lato.scss";

@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu:300,300,400,300italic,400italic);

/* Bootstrap Overrides */

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", sans-serif;
  color: #222;
  font-weight: 300;
}

pre, code, samp {
  font-family: "Ubuntu Mono", monospace;
}

b, strong {
  font-weight: 400;
}

pre {
  padding: 0;
}

pre code {
  padding: 4px;
  margin: 0;
}

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

.contact-list ul{
  list-style-type: none;
  margin: 20px 0;
}

.contact-list ul li {
  margin: 10px 0;
}

.article-aggregation {
  margin: 20px 0;
}

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

.read {
  margin-bottom: 20px;
}

.featured {
  display: block;
  font-style: italic;
  text-align: right;
  font-size: 130%;
  color: #555;
}

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;
  font-weight: 400;
}
#main-content > article h2 {
  margin-top: 0;
  line-height: 1em;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 300;
}

article.page > header h1 {
	font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

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

#secondary-content > article h2{
  margin-top: 0;
  line-height: 1em;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
}

#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,
h1.toc-header {
  margin-top: 1.2em;
	font-size: 1.5em;
  font-style: italic;
  font-weight: 300px;
}

article.page > header h2 {
  margin: 0 0 1em 0;
  line-height: 1.2em;
  font-weight: 300;
}

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

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

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

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