screen.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. /* line 17, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  2. html, body, div, span, applet, object, iframe,
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4. a, abbr, acronym, address, big, cite, code,
  5. del, dfn, em, img, ins, kbd, q, s, samp,
  6. small, strike, strong, sub, sup, tt, var,
  7. b, u, i, center,
  8. dl, dt, dd, ol, ul, li,
  9. fieldset, form, label, legend,
  10. table, caption, tbody, tfoot, thead, tr, th, td,
  11. article, aside, canvas, details, embed,
  12. figure, figcaption, footer, header, hgroup,
  13. menu, nav, output, ruby, section, summary,
  14. time, mark, audio, video {
  15. margin: 0;
  16. padding: 0;
  17. border: 0;
  18. font: inherit;
  19. font-size: 100%;
  20. vertical-align: baseline;
  21. }
  22. /* line 22, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  23. html {
  24. line-height: 1;
  25. }
  26. /* line 24, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  27. ol, ul {
  28. list-style: none;
  29. }
  30. /* line 26, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  31. table {
  32. border-collapse: collapse;
  33. border-spacing: 0;
  34. }
  35. /* line 28, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  36. caption, th, td {
  37. text-align: left;
  38. font-weight: normal;
  39. vertical-align: middle;
  40. }
  41. /* line 30, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  42. q, blockquote {
  43. quotes: none;
  44. }
  45. /* line 103, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  46. q:before, q:after, blockquote:before, blockquote:after {
  47. content: "";
  48. content: none;
  49. }
  50. /* line 32, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  51. a img {
  52. border: none;
  53. }
  54. /* line 116, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  55. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  56. display: block;
  57. }
  58. /* Typography
  59. *----------------------------------------------- */
  60. /* line 10, ../sass/screen.sass */
  61. body,
  62. input,
  63. textarea {
  64. color: #cccccc;
  65. font-size: 18px;
  66. font-family: "Karla", "lucida grande", sans-serif;
  67. }
  68. /* line 17, ../sass/screen.sass */
  69. h1,
  70. h2,
  71. h3,
  72. h4,
  73. h5,
  74. h6 {
  75. line-height: 1.2em;
  76. color: #fdf485;
  77. }
  78. /* line 26, ../sass/screen.sass */
  79. h1 {
  80. font-size: 72px;
  81. line-height: 1em;
  82. }
  83. /* line 30, ../sass/screen.sass */
  84. h2 {
  85. font-size: 48px;
  86. line-height: 1.2em;
  87. margin-bottom: 0.3em;
  88. }
  89. /* line 35, ../sass/screen.sass */
  90. h3 {
  91. font-size: 18px;
  92. text-transform: uppercase;
  93. letter-spacing: 0.1em;
  94. color: #e5d404;
  95. margin-bottom: 0.3em;
  96. }
  97. /* line 42, ../sass/screen.sass */
  98. h4 {
  99. font-size: 18px;
  100. }
  101. /* line 45, ../sass/screen.sass */
  102. p {
  103. line-height: 1.4em;
  104. margin-bottom: 1em;
  105. }
  106. /* line 49, ../sass/screen.sass */
  107. ol {
  108. list-style-type: decimal;
  109. }
  110. /* line 52, ../sass/screen.sass */
  111. ul, ol {
  112. margin: 0 0 1.25em 0;
  113. }
  114. /* line 55, ../sass/screen.sass */
  115. li {
  116. padding-bottom: 0.8em;
  117. margin-bottom: 0.8em;
  118. border-bottom: 2px solid #515151;
  119. line-height: 1.3em;
  120. }
  121. /* line 60, ../sass/screen.sass */
  122. li.last-list-item {
  123. border-bottom: none;
  124. }
  125. /* line 63, ../sass/screen.sass */
  126. dt {
  127. font-weight: bold;
  128. }
  129. /* line 66, ../sass/screen.sass */
  130. dd {
  131. margin-bottom: 1.625em;
  132. }
  133. /* line 69, ../sass/screen.sass */
  134. strong {
  135. font-weight: bold;
  136. }
  137. /* line 72, ../sass/screen.sass */
  138. i {
  139. font-style: italic;
  140. }
  141. /* line 75, ../sass/screen.sass */
  142. pre {
  143. padding: 10px;
  144. margin-top: 5px;
  145. margin-bottom: 10px;
  146. background-color: #2b2b2b;
  147. font: 13px "Andale Mono", "DejaVu Sans Mono", monospace;
  148. line-height: 1.5em;
  149. -webkit-border-radius: 4px;
  150. -moz-border-radius: 4px;
  151. -ms-border-radius: 4px;
  152. -o-border-radius: 4px;
  153. border-radius: 4px;
  154. overflow-x: auto;
  155. }
  156. /* line 85, ../sass/screen.sass */
  157. code, kbd {
  158. padding: 4px;
  159. color: #ac8053;
  160. background-color: #2b2b2b;
  161. font: 13px "Andale Mono", "DejaVu Sans Mono", monospace;
  162. -webkit-border-radius: 4px;
  163. -moz-border-radius: 4px;
  164. -ms-border-radius: 4px;
  165. -o-border-radius: 4px;
  166. border-radius: 4px;
  167. }
  168. /* line 92, ../sass/screen.sass */
  169. code {
  170. position: relative;
  171. top: -1px;
  172. }
  173. /* line 96, ../sass/screen.sass */
  174. pre code {
  175. top: 0;
  176. padding: 0;
  177. background: transparent;
  178. -webkit-box-shadow: none;
  179. -moz-box-shadow: none;
  180. box-shadow: none;
  181. font-size: 13px;
  182. }
  183. /* line 103, ../sass/screen.sass */
  184. a {
  185. color: #00bfa8;
  186. text-decoration: none;
  187. }
  188. /* line 106, ../sass/screen.sass */
  189. a:hover {
  190. color: #59ffeb;
  191. }
  192. /* line 109, ../sass/screen.sass */
  193. ::-moz-selection,
  194. ::selection {
  195. background: #ff8000;
  196. color: white;
  197. }
  198. /* line 114, ../sass/screen.sass */
  199. .sub-point {
  200. display: block;
  201. font-size: 14px;
  202. }
  203. /* line 117, ../sass/screen.sass */
  204. .sub-point code {
  205. font-size: 12px;
  206. padding: 2px;
  207. }
  208. /* -- Layout ------------------------------------------------------------------ */
  209. /* line 124, ../sass/screen.sass */
  210. body {
  211. margin: 40px 40px 80px 40px;
  212. background: #444444;
  213. }
  214. /* line 128, ../sass/screen.sass */
  215. .wrapper {
  216. max-width: 740px;
  217. margin: 0 auto;
  218. }
  219. /* line 132, ../sass/screen.sass */
  220. .section {
  221. padding: 0 0 40px 0;
  222. margin-bottom: 40px;
  223. *zoom: 1;
  224. border-bottom: 4px solid #373737;
  225. }
  226. /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  227. .section:after {
  228. content: "";
  229. display: table;
  230. clear: both;
  231. }
  232. /* line 137, ../sass/screen.sass */
  233. .section.last {
  234. border-bottom: none;
  235. }
  236. /* line 140, ../sass/screen.sass */
  237. .section-header {
  238. text-align: center;
  239. }
  240. /* line 143, ../sass/screen.sass */
  241. .section-subheader {
  242. margin-top: -0.6em;
  243. margin-bottom: 1em;
  244. text-align: center;
  245. font-size: 24px;
  246. }
  247. /* line 149, ../sass/screen.sass */
  248. .row {
  249. *zoom: 1;
  250. }
  251. /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  252. .row:after {
  253. content: "";
  254. display: table;
  255. clear: both;
  256. }
  257. /* -- Sections ------------------------------------------------------------------ */
  258. /* -- Intro -- */
  259. /* line 156, ../sass/screen.sass */
  260. .intro-section {
  261. text-align: center;
  262. }
  263. /* line 159, ../sass/screen.sass */
  264. .logo {
  265. color: white;
  266. margin-bottom: 0.05em;
  267. }
  268. /* line 162, ../sass/screen.sass */
  269. .logo .version {
  270. color: #fdf485;
  271. }
  272. /* line 165, ../sass/screen.sass */
  273. .author {
  274. margin-top: -9px;
  275. padding-left: 23px;
  276. line-height: 1.2em;
  277. }
  278. /* line 170, ../sass/screen.sass */
  279. .author-links {
  280. font-size: 16px;
  281. }
  282. /* line 173, ../sass/screen.sass */
  283. .lead {
  284. font-size: 22px;
  285. }
  286. /* -- Examples -- */
  287. /* line 177, ../sass/screen.sass */
  288. .examples-section {
  289. text-align: center;
  290. }
  291. /* line 180, ../sass/screen.sass */
  292. .image-row {
  293. *zoom: 1;
  294. margin-bottom: 20px;
  295. }
  296. /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  297. .image-row:after {
  298. content: "";
  299. display: table;
  300. clear: both;
  301. }
  302. /* line 184, ../sass/screen.sass */
  303. .example-image-link {
  304. display: inline-block;
  305. margin: 0 10px 20px 10px;
  306. line-height: 0;
  307. -webkit-border-radius: 4px;
  308. -moz-border-radius: 4px;
  309. -ms-border-radius: 4px;
  310. -o-border-radius: 4px;
  311. border-radius: 4px;
  312. border: 4px solid #5e5e5e;
  313. -webkit-transition: all 0.1s ease-out;
  314. -moz-transition: all 0.1s ease-out;
  315. -o-transition: all 0.1s ease-out;
  316. transition: all 0.1s ease-out;
  317. }
  318. /* line 191, ../sass/screen.sass */
  319. .example-image-link:hover {
  320. border: 4px solid #00bfa8;
  321. }
  322. /* line 194, ../sass/screen.sass */
  323. .example-image {
  324. -webkit-border-radius: 2px;
  325. -moz-border-radius: 2px;
  326. -ms-border-radius: 2px;
  327. -o-border-radius: 2px;
  328. border-radius: 2px;
  329. }
  330. /* -- Download -- */
  331. /* line 199, ../sass/screen.sass */
  332. .download-section {
  333. text-align: center;
  334. }
  335. /* line 202, ../sass/screen.sass */
  336. .download-button {
  337. display: block;
  338. max-width: 300px;
  339. margin: 0 auto 20px auto;
  340. padding-top: 20px;
  341. padding-bottom: 10px;
  342. background-color: #2b2b2b;
  343. border: 4px solid #444444;
  344. -webkit-border-radius: 4px;
  345. -moz-border-radius: 4px;
  346. -ms-border-radius: 4px;
  347. -o-border-radius: 4px;
  348. border-radius: 4px;
  349. -webkit-transition: all 0.1s ease-out;
  350. -moz-transition: all 0.1s ease-out;
  351. -o-transition: all 0.1s ease-out;
  352. transition: all 0.1s ease-out;
  353. *zoom: 1;
  354. }
  355. /* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  356. .download-button:after {
  357. content: "";
  358. display: table;
  359. clear: both;
  360. }
  361. /* line 213, ../sass/screen.sass */
  362. .download-button:hover {
  363. border-color: #00bfa8;
  364. background-color: #444444;
  365. }
  366. /* line 216, ../sass/screen.sass */
  367. .download-button .file {
  368. font-size: 36px;
  369. color: white;
  370. line-height: 1em;
  371. }
  372. /* line 220, ../sass/screen.sass */
  373. .download-button .version {
  374. font-size: 24px;
  375. color: #00bfa8;
  376. }
  377. /* -- Sharing -- */
  378. /* line 226, ../sass/screen.sass */
  379. .sharing {
  380. position: fixed;
  381. top: 20px;
  382. right: 0;
  383. }
  384. /* -- Donate -- */
  385. /* line 233, ../sass/screen.sass */
  386. .donate-button-form {
  387. text-align: center;
  388. }
  389. /* line 235, ../sass/screen.sass */
  390. .donate-button {
  391. border: 4px solid rgba(0, 0, 0, 0);
  392. -webkit-border-radius: 4px;
  393. -moz-border-radius: 4px;
  394. -ms-border-radius: 4px;
  395. -o-border-radius: 4px;
  396. border-radius: 4px;
  397. -webkit-transition: all 0.1s ease-out;
  398. -moz-transition: all 0.1s ease-out;
  399. -o-transition: all 0.1s ease-out;
  400. transition: all 0.1s ease-out;
  401. }
  402. /* line 239, ../sass/screen.sass */
  403. .donate-button:hover {
  404. background-color: #444444;
  405. border-color: #00bfa8;
  406. }
  407. /* -- Responsive design -------------------------------------------------------------- */
  408. @media only screen and (max-width: 640px) {
  409. /* line 247, ../sass/screen.sass */
  410. body {
  411. margin: 80px 10px 40px 10px;
  412. font-size: 14px;
  413. }
  414. /* line 250, ../sass/screen.sass */
  415. h1 {
  416. font-size: 48px;
  417. }
  418. /* line 252, ../sass/screen.sass */
  419. h2 {
  420. font-size: 26px;
  421. }
  422. /* line 254, ../sass/screen.sass */
  423. h3 {
  424. font-size: 16px;
  425. }
  426. /* line 256, ../sass/screen.sass */
  427. ol {
  428. list-style-position: inside;
  429. }
  430. /* line 258, ../sass/screen.sass */
  431. code,
  432. kbd,
  433. pre,
  434. pre code {
  435. font-size: 11px;
  436. }
  437. /* line 263, ../sass/screen.sass */
  438. .sub-point {
  439. font-size: 12px;
  440. }
  441. /* line 265, ../sass/screen.sass */
  442. .sub-point code {
  443. font-size: 9px;
  444. }
  445. /* line 267, ../sass/screen.sass */
  446. .lead {
  447. font-size: 16px;
  448. }
  449. /* line 269, ../sass/screen.sass */
  450. .section {
  451. padding-bottom: 20px;
  452. margin-bottom: 20px;
  453. }
  454. /* line 272, ../sass/screen.sass */
  455. .author {
  456. margin-top: -5px;
  457. padding-left: 30px;
  458. }
  459. /* line 275, ../sass/screen.sass */
  460. .author-links {
  461. font-size: 12px;
  462. }
  463. }