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

blog.css~ 6.3KB

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