A new Riff-radio.org site with a static approach.

all.css 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  1. @import url("rst_base.css");
  2. @import url("nikola_rst.css");
  3. /* code.css file generated by Nikola */
  4. pre { line-height: 125%; margin: 0; }
  5. td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
  6. span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
  7. td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
  8. span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
  9. pre.code .hll, .code .codetable .hll, .highlight pre .hll { background-color: #ffffcc }
  10. pre.code , .code .codetable , .highlight pre { background: #f8f8f8; }
  11. pre.code .c, .code .codetable .c, .highlight pre .c { color: #408080; font-style: italic } /* Comment */
  12. pre.code .err, .code .codetable .err, .highlight pre .err { border: 1px solid #FF0000 } /* Error */
  13. pre.code .k, .code .codetable .k, .highlight pre .k { color: #008000; font-weight: bold } /* Keyword */
  14. pre.code .o, .code .codetable .o, .highlight pre .o { color: #666666 } /* Operator */
  15. pre.code .ch, .code .codetable .ch, .highlight pre .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
  16. pre.code .cm, .code .codetable .cm, .highlight pre .cm { color: #408080; font-style: italic } /* Comment.Multiline */
  17. pre.code .cp, .code .codetable .cp, .highlight pre .cp { color: #BC7A00 } /* Comment.Preproc */
  18. pre.code .cpf, .code .codetable .cpf, .highlight pre .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
  19. pre.code .c1, .code .codetable .c1, .highlight pre .c1 { color: #408080; font-style: italic } /* Comment.Single */
  20. pre.code .cs, .code .codetable .cs, .highlight pre .cs { color: #408080; font-style: italic } /* Comment.Special */
  21. pre.code .gd, .code .codetable .gd, .highlight pre .gd { color: #A00000 } /* Generic.Deleted */
  22. pre.code .ge, .code .codetable .ge, .highlight pre .ge { font-style: italic } /* Generic.Emph */
  23. pre.code .gr, .code .codetable .gr, .highlight pre .gr { color: #FF0000 } /* Generic.Error */
  24. pre.code .gh, .code .codetable .gh, .highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  25. pre.code .gi, .code .codetable .gi, .highlight pre .gi { color: #00A000 } /* Generic.Inserted */
  26. pre.code .go, .code .codetable .go, .highlight pre .go { color: #888888 } /* Generic.Output */
  27. pre.code .gp, .code .codetable .gp, .highlight pre .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
  28. pre.code .gs, .code .codetable .gs, .highlight pre .gs { font-weight: bold } /* Generic.Strong */
  29. pre.code .gu, .code .codetable .gu, .highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  30. pre.code .gt, .code .codetable .gt, .highlight pre .gt { color: #0044DD } /* Generic.Traceback */
  31. pre.code .kc, .code .codetable .kc, .highlight pre .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
  32. pre.code .kd, .code .codetable .kd, .highlight pre .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
  33. pre.code .kn, .code .codetable .kn, .highlight pre .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
  34. pre.code .kp, .code .codetable .kp, .highlight pre .kp { color: #008000 } /* Keyword.Pseudo */
  35. pre.code .kr, .code .codetable .kr, .highlight pre .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
  36. pre.code .kt, .code .codetable .kt, .highlight pre .kt { color: #B00040 } /* Keyword.Type */
  37. pre.code .m, .code .codetable .m, .highlight pre .m { color: #666666 } /* Literal.Number */
  38. pre.code .s, .code .codetable .s, .highlight pre .s { color: #BA2121 } /* Literal.String */
  39. pre.code .na, .code .codetable .na, .highlight pre .na { color: #7D9029 } /* Name.Attribute */
  40. pre.code .nb, .code .codetable .nb, .highlight pre .nb { color: #008000 } /* Name.Builtin */
  41. pre.code .nc, .code .codetable .nc, .highlight pre .nc { color: #0000FF; font-weight: bold } /* Name.Class */
  42. pre.code .no, .code .codetable .no, .highlight pre .no { color: #880000 } /* Name.Constant */
  43. pre.code .nd, .code .codetable .nd, .highlight pre .nd { color: #AA22FF } /* Name.Decorator */
  44. pre.code .ni, .code .codetable .ni, .highlight pre .ni { color: #999999; font-weight: bold } /* Name.Entity */
  45. pre.code .ne, .code .codetable .ne, .highlight pre .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
  46. pre.code .nf, .code .codetable .nf, .highlight pre .nf { color: #0000FF } /* Name.Function */
  47. pre.code .nl, .code .codetable .nl, .highlight pre .nl { color: #A0A000 } /* Name.Label */
  48. pre.code .nn, .code .codetable .nn, .highlight pre .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
  49. pre.code .nt, .code .codetable .nt, .highlight pre .nt { color: #008000; font-weight: bold } /* Name.Tag */
  50. pre.code .nv, .code .codetable .nv, .highlight pre .nv { color: #19177C } /* Name.Variable */
  51. pre.code .ow, .code .codetable .ow, .highlight pre .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
  52. pre.code .w, .code .codetable .w, .highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
  53. pre.code .mb, .code .codetable .mb, .highlight pre .mb { color: #666666 } /* Literal.Number.Bin */
  54. pre.code .mf, .code .codetable .mf, .highlight pre .mf { color: #666666 } /* Literal.Number.Float */
  55. pre.code .mh, .code .codetable .mh, .highlight pre .mh { color: #666666 } /* Literal.Number.Hex */
  56. pre.code .mi, .code .codetable .mi, .highlight pre .mi { color: #666666 } /* Literal.Number.Integer */
  57. pre.code .mo, .code .codetable .mo, .highlight pre .mo { color: #666666 } /* Literal.Number.Oct */
  58. pre.code .sa, .code .codetable .sa, .highlight pre .sa { color: #BA2121 } /* Literal.String.Affix */
  59. pre.code .sb, .code .codetable .sb, .highlight pre .sb { color: #BA2121 } /* Literal.String.Backtick */
  60. pre.code .sc, .code .codetable .sc, .highlight pre .sc { color: #BA2121 } /* Literal.String.Char */
  61. pre.code .dl, .code .codetable .dl, .highlight pre .dl { color: #BA2121 } /* Literal.String.Delimiter */
  62. pre.code .sd, .code .codetable .sd, .highlight pre .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
  63. pre.code .s2, .code .codetable .s2, .highlight pre .s2 { color: #BA2121 } /* Literal.String.Double */
  64. pre.code .se, .code .codetable .se, .highlight pre .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
  65. pre.code .sh, .code .codetable .sh, .highlight pre .sh { color: #BA2121 } /* Literal.String.Heredoc */
  66. pre.code .si, .code .codetable .si, .highlight pre .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
  67. pre.code .sx, .code .codetable .sx, .highlight pre .sx { color: #008000 } /* Literal.String.Other */
  68. pre.code .sr, .code .codetable .sr, .highlight pre .sr { color: #BB6688 } /* Literal.String.Regex */
  69. pre.code .s1, .code .codetable .s1, .highlight pre .s1 { color: #BA2121 } /* Literal.String.Single */
  70. pre.code .ss, .code .codetable .ss, .highlight pre .ss { color: #19177C } /* Literal.String.Symbol */
  71. pre.code .bp, .code .codetable .bp, .highlight pre .bp { color: #008000 } /* Name.Builtin.Pseudo */
  72. pre.code .fm, .code .codetable .fm, .highlight pre .fm { color: #0000FF } /* Name.Function.Magic */
  73. pre.code .vc, .code .codetable .vc, .highlight pre .vc { color: #19177C } /* Name.Variable.Class */
  74. pre.code .vg, .code .codetable .vg, .highlight pre .vg { color: #19177C } /* Name.Variable.Global */
  75. pre.code .vi, .code .codetable .vi, .highlight pre .vi { color: #19177C } /* Name.Variable.Instance */
  76. pre.code .vm, .code .codetable .vm, .highlight pre .vm { color: #19177C } /* Name.Variable.Magic */
  77. pre.code .il, .code .codetable .il, .highlight pre .il { color: #666666 } /* Literal.Number.Integer.Long */
  78. .highlight table, .highlight tr, .highlight td, .code table, .code tr, .code td { border-spacing: 0; border-collapse: separate; padding: 0 }
  79. .highlight pre, .code pre { white-space: pre-wrap; line-height: normal }
  80. .highlighttable td.linenos, .codetable td.linenos { vertical-align: top; padding-left: 10px; padding-right: 10px; user-select: none; -webkit-user-select: none }
  81. .highlighttable td.linenos code:before, .codetable td.linenos code:before { content: attr(data-line-number) }
  82. .highlighttable td.code, .codetable td.code { overflow-wrap: normal; border-collapse: collapse }
  83. .highlighttable td.code code, .codetable td.code code { overflow: unset; border: none; padding: 0; margin: 0; white-space: pre-wrap; line-height: unset; background: none }
  84. .highlight .lineno.nonumber, .code .lineno.nonumber { list-style: none }
  85. table.codetable, table.highlighttable { width: 100%;}
  86. .codetable td.linenos, td.linenos { text-align: right; width: 3.5em; padding-right: 0.5em; background: rgba(127, 127, 127, 0.2) }
  87. .codetable td.code, td.code { padding-left: 0.5em; }
  88. /*!
  89. * baguetteBox.js
  90. * @author feimosi
  91. * @version 1.11.1
  92. * @url https://github.com/feimosi/baguetteBox.js
  93. */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
  94. #container {
  95. width: 960px;
  96. margin: 0 auto;
  97. }
  98. #contentcolumn {
  99. max-width: 760px;
  100. }
  101. #q {
  102. width: 150px;
  103. }
  104. img {
  105. max-width: 90%;
  106. }
  107. .postbox {
  108. border-bottom: 2px solid darkgrey;
  109. margin-bottom: 12px;
  110. }
  111. .titlebox {
  112. text-align: right;
  113. }
  114. #addthisbox {margin-bottom: 12px;}
  115. td.label {
  116. /* Issue #290 */
  117. background-color: inherit;
  118. }
  119. .footnote-reference {
  120. /* Issue 290 */
  121. vertical-align: super;
  122. font-size: xx-small;
  123. }
  124. .caption {
  125. /* Issue 292 */
  126. text-align: center;
  127. padding-top: 1em;
  128. }
  129. div.figure > img,
  130. div.figure > a > img {
  131. /* Issue 292 */
  132. display: block;
  133. margin-left: auto;
  134. margin-right: auto;
  135. }
  136. blockquote p, blockquote {
  137. font-size: 17.5px;
  138. font-weight: 300;
  139. line-height: 1.25;
  140. }
  141. ul.bricks > li {
  142. display: inline;
  143. background-color: lightblue;
  144. padding: 8px;
  145. border-radius: 5px;
  146. line-height: 3;
  147. white-space:nowrap;
  148. margin: 3px;
  149. }
  150. .at300b, .stMainServices, .stButton, .stButton_gradient {
  151. box-sizing: content-box;
  152. }
  153. pre, pre code {
  154. white-space: pre;
  155. word-wrap: normal;
  156. overflow: auto;
  157. }
  158. article.post-micro {
  159. font-family: Georgia, 'Times New Roman', Times, serif;
  160. font-size: 1.5em;
  161. }
  162. .image-block {
  163. display: inline-block;
  164. }
  165. .flowr_row {
  166. width: 100%;
  167. }
  168. .tags {
  169. padding-left: 0;
  170. margin-left: -5px;
  171. list-style: none;
  172. text-align: center;
  173. }
  174. .tags > li {
  175. display: inline-block;
  176. min-width: 10px;
  177. padding: 3px 7px;
  178. font-size: 12px;
  179. font-weight: bold;
  180. line-height: 1;
  181. color: #fff;
  182. text-align: center;
  183. white-space: nowrap;
  184. vertical-align: baseline;
  185. background-color: #999;
  186. border-radius: 10px;
  187. }
  188. .tags > li a {
  189. color: #fff;
  190. }
  191. .metadata p:before,
  192. .postlist .listdate:after,
  193. .translationslist p:before {
  194. content: " — ";
  195. }
  196. .metadata p:first-of-type:before,
  197. .translationslist p:first-of-type:before {
  198. content: "";
  199. }
  200. .metadata p,
  201. .translationslist p {
  202. display: inline;
  203. }
  204. .posttranslations h3, .translationslist h3 {
  205. display: inline;
  206. font-size: 1em;
  207. font-weight: bold;
  208. }
  209. .posttranslations h3:last-child, .translationslist h3:last-child {
  210. display: none;
  211. }
  212. .entry-content {
  213. margin-top: 1em;
  214. }
  215. .navbar-brand {
  216. padding: 0 15px;
  217. }
  218. .navbar-brand #blog-title {
  219. padding: 15px 0;
  220. display: inline-block;
  221. }
  222. .navbar-brand #logo {
  223. max-width: 100%;
  224. }
  225. .navbar-brand>img {
  226. display: inline;
  227. }
  228. .row {
  229. margin: 0;
  230. }
  231. /* for alignment with Bootstrap's .entry-content styling */
  232. .entry-summary {
  233. margin-top: 1em;
  234. }
  235. /* Custom page footer */
  236. #footer {
  237. padding-top: 19px;
  238. color: #777;
  239. border-top: 1px solid #e5e5e5;
  240. }
  241. .codetable {
  242. table-layout: fixed;
  243. }
  244. .codetable pre {
  245. overflow-x: scroll;
  246. }
  247. /* hat tip bootstrap/html5 boilerplate */
  248. @media print {
  249. *, *:before, *:after {
  250. font-family: Garamond, Junicode, serif;
  251. }
  252. body {
  253. font-size: 12pt;
  254. text-align: justify;
  255. }
  256. article .entry-title a[href]:after,
  257. article .metadata a[href]:after,
  258. article .tags a[href]:after {
  259. content: "";
  260. }
  261. article .metadata .sourceline {
  262. display: none;
  263. }
  264. article .metadata .linkline a[href]:after {
  265. content: " (" attr(href) ")";
  266. }
  267. .navbar {
  268. display: none;
  269. }
  270. }
  271. .blog-nav-item-aside {
  272. font-style: italic;
  273. }
  274. .row {
  275. margin-left: -15px;
  276. margin-right: -15px;
  277. }
  278. #footer {
  279. padding-top: 40px;
  280. color: #999;
  281. }
  282. /*! SOURCE: http://getbootstrap.com/examples/blog/blog.css !*/
  283. /*
  284. * Globals
  285. */
  286. body {
  287. font-family: Roboto;
  288. color: #ccc;
  289. background-color: #212121;
  290. }
  291. h1, .h1,
  292. h2, .h2,
  293. h3, .h3,
  294. h4, .h4,
  295. h5, .h5,
  296. h6, .h6 {
  297. margin-top: 0;
  298. font-family: Roboto;
  299. font-weight: normal;
  300. color: #cd3c23;
  301. text-transform: uppercase;
  302. }
  303. $p: text-align: justify
  304. /*
  305. * Override Bootstrap's default container.
  306. */
  307. @media (min-width: 1200px) {
  308. .container {
  309. width: 970px;
  310. }
  311. }
  312. /*
  313. * Masthead for nav
  314. */
  315. .blog-masthead {
  316. text-transform: uppercase;
  317. background-color: #cd3c23;
  318. -webkit-box-shadow: inset 0 -2px 50px rgba(0,0,0,.1);
  319. box-shadow: inset 0 -2px 50px rgba(0,0,0,.1);
  320. }
  321. /* Nav links */
  322. .blog-nav-item {
  323. position: relative;
  324. display: inline-block;
  325. padding: 10px;
  326. font-weight: 500;
  327. color: #cdddeb;
  328. }
  329. .blog-nav-item:hover,
  330. .blog-nav-item:focus {
  331. color: #fff;
  332. text-decoration: none;
  333. }
  334. /* Active state gets a caret at the bottom */
  335. .blog-nav .active {
  336. color: #fff;
  337. }
  338. .blog-nav .active:after {
  339. position: absolute;
  340. bottom: 0;
  341. left: 50%;
  342. width: 0;
  343. height: 0;
  344. margin-left: -5px;
  345. vertical-align: middle;
  346. content: " ";
  347. border-right: 5px solid transparent;
  348. border-bottom: 5px solid;
  349. border-left: 5px solid transparent;
  350. }
  351. /*
  352. * Blog name and description
  353. */
  354. .blog-header {
  355. padding-top: 20px;
  356. padding-bottom: 20px;
  357. }
  358. .blog-title {
  359. margin-top: 30px;
  360. margin-bottom: 0;
  361. font-size: 60px;
  362. font-weight: normal;
  363. }
  364. .blog-description {
  365. font-size: 20px;
  366. color: #999;
  367. }
  368. /*
  369. * Main column and sidebar layout
  370. */
  371. .blog-main {
  372. font-size: 18px;
  373. line-height: 1.5;
  374. }
  375. /* Sidebar modules for boxing content */
  376. .sidebar-module {
  377. color: white;
  378. padding: 15px;
  379. margin: 0 -15px 15px;
  380. }
  381. .sidebar-module h4 {
  382. color: white;
  383. }
  384. .sidebar-module-inset {
  385. color: #ccc;
  386. padding: 15px;
  387. background-color: #595959;
  388. border-radius: 4px;
  389. }
  390. .sidebar-module-inset p:last-child,
  391. .sidebar-module-inset ul:last-child,
  392. .sidebar-module-inset ol:last-child {
  393. margin-bottom: 0;
  394. }
  395. /* Pagination */
  396. .pager {
  397. margin-bottom: 60px;
  398. text-align: left;
  399. }
  400. .pager > li > a {
  401. width: 140px;
  402. padding: 10px 20px;
  403. text-align: center;
  404. border-radius: 30px;
  405. }
  406. /*
  407. * Blog posts
  408. */
  409. .blog-post {
  410. margin-bottom: 60px;
  411. }
  412. .blog-post-title {
  413. margin-bottom: 5px;
  414. font-size: 40px;
  415. }
  416. .blog-post-meta {
  417. margin-bottom: 20px;
  418. color: #999;
  419. }
  420. /*
  421. * Footer
  422. */
  423. .blog-footer {
  424. padding: 40px 0;
  425. color: #999;
  426. text-align: center;
  427. background-color: #212121;
  428. border-top: 1px solid #212121;
  429. }
  430. .blog-footer p:last-child {
  431. margin-bottom: 0;
  432. }
  433. a {
  434. color: #cd3c23
  435. }
  436. a:hover {
  437. color: #F24E45;
  438. }
  439. @font-face {
  440. font-family:'Roboto';
  441. font-style:normal;
  442. font-weight:400;
  443. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2)format('woff2');
  444. unicode-range:U+0460-052F,
  445. U+1C80-1C88,
  446. U+20B4,
  447. U+2DE0-2DFF,
  448. U+A640-A69F,
  449. U+FE2E-FE2F;
  450. }
  451. @font-face {
  452. font-family:'Roboto';
  453. font-style:normal;
  454. font-weight:400;
  455. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)format('woff2');
  456. unicode-range:U+0301,
  457. U+0400-045F,
  458. U+0490-0491,
  459. U+04B0-04B1,
  460. U+2116;
  461. }
  462. @font-face {
  463. font-family:'Roboto';
  464. font-style:normal;
  465. font-weight:400;
  466. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)format('woff2');
  467. unicode-range:U+1F00-1FFF;
  468. }
  469. @font-face {
  470. font-family:'Roboto';
  471. font-style:normal;
  472. font-weight:400;
  473. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)format('woff2');
  474. unicode-range:U+0370-03FF;
  475. }
  476. @font-face {
  477. font-family:'Roboto';
  478. font-style:normal;
  479. font-weight:400;
  480. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)format('woff2');
  481. unicode-range:U+0102-0103,
  482. U+0110-0111,
  483. U+0128-0129,
  484. U+0168-0169,
  485. U+01A0-01A1,
  486. U+01AF-01B0,
  487. U+1EA0-1EF9,
  488. U+20AB;
  489. }
  490. @font-face {
  491. font-family:'Roboto';
  492. font-style:normal;
  493. font-weight:400;
  494. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)format('woff2');
  495. unicode-range:U+0100-024F,
  496. U+0259,
  497. U+1E00-1EFF,
  498. U+2020,
  499. U+20A0-20AB,
  500. U+20AD-20CF,
  501. U+2113,
  502. U+2C60-2C7F,
  503. U+A720-A7FF;
  504. }
  505. @font-face {
  506. font-family:'Roboto';
  507. font-style:normal;
  508. font-weight:400;
  509. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2)format('woff2');
  510. unicode-range:U+0000-00FF,
  511. U+0131,
  512. U+0152-0153,
  513. U+02BB-02BC,
  514. U+02C6,
  515. U+02DA,
  516. U+02DC,
  517. U+2000-206F,
  518. U+2074,
  519. U+20AC,
  520. U+2122,
  521. U+2191,
  522. U+2193,
  523. U+2212,
  524. U+2215,
  525. U+FEFF,
  526. U+FFFD;
  527. }
  528. @font-face {
  529. font-family:'Roboto';
  530. font-style:normal;
  531. font-weight:500;
  532. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2)format('woff2');
  533. unicode-range:U+0460-052F,
  534. U+1C80-1C88,
  535. U+20B4,
  536. U+2DE0-2DFF,
  537. U+A640-A69F,
  538. U+FE2E-FE2F;
  539. }
  540. @font-face {
  541. font-family:'Roboto';
  542. font-style:normal;
  543. font-weight:500;
  544. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2)format('woff2');
  545. unicode-range:U+0301,
  546. U+0400-045F,
  547. U+0490-0491,
  548. U+04B0-04B1,
  549. U+2116;
  550. }
  551. @font-face {
  552. font-family:'Roboto';
  553. font-style:normal;
  554. font-weight:500;
  555. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2)format('woff2');
  556. unicode-range:U+1F00-1FFF;
  557. }
  558. @font-face {
  559. font-family:'Roboto';
  560. font-style:normal;
  561. font-weight:500;
  562. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2)format('woff2');
  563. unicode-range:U+0370-03FF;
  564. }
  565. @font-face {
  566. font-family:'Roboto';
  567. font-style:normal;
  568. font-weight:500;
  569. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2)format('woff2');
  570. unicode-range:U+0102-0103,
  571. U+0110-0111,
  572. U+0128-0129,
  573. U+0168-0169,
  574. U+01A0-01A1,
  575. U+01AF-01B0,
  576. U+1EA0-1EF9,
  577. U+20AB;
  578. }
  579. @font-face {
  580. font-family:'Roboto';
  581. font-style:normal;
  582. font-weight:500;
  583. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2)format('woff2');
  584. unicode-range:U+0100-024F,
  585. U+0259,
  586. U+1E00-1EFF,
  587. U+2020,
  588. U+20A0-20AB,
  589. U+20AD-20CF,
  590. U+2113,
  591. U+2C60-2C7F,
  592. U+A720-A7FF;
  593. }
  594. @font-face {
  595. font-family:'Roboto';
  596. font-style:normal;
  597. font-weight:500;
  598. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2)format('woff2');
  599. unicode-range:U+0000-00FF,
  600. U+0131,
  601. U+0152-0153,
  602. U+02BB-02BC,
  603. U+02C6,
  604. U+02DA,
  605. U+02DC,
  606. U+2000-206F,
  607. U+2074,
  608. U+20AC,
  609. U+2122,
  610. U+2191,
  611. U+2193,
  612. U+2212,
  613. U+2215,
  614. U+FEFF,
  615. U+FFFD;
  616. }