style.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  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 .icon-bar {
  112. background-color: #eee;
  113. }
  114. .social a {
  115. padding-right: 20px;
  116. }
  117. .sidebar {
  118. max-width: 325px;
  119. }
  120. .sidebar p {
  121. margin-bottom: 0;
  122. }
  123. .sidebar div {
  124. padding-top: 20px;
  125. }
  126. .sidebar img {
  127. margin-top: 7px;
  128. }
  129. #footer {
  130. background: none;
  131. margin-left: -30px;
  132. }
  133. #footer p {
  134. color: #666;
  135. font-size: .8em;
  136. }
  137. #footer a {
  138. color: #333;
  139. }
  140. #footer a:hover {
  141. color: #666;
  142. }
  143. a.button {
  144. display: block;
  145. float: left;
  146. width: 179px;
  147. padding: 12px 8px 12px 8px;
  148. margin-right: 14px;
  149. font-size: 15px;
  150. font-weight: bold;
  151. line-height: 25px;
  152. color: #303030;
  153. }
  154. a.button:hover {
  155. background: #111; /* Old browsers */
  156. }
  157. a.button span {
  158. display: block;
  159. height: 23px;
  160. padding-left: 50px;
  161. }
  162. code, pre {
  163. margin-bottom: 30px;
  164. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
  165. font-size: 14px;
  166. color: #222;
  167. }
  168. code {
  169. padding: 0 3px;
  170. background-color: #f2f2f2;
  171. border: solid 1px #ddd;
  172. }
  173. pre {
  174. padding: 20px;
  175. overflow: auto;
  176. color: #f2f2f2;
  177. text-shadow: none;
  178. background: #303030;
  179. }
  180. pre code {
  181. padding: 0;
  182. color: #f2f2f2;
  183. background-color: #303030;
  184. border: none;
  185. }
  186. ul, ol, dl {
  187. margin-bottom: 20px;
  188. }
  189. /* COMMON STYLES */
  190. strong {
  191. font-weight: bold;
  192. }
  193. em {
  194. font-style: italic;
  195. }
  196. /* GENERAL ELEMENT TYPE STYLES */
  197. h1 {
  198. font-size: 3em;
  199. text-transform: uppercase;
  200. }
  201. h2 {
  202. font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, serif;
  203. font-size: 1.3em;
  204. font-weight: 400;
  205. line-height: 1.3;
  206. margin: 20px 0;
  207. }
  208. h3 {
  209. margin: 20px 0;
  210. font-size: 1.25em;
  211. color: #8DC3DF;
  212. }
  213. h4 {
  214. font-size: 1em;
  215. font-weight: bold;
  216. color: #BFD7E5;
  217. }
  218. h5 {
  219. font-size: 1em;
  220. color: #303030;
  221. }
  222. h6 {
  223. font-size: .8em;
  224. color: #303030;
  225. }
  226. p {
  227. margin-bottom: 20px;
  228. font-weight: 300;
  229. }
  230. a {
  231. text-decoration: none;
  232. }
  233. p a {
  234. font-weight: 400;
  235. }
  236. blockquote {
  237. padding: 0 0 0 30px;
  238. margin-bottom: 20px;
  239. font-size: 1.6em;
  240. border-left: 10px solid #e9e9e9;
  241. }
  242. ul li {
  243. background: url("/assets/themes/bootstrap-3/images/bullet.png") no-repeat left 10px;
  244. padding-left: 10px;
  245. }
  246. ol li {
  247. list-style-position: inside;
  248. list-style: decimal;
  249. padding-left: 3px;
  250. }
  251. dl dt {
  252. color: #303030;
  253. }
  254. footer {
  255. padding-top: 20px;
  256. padding-bottom: 30px;
  257. margin-top: 40px;
  258. font-size: 13px;
  259. color: #aaa;
  260. }
  261. footer a {
  262. color: #666;
  263. }
  264. footer a:hover {
  265. color: #444;
  266. }
  267. header h1 {
  268. cursor: pointer;
  269. }
  270. .light {
  271. font-weight: 100;
  272. }
  273. /* MISC */
  274. .clearfix:after {
  275. display: block;
  276. height: 0;
  277. clear: both;
  278. visibility: hidden;
  279. content: '.';
  280. }
  281. .clearfix {display: inline-block;}
  282. * html .clearfix {height: 1%;}
  283. .clearfix {display: block;}
  284. /* #Media Queries
  285. ================================================== */
  286. /* Smaller than standard 960 (devices and browsers) */
  287. @media only screen and (max-width: 959px) {
  288. }
  289. /* Tablet Portrait size to standard 960 (devices and browsers) */
  290. @media only screen and (min-width: 768px) and (max-width: 959px) {
  291. .sidebar {
  292. max-width: none;
  293. padding: 30px 0;
  294. }
  295. .sidebar div {
  296. display: inline-block;
  297. vertical-align: top;
  298. padding-right: 50px;
  299. }
  300. .sidebar .social {
  301. display: none;
  302. }
  303. header .social {
  304. display: block;
  305. }
  306. }
  307. /* All Mobile Sizes (devices and browser) */
  308. @media only screen and (max-width: 767px) {
  309. header {
  310. padding-top: 10px;
  311. padding-bottom: 10px;
  312. }
  313. .navbar {
  314. border-radius: 0;
  315. }
  316. .navbar-collapse {
  317. float: none;
  318. padding: 0 15px;
  319. }
  320. .navbar-nav {
  321. padding: 0;
  322. }
  323. ul.nav li {
  324. padding-left: 0;
  325. }
  326. .navbar-brand, .navbar-nav>li>a {
  327. padding: 5px 0;
  328. }
  329. .sidebar {
  330. max-width: none;
  331. padding: 30px 0;
  332. }
  333. .sidebar div {
  334. display: inline-block;
  335. vertical-align: top;
  336. padding-right: 50px;
  337. }
  338. .sidebar .social {
  339. display: none;
  340. }
  341. header .social {
  342. display: block;
  343. }
  344. }
  345. /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  346. @media only screen and (min-width: 480px) and (max-width: 767px) {
  347. body {
  348. font-size: 1.25em;
  349. }
  350. h1 {
  351. font-size: 2em;
  352. }
  353. header {
  354. padding-bottom: 30px;
  355. }
  356. .navbar-brand, .navbar-nav>li>a {
  357. padding: 15px 0;
  358. }
  359. }
  360. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  361. @media only screen and (max-width: 479px) {
  362. body {
  363. font-size: 1.25em;
  364. }
  365. h1 {
  366. font-size: 1.75em;
  367. }
  368. #footer p {
  369. font-size: .6em;
  370. }
  371. }