style.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. /* http://meyerweb.com/eric/tools/css/reset/
  2. v2.0 | 20110126
  3. License: none (public domain)
  4. */
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. padding: 0;
  19. margin: 0;
  20. font: inherit;
  21. font-size: 100%;
  22. vertical-align: baseline;
  23. border: 0;
  24. }
  25. /* HTML5 display-role reset for older browsers */
  26. article, aside, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section {
  28. display: block;
  29. }
  30. body {
  31. line-height: 1;
  32. }
  33. ol, ul {
  34. list-style: none;
  35. }
  36. blockquote, q {
  37. quotes: none;
  38. }
  39. blockquote:before, blockquote:after,
  40. q:before, q:after {
  41. content: '';
  42. content: none;
  43. }
  44. /* LAYOUT STYLES */
  45. body {
  46. color: #fff;
  47. font-family: 'Roboto Mono', 'Helvetica Neue', Helvetica, Arial, serif;
  48. font-size: 1em;
  49. font-weight: 300;
  50. line-height: 1.5;
  51. background-color: #000;
  52. text-shadow: none;
  53. padding: 0 30px;
  54. }
  55. a {
  56. /*color: #d5000d;*/
  57. color: #D2408D;
  58. /*color: ##F4BFBF;*/
  59. /*color: #04D3C4;*/
  60. }
  61. a:hover {
  62. /*color: #c5000c;*/
  63. /*color: #CFF5F3;*/
  64. color: #B01C6A;
  65. text-decoration: none;
  66. }
  67. header {
  68. padding-top: 25px;
  69. padding-bottom: 25px;
  70. }
  71. header a,
  72. header a:hover {
  73. color: #fff;
  74. }
  75. header .social {
  76. display: none;
  77. }
  78. .content {
  79. padding: 0 30px 0 0;
  80. }
  81. .navbar {
  82. position: static;
  83. min-height: 0;
  84. margin-bottom: 0;
  85. border: none;
  86. border-radius: 0;
  87. }
  88. .navbar-collapse {
  89. float: right;
  90. padding: 0 50px 0 0;
  91. }
  92. .navbar-nav {
  93. padding: 14px 0 0;
  94. }
  95. .navbar-brand, .navbar-nav>li>a {
  96. color: #D2408D;
  97. padding: 0;
  98. text-shadow: none;
  99. }
  100. ul.nav li {
  101. background: none;
  102. padding-left: 30px;
  103. }
  104. ul.nav li a.active {
  105. color: #F49CCA;
  106. }
  107. .nav>li>a:hover, .nav>li>a:focus {
  108. color: #B01C6A;
  109. background-color: #111;
  110. }
  111. .navbar-toggle {
  112. position: static;
  113. padding: 9px 0;
  114. margin: 9px 0;
  115. width: 40px;
  116. height: 40px;
  117. }
  118. .navbar-toggle .icon-bar {
  119. background-color: #eee;
  120. width: 37px;
  121. height: 3px;
  122. }
  123. .navbar-toggle .icon-spacer {
  124. display: block;
  125. width: 37px;
  126. height: 6px;
  127. border-radius: 1px;
  128. }
  129. .navbar-collapse {
  130. border-top: 1px solid rgb(97, 96, 96);
  131. }
  132. .social a {
  133. padding-right: 20px;
  134. }
  135. .sidebar {
  136. max-width: 325px;
  137. }
  138. .sidebar p {
  139. margin-bottom: 0;
  140. }
  141. .sidebar div {
  142. padding-top: 20px;
  143. }
  144. .sidebar img {
  145. margin-top: 7px;
  146. }
  147. #footer {
  148. background: none;
  149. margin-left: -30px;
  150. }
  151. #footer p {
  152. color: #666;
  153. font-size: .8em;
  154. }
  155. #footer a {
  156. color: #333;
  157. }
  158. #footer a:hover {
  159. color: #666;
  160. }
  161. a.button {
  162. display: block;
  163. float: left;
  164. width: 179px;
  165. padding: 12px 8px 12px 8px;
  166. margin-right: 14px;
  167. font-size: 15px;
  168. font-weight: bold;
  169. line-height: 25px;
  170. color: #303030;
  171. }
  172. a.button:hover {
  173. background: #111; /* Old browsers */
  174. }
  175. a.button span {
  176. display: block;
  177. height: 23px;
  178. padding-left: 50px;
  179. }
  180. code, pre {
  181. margin-bottom: 30px;
  182. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  183. font-size: 14px;
  184. color: #222;
  185. }
  186. code {
  187. padding: 0 3px;
  188. background-color: #f2f2f2;
  189. border: solid 1px #ddd;
  190. }
  191. pre {
  192. padding: 20px;
  193. overflow: auto;
  194. color: #f2f2f2;
  195. text-shadow: none;
  196. background: #303030;
  197. }
  198. pre code {
  199. padding: 0;
  200. color: #f2f2f2;
  201. background-color: #303030;
  202. border: none;
  203. }
  204. ul, ol, dl {
  205. margin-bottom: 20px;
  206. }
  207. /* COMMON STYLES */
  208. strong {
  209. font-weight: bold;
  210. }
  211. em {
  212. font-style: italic;
  213. }
  214. /* GENERAL ELEMENT TYPE STYLES */
  215. h1 {
  216. font-size: 3em;
  217. text-transform: uppercase;
  218. }
  219. h2 {
  220. font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, serif;
  221. font-size: 1.25em;
  222. font-weight: 400;
  223. line-height: 1.3;
  224. margin: 20px 0;
  225. }
  226. h2.post {
  227. font-size: 1.5em;
  228. margin-bottom: 0;
  229. }
  230. h3 {
  231. margin: 20px 0;
  232. font-size: 1.15em;
  233. color: #8DC3DF;
  234. }
  235. h4 {
  236. font-size: 1em;
  237. font-weight: bold;
  238. color: #BFD7E5;
  239. }
  240. h5 {
  241. font-size: 1em;
  242. color: #303030;
  243. }
  244. h6 {
  245. font-size: .8em;
  246. color: #303030;
  247. }
  248. p {
  249. margin-bottom: 20px;
  250. font-weight: 300;
  251. }
  252. a {
  253. text-decoration: none;
  254. }
  255. p a {
  256. font-weight: 400;
  257. }
  258. blockquote {
  259. padding: 0 0 0 30px;
  260. margin-bottom: 20px;
  261. font-size: 1.6em;
  262. border-left: 10px solid #e9e9e9;
  263. }
  264. ul li {
  265. background: url("/assets/themes/bootstrap-3/images/bullet.png") no-repeat left 10px;
  266. padding-left: 10px;
  267. }
  268. .pagination>li,
  269. .pagination>li>a,
  270. .pagination>.disabled>a,
  271. .pagination>li>a:hover,
  272. .pagination>.disabled>a:hover {
  273. background: none;
  274. border: none;
  275. }
  276. ol li {
  277. list-style-position: inside;
  278. list-style: decimal;
  279. padding-left: 3px;
  280. }
  281. dl dt {
  282. color: #303030;
  283. }
  284. footer {
  285. padding-top: 20px;
  286. padding-bottom: 30px;
  287. margin-top: 40px;
  288. font-size: 13px;
  289. color: #aaa;
  290. }
  291. footer a {
  292. color: #666;
  293. }
  294. footer a:hover {
  295. color: #444;
  296. }
  297. header h1 {
  298. cursor: pointer;
  299. }
  300. .light {
  301. font-weight: 100;
  302. }
  303. .date {
  304. color: #bbb;
  305. margin-bottom: 20px;
  306. }
  307. /* MISC */
  308. .clearfix:after {
  309. display: block;
  310. height: 0;
  311. clear: both;
  312. visibility: hidden;
  313. content: '.';
  314. }
  315. .clearfix {display: inline-block;}
  316. * html .clearfix {height: 1%;}
  317. .clearfix {display: block;}
  318. /* #Media Queries
  319. ================================================== */
  320. /* Smaller than standard 960 (devices and browsers) */
  321. @media only screen and (max-width: 959px) {
  322. }
  323. /* Tablet Portrait size to standard 960 (devices and browsers) */
  324. @media only screen and (min-width: 768px) and (max-width: 959px) {
  325. .sidebar {
  326. max-width: none;
  327. padding: 30px 0;
  328. }
  329. .sidebar div {
  330. display: inline-block;
  331. vertical-align: top;
  332. padding-right: 50px;
  333. }
  334. .sidebar .social {
  335. display: none;
  336. }
  337. header .social {
  338. display: block;
  339. }
  340. }
  341. /* All Mobile Sizes (devices and browser) */
  342. @media only screen and (max-width: 767px) {
  343. header {
  344. padding-top: 10px;
  345. padding-bottom: 10px;
  346. }
  347. .navbar {
  348. border-radius: 0;
  349. }
  350. .navbar-collapse {
  351. float: none;
  352. padding: 0 15px;
  353. }
  354. .navbar-nav {
  355. padding: 0;
  356. }
  357. ul.nav li {
  358. padding-left: 0;
  359. }
  360. .navbar-brand, .navbar-nav>li>a {
  361. padding: 5px 0;
  362. }
  363. .sidebar {
  364. max-width: none;
  365. padding: 30px 0;
  366. }
  367. .sidebar div {
  368. display: inline-block;
  369. vertical-align: top;
  370. padding-right: 50px;
  371. }
  372. .sidebar .social {
  373. display: none;
  374. }
  375. header .social {
  376. display: block;
  377. }
  378. }
  379. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  380. @media only screen and (min-width: 480px) and (max-width: 767px) {
  381. body {
  382. font-size: 1.15em;
  383. }
  384. h1 {
  385. font-size: 2em;
  386. }
  387. header {
  388. padding-bottom: 30px;
  389. }
  390. .content {
  391. padding: 0;
  392. }
  393. #footer p {
  394. font-size: .5em;
  395. }
  396. .navbar-brand, .navbar-nav>li>a {
  397. padding: 15px 0;
  398. }
  399. }
  400. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  401. @media only screen and (max-width: 479px) {
  402. body {
  403. font-size: 1.15em;
  404. }
  405. h1 {
  406. font-size: 1.75em;
  407. }
  408. .content {
  409. padding: 0;
  410. }
  411. #footer p {
  412. font-size: .5em;
  413. }
  414. }