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

blog.css 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. .blog-nav-item-aside {
  2. font-style: italic;
  3. }
  4. .row {
  5. margin-left: -15px;
  6. margin-right: -15px;
  7. }
  8. #footer {
  9. padding-top: 40px;
  10. color: #999;
  11. }
  12. /*! SOURCE: http://getbootstrap.com/examples/blog/blog.css !*/
  13. /*
  14. * Globals
  15. */
  16. body {
  17. font-family: Roboto;
  18. color: #ccc;
  19. background-color: #212121;
  20. }
  21. h1, .h1,
  22. h2, .h2,
  23. h3, .h3,
  24. h4, .h4,
  25. h5, .h5,
  26. h6, .h6 {
  27. margin-top: 0;
  28. font-family: Roboto;
  29. font-weight: normal;
  30. color: #cd3c23;
  31. text-transform: uppercase;
  32. }
  33. $p: text-align: justify
  34. /*
  35. * Override Bootstrap's default container.
  36. */
  37. @media (min-width: 1200px) {
  38. .container {
  39. width: 970px;
  40. }
  41. }
  42. /*
  43. * Masthead for nav
  44. */
  45. .blog-masthead {
  46. text-transform: uppercase;
  47. background-color: #cd3c23;
  48. -webkit-box-shadow: inset 0 -2px 50px rgba(0,0,0,.1);
  49. box-shadow: inset 0 -2px 50px rgba(0,0,0,.1);
  50. }
  51. /* Nav links */
  52. .blog-nav-item {
  53. position: relative;
  54. display: inline-block;
  55. padding: 10px;
  56. font-weight: 500;
  57. color: #cdddeb;
  58. }
  59. .blog-nav-item:hover,
  60. .blog-nav-item:focus {
  61. color: #fff;
  62. text-decoration: none;
  63. }
  64. /* Active state gets a caret at the bottom */
  65. .blog-nav .active {
  66. color: #fff;
  67. }
  68. .blog-nav .active:after {
  69. position: absolute;
  70. bottom: 0;
  71. left: 50%;
  72. width: 0;
  73. height: 0;
  74. margin-left: -5px;
  75. vertical-align: middle;
  76. content: " ";
  77. border-right: 5px solid transparent;
  78. border-bottom: 5px solid;
  79. border-left: 5px solid transparent;
  80. }
  81. /*
  82. * Blog name and description
  83. */
  84. .blog-header {
  85. padding-top: 20px;
  86. padding-bottom: 20px;
  87. }
  88. .blog-title {
  89. margin-top: 30px;
  90. margin-bottom: 0;
  91. font-size: 60px;
  92. font-weight: normal;
  93. }
  94. .blog-description {
  95. font-size: 20px;
  96. color: #999;
  97. }
  98. /*
  99. * Main column and sidebar layout
  100. */
  101. .blog-main {
  102. font-size: 18px;
  103. line-height: 1.5;
  104. }
  105. /* Sidebar modules for boxing content */
  106. .sidebar-module {
  107. color: white;
  108. padding: 15px;
  109. margin: 0 -15px 15px;
  110. }
  111. .sidebar-module h4 {
  112. color: white;
  113. }
  114. .sidebar-module-inset {
  115. color: #ccc;
  116. padding: 15px;
  117. background-color: #595959;
  118. border-radius: 4px;
  119. }
  120. .sidebar-module-inset p:last-child,
  121. .sidebar-module-inset ul:last-child,
  122. .sidebar-module-inset ol:last-child {
  123. margin-bottom: 0;
  124. }
  125. /* Pagination */
  126. .pager {
  127. margin-bottom: 60px;
  128. text-align: left;
  129. }
  130. .pager > li > a {
  131. width: 140px;
  132. padding: 10px 20px;
  133. text-align: center;
  134. border-radius: 30px;
  135. }
  136. /*
  137. * Blog posts
  138. */
  139. .blog-post {
  140. margin-bottom: 60px;
  141. }
  142. .blog-post-title {
  143. margin-bottom: 5px;
  144. font-size: 40px;
  145. }
  146. .blog-post-meta {
  147. margin-bottom: 20px;
  148. color: #999;
  149. }
  150. /*
  151. * Footer
  152. */
  153. .blog-footer {
  154. padding: 40px 0;
  155. color: #999;
  156. text-align: center;
  157. background-color: #212121;
  158. border-top: 1px solid #212121;
  159. }
  160. .blog-footer p:last-child {
  161. margin-bottom: 0;
  162. }
  163. a {
  164. color: #cd3c23
  165. }
  166. a:hover {
  167. color: #F24E45;
  168. }
  169. @font-face {
  170. font-family:'Roboto';
  171. font-style:normal;
  172. font-weight:400;
  173. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2)format('woff2');
  174. unicode-range:U+0460-052F,
  175. U+1C80-1C88,
  176. U+20B4,
  177. U+2DE0-2DFF,
  178. U+A640-A69F,
  179. U+FE2E-FE2F;
  180. }
  181. @font-face {
  182. font-family:'Roboto';
  183. font-style:normal;
  184. font-weight:400;
  185. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2)format('woff2');
  186. unicode-range:U+0301,
  187. U+0400-045F,
  188. U+0490-0491,
  189. U+04B0-04B1,
  190. U+2116;
  191. }
  192. @font-face {
  193. font-family:'Roboto';
  194. font-style:normal;
  195. font-weight:400;
  196. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2)format('woff2');
  197. unicode-range:U+1F00-1FFF;
  198. }
  199. @font-face {
  200. font-family:'Roboto';
  201. font-style:normal;
  202. font-weight:400;
  203. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2)format('woff2');
  204. unicode-range:U+0370-03FF;
  205. }
  206. @font-face {
  207. font-family:'Roboto';
  208. font-style:normal;
  209. font-weight:400;
  210. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2)format('woff2');
  211. unicode-range:U+0102-0103,
  212. U+0110-0111,
  213. U+0128-0129,
  214. U+0168-0169,
  215. U+01A0-01A1,
  216. U+01AF-01B0,
  217. U+1EA0-1EF9,
  218. U+20AB;
  219. }
  220. @font-face {
  221. font-family:'Roboto';
  222. font-style:normal;
  223. font-weight:400;
  224. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2)format('woff2');
  225. unicode-range:U+0100-024F,
  226. U+0259,
  227. U+1E00-1EFF,
  228. U+2020,
  229. U+20A0-20AB,
  230. U+20AD-20CF,
  231. U+2113,
  232. U+2C60-2C7F,
  233. U+A720-A7FF;
  234. }
  235. @font-face {
  236. font-family:'Roboto';
  237. font-style:normal;
  238. font-weight:400;
  239. src:url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2)format('woff2');
  240. unicode-range:U+0000-00FF,
  241. U+0131,
  242. U+0152-0153,
  243. U+02BB-02BC,
  244. U+02C6,
  245. U+02DA,
  246. U+02DC,
  247. U+2000-206F,
  248. U+2074,
  249. U+20AC,
  250. U+2122,
  251. U+2191,
  252. U+2193,
  253. U+2212,
  254. U+2215,
  255. U+FEFF,
  256. U+FFFD;
  257. }
  258. @font-face {
  259. font-family:'Roboto';
  260. font-style:normal;
  261. font-weight:500;
  262. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2)format('woff2');
  263. unicode-range:U+0460-052F,
  264. U+1C80-1C88,
  265. U+20B4,
  266. U+2DE0-2DFF,
  267. U+A640-A69F,
  268. U+FE2E-FE2F;
  269. }
  270. @font-face {
  271. font-family:'Roboto';
  272. font-style:normal;
  273. font-weight:500;
  274. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2)format('woff2');
  275. unicode-range:U+0301,
  276. U+0400-045F,
  277. U+0490-0491,
  278. U+04B0-04B1,
  279. U+2116;
  280. }
  281. @font-face {
  282. font-family:'Roboto';
  283. font-style:normal;
  284. font-weight:500;
  285. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2)format('woff2');
  286. unicode-range:U+1F00-1FFF;
  287. }
  288. @font-face {
  289. font-family:'Roboto';
  290. font-style:normal;
  291. font-weight:500;
  292. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2)format('woff2');
  293. unicode-range:U+0370-03FF;
  294. }
  295. @font-face {
  296. font-family:'Roboto';
  297. font-style:normal;
  298. font-weight:500;
  299. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2)format('woff2');
  300. unicode-range:U+0102-0103,
  301. U+0110-0111,
  302. U+0128-0129,
  303. U+0168-0169,
  304. U+01A0-01A1,
  305. U+01AF-01B0,
  306. U+1EA0-1EF9,
  307. U+20AB;
  308. }
  309. @font-face {
  310. font-family:'Roboto';
  311. font-style:normal;
  312. font-weight:500;
  313. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2)format('woff2');
  314. unicode-range:U+0100-024F,
  315. U+0259,
  316. U+1E00-1EFF,
  317. U+2020,
  318. U+20A0-20AB,
  319. U+20AD-20CF,
  320. U+2113,
  321. U+2C60-2C7F,
  322. U+A720-A7FF;
  323. }
  324. @font-face {
  325. font-family:'Roboto';
  326. font-style:normal;
  327. font-weight:500;
  328. src:url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2)format('woff2');
  329. unicode-range:U+0000-00FF,
  330. U+0131,
  331. U+0152-0153,
  332. U+02BB-02BC,
  333. U+02C6,
  334. U+02DA,
  335. U+02DC,
  336. U+2000-206F,
  337. U+2074,
  338. U+20AC,
  339. U+2122,
  340. U+2191,
  341. U+2193,
  342. U+2212,
  343. U+2215,
  344. U+FEFF,
  345. U+FFFD;
  346. }