Guest User

Untitled

a guest
Jul 25th, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 147.01 KB | None | 0 0
  1. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
  2. {
  3.     margin: 0;
  4.     padding: 0;
  5.     border: 0;
  6.     outline: 0;
  7.     font-weight: inherit;
  8.     font-style: inherit;
  9.     font-size: 100%;
  10.     font-family: inherit;
  11.     vertical-align: baseline
  12. }
  13.  
  14. : focus
  15. {
  16.     outline: 0
  17. }
  18.  
  19. html
  20. {
  21.     position: relative;
  22.     height: 100%
  23. }
  24.  
  25. body
  26. {
  27.     position: relative;
  28.     min-height: 100%;
  29.     line-height: 1;
  30.     color: black;
  31.     background: white
  32. }
  33.  
  34. ol,ul
  35. {
  36.     list-style: none
  37. }
  38.  
  39. table
  40. {
  41.     border-collapse: separate;
  42.     border-spacing: 0
  43. }
  44.  
  45. caption,th,td
  46. {
  47.     text-align: left;
  48.     font-weight: normal
  49. }
  50.  
  51. blockquote: before,blockquote: after,q: before,q: after
  52. {
  53.     content: ""
  54. }
  55.  
  56. blockquote,q
  57. {
  58.     quotes: "" ""
  59. }
  60.  
  61. body.algae_tank_board_index
  62. {
  63.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  64.     text-align: center;
  65.     background-color: #050a14;
  66.     color: #fff
  67. }
  68.  
  69. body.algae_tank_board_index header
  70. {
  71.     padding: 10px 20px;
  72.     margin-bottom: 10px
  73. }
  74.  
  75. body.algae_tank_board_index #logo a
  76. {
  77.     float: left;
  78.     line-height: 20px;
  79.     font-size: 14px;
  80.     text-decoration: none;
  81.     color: #fff
  82. }
  83.  
  84. body.algae_tank_board_index #links_container
  85. {
  86.     float: right
  87. }
  88.  
  89. body.algae_tank_board_index #links_container a
  90. {
  91.     font-size: 14px;
  92.     line-height: 20px;
  93.     text-decoration: none;
  94.     color: #fff;
  95.     margin-left: 15px
  96. }
  97.  
  98. body.algae_tank_board_index #links_container a: visited
  99. {
  100.     color: #fff
  101. }
  102.  
  103. body.algae_tank_board_index #links_container a: hover
  104. {
  105.     color: #f00
  106. }
  107.  
  108. body.algae_tank_board_index .clear
  109. {
  110.     clear: both
  111. }
  112.  
  113. body.algae_tank_board_index canvas
  114. {
  115.     display: block;
  116.     margin: auto;
  117.     cursor: pointer
  118. }
  119.  
  120. body.algae_tank_board_index button
  121. {
  122.     margin: 12px 8px;
  123.     padding: 5px 10px;
  124.     font-size: 14px;
  125.     color: #fff;
  126.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  127.     border: none;
  128.     cursor: pointer
  129. }
  130.  
  131. body.algae_tank_board_index .start
  132. {
  133.     background-color: #1bbd61
  134. }
  135.  
  136. body.algae_tank_board_index .disable
  137. {
  138.     background-color: #8f8f8f;
  139.     cursor: default
  140. }
  141.  
  142. body.algae_tank_board_index .reset
  143. {
  144.     background-color: #1564d9
  145. }
  146.  
  147. body.capture_games_index
  148. {
  149.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  150.     text-align: center;
  151.     background-color: #272629;
  152.     letter-spacing: 2px
  153. }
  154.  
  155. body.capture_games_index header
  156. {
  157.     padding: 10px 20px;
  158.     background-color: #151417;
  159.     margin-bottom: 0px;
  160.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  161. }
  162.  
  163. body.capture_games_index #logo a
  164. {
  165.     float: left;
  166.     font-size: 18px;
  167.     text-decoration: none;
  168.     color: #eb7405
  169. }
  170.  
  171. body.capture_games_index #links_container
  172. {
  173.     float: right
  174. }
  175.  
  176. body.capture_games_index #links_container a
  177. {
  178.     font-size: 14px;
  179.     text-decoration: none;
  180.     color: #bdbdbd;
  181.     margin-left: 15px
  182. }
  183.  
  184. body.capture_games_index #links_container a: visited
  185. {
  186.     color: #bdbdbd
  187. }
  188.  
  189. body.capture_games_index #links_container a: hover
  190. {
  191.     color: #057ceb
  192. }
  193.  
  194. body.capture_games_index .modal
  195. {
  196.     position: absolute;
  197.     top: 38px;
  198.     bottom: 0;
  199.     left: 0;
  200.     right: 0;
  201.     width: 100%
  202. }
  203.  
  204. body.capture_games_index .modal .inner_modal
  205. {
  206.     width: 300px;
  207.     margin: 160px auto;
  208.     padding: 30px;
  209.     background-color: rgba(255,255,255,0.93);
  210.     box-shadow: 0 0 4px rgba(0,0,0,0.15);
  211.     border-radius: 5px
  212. }
  213.  
  214. body.capture_games_index .modal .inner_modal h1
  215. {
  216.     font-size: 26px;
  217.     margin-bottom: 20px
  218. }
  219.  
  220. body.capture_games_index .btn
  221. {
  222.     border: none;
  223.     padding: 8px 15px;
  224.     background-color: #057ceb;
  225.     border-radius: 5px;
  226.     color: #fff;
  227.     font-size: 14px;
  228.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  229.     text-decoration: none;
  230.     letter-spacing: 2px;
  231.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  232.     cursor: pointer;
  233.     border-bottom: 2px solid rgba(255,255,255,0.2)
  234. }
  235.  
  236. body.capture_games_index .btn: active
  237. {
  238.     border: none;
  239.     border-top: 2px solid rgba(0,0,0,0.3);
  240.     background-color: #0468c5
  241. }
  242.  
  243. body.capture_games_index .fail
  244. {
  245.     display: none
  246. }
  247.  
  248. body.capture_games_index .fail .btn
  249. {
  250.     width: 70px;
  251.     margin: auto
  252. }
  253.  
  254. body.capture_games_index .next
  255. {
  256.     display: none
  257. }
  258.  
  259. body.capture_games_index .win
  260. {
  261.     display: none
  262. }
  263.  
  264. body.capture_games_index .win h2
  265. {
  266.     margin-bottom: 30px
  267. }
  268.  
  269. body.capture_games_index .win a
  270. {
  271.     color: #fff;
  272.     text-decoration: none
  273. }
  274.  
  275. body.capture_games_index canvas
  276. {
  277.     margin-top: 30px;
  278.     border: 1px solid rgba(0,0,0,0.5);
  279.     cursor: pointer
  280. }
  281.  
  282. body.capture_games_index .clear
  283. {
  284.     clear: both
  285. }
  286.  
  287. body.check_sketch_page_index
  288. {
  289.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  290.     text-align: center;
  291.     overflow: hidden
  292. }
  293.  
  294. body.check_sketch_page_index header
  295. {
  296.     padding: 10px 20px
  297. }
  298.  
  299. body.check_sketch_page_index #control_container
  300. {
  301.     float: left
  302. }
  303.  
  304. body.check_sketch_page_index #control_container button
  305. {
  306.     border: none;
  307.     width: 120px;
  308.     margin-right: 5px;
  309.     padding: 5px 0;
  310.     background-color: #ff7b00;
  311.     color: white;
  312.     cursor: pointer
  313. }
  314.  
  315. body.check_sketch_page_index #control_container .turbo_off
  316. {
  317.     background-color: #777
  318. }
  319.  
  320. body.check_sketch_page_index #control_container #reset
  321. {
  322.     background-color: #0fa36a
  323. }
  324.  
  325. body.check_sketch_page_index #control_container #reset: active
  326. {
  327.     background-color: #0b744c
  328. }
  329.  
  330. body.check_sketch_page_index #links_container
  331. {
  332.     float: right
  333. }
  334.  
  335. body.check_sketch_page_index #links_container a
  336. {
  337.     font-size: 14px;
  338.     line-height: 20px;
  339.     text-decoration: none;
  340.     color: #555;
  341.     margin-left: 15px
  342. }
  343.  
  344. body.check_sketch_page_index #links_container a: visited
  345. {
  346.     color: #555
  347. }
  348.  
  349. body.check_sketch_page_index #links_container a: hover
  350. {
  351.     color: #ff7b00
  352. }
  353.  
  354. body.check_sketch_page_index .clear
  355. {
  356.     clear: both
  357. }
  358.  
  359. body.check_sketch_page_index #sketch_pad
  360. {
  361.     margin: auto
  362. }
  363.  
  364. body.click_counter_buttons_show
  365. {
  366.     font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  367.     letter-spacing: 2px;
  368.     text-align: center;
  369.     background-color: #f5f5f5;
  370.     color: #2D3A35
  371. }
  372.  
  373. body.click_counter_buttons_show #container
  374. {
  375.     padding-top: 20px;
  376.     padding-bottom: 36px
  377. }
  378.  
  379. body.click_counter_buttons_show h1
  380. {
  381.     font-size: 46px;
  382.     line-height: 80px;
  383.     text-shadow: -1px -1px 0 rgba(0,0,0,0.85),1px 1px 0 rgba(255,255,255,0.8)
  384. }
  385.  
  386. body.click_counter_buttons_show #click_num
  387. {
  388.     font-size: 150px;
  389.     line-height: 180px;
  390.     color: #c20a72;
  391.     text-shadow: 0 1px 0 #790647,0 2px 0 #790647,0 3px 0 #790647,0 4px 0 #790647,0 5px 0 #790647,0 6px 0 #790647,0 6px 5px rgba(0,0,0,0.7)
  392. }
  393.  
  394. body.click_counter_buttons_show h2
  395. {
  396.     margin-top: 20px;
  397.     line-height: 50px;
  398.     font-size: 14px
  399. }
  400.  
  401. body.click_counter_buttons_show .btn
  402. {
  403.     border: none;
  404.     width: 260px;
  405.     padding: 0;
  406.     margin: 10px -4px;
  407.     font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  408.     font-size: 28px;
  409.     letter-spacing: 4px;
  410.     line-height: 70px;
  411.     color: #fff;
  412.     text-shadow: -1px -1px 0 rgba(0,0,0,0.6);
  413.     background-color: #19946d;
  414.     border-radius: 10px;
  415.     box-shadow: 0 1px 0 #0e533d,0 2px 0 #0e533d,0 3px 0 #0e533d,0 4px 0 #0e533d,0 5px 0 #0e533d,0 6px 0 #0e533d,0 7px 0 #0e533d,0 8px 5px rgba(0,0,0,0.7);
  416.     cursor: pointer
  417. }
  418.  
  419. body.click_counter_buttons_show .btn: disabled,body.click_counter_buttons_show .btn: active
  420. {
  421.     border: none;
  422.     background-color: #11684d;
  423.     box-shadow: none;
  424.     text-shadow: none;
  425.     box-shadow: 0 -1px 0 #07271d,0 -2px 0 #07271d,0 -3px 0 #07271d,1px 3px 3px rgba(0,0,0,0.2) inset,-1px -1px 3px rgba(0,0,0,0.3) inset;
  426.     margin-top: 18px
  427. }
  428.  
  429. body.click_counter_buttons_show .btn: : -moz-focus-inner
  430. {
  431.     border: 0;
  432.     padding: 0
  433. }
  434.  
  435. body.click_counter_buttons_show footer
  436. {
  437.     position: absolute;
  438.     bottom: 0;
  439.     left: 0;
  440.     right: 0;
  441.     height: 36px
  442. }
  443.  
  444. body.click_counter_buttons_show #links_container
  445. {
  446.     text-align: right;
  447.     padding: 10px 20px
  448. }
  449.  
  450. body.click_counter_buttons_show #links_container a
  451. {
  452.     text-decoration: none;
  453.     color: #c20a72;
  454.     margin-left: 15px
  455. }
  456.  
  457. body.click_counter_buttons_show #links_container a: visited
  458. {
  459.     color: #c20a72
  460. }
  461.  
  462. body.click_counter_buttons_show #links_container a: hover
  463. {
  464.     color: #790647
  465. }
  466.  
  467. body.colorworks_page_index
  468. {
  469.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  470.     text-align: center;
  471.     background-color: #e1e1e1;
  472.     color: #333;
  473.     letter-spacing: 2px
  474. }
  475.  
  476. body.colorworks_page_index header
  477. {
  478.     padding: 10px 16px;
  479.     margin-bottom: 20px;
  480.     background: #fc8a8a;
  481.     background: -moz-linear-gradient(-45deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%);
  482.     background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fc8a8a), color-stop(18%, #efa973), color-stop(32%, #ffea82), color-stop(51%, #a4ff77), color-stop(69%, #80eefc), color-stop(86%, #a7aaf9), color-stop(100%, #f490b6));
  483.     background: -webkit-linear-gradient(-45deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%);
  484.     background: -o-linear-gradient(-45deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%);
  485.     background: -ms-linear-gradient(-45deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%);
  486.     background: linear-gradient(135deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%)
  487. }
  488.  
  489. body.colorworks_page_index #logo a
  490. {
  491.     float: left;
  492.     line-height: 16px;
  493.     font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  494.     font-size: 14px;
  495.     text-decoration: none;
  496.     color: #333
  497. }
  498.  
  499. body.colorworks_page_index #links_container
  500. {
  501.     float: right
  502. }
  503.  
  504. body.colorworks_page_index #links_container a
  505. {
  506.     font-size: 11px;
  507.     line-height: 16px;
  508.     text-decoration: none;
  509.     color: #333;
  510.     margin-left: 15px
  511. }
  512.  
  513. body.colorworks_page_index #links_container a: visited
  514. {
  515.     color: #333
  516. }
  517.  
  518. body.colorworks_page_index #links_container a: hover
  519. {
  520.     color: #f00
  521. }
  522.  
  523. body.colorworks_page_index .clear
  524. {
  525.     clear: both
  526. }
  527.  
  528. body.colorworks_page_index #input_container
  529. {
  530.     width: 950px;
  531.     margin: auto;
  532.     padding: 30px 50px;
  533.     border-radius: 3px;
  534.     background-color: #fff;
  535.     text-align: left;
  536.     box-shadow: 0 0 3px rgba(0,0,0,0.1)
  537. }
  538.  
  539. body.colorworks_page_index #input_container fieldset
  540. {
  541.     float: left
  542. }
  543.  
  544. body.colorworks_page_index #input_container fieldset input[type="text"]
  545. {
  546.     width: 100px
  547. }
  548.  
  549. body.colorworks_page_index #input_container fieldset span
  550. {
  551.     display: block;
  552.     margin: 5px 0
  553. }
  554.  
  555. body.colorworks_page_index #input_container fieldset label
  556. {
  557.     display: inline;
  558.     font-size: 13px
  559. }
  560.  
  561. body.colorworks_page_index #input_container fieldset .hl
  562. {
  563.     display: block;
  564.     padding-bottom: 10px;
  565.     font-size: 15px
  566. }
  567.  
  568. body.colorworks_page_index #input_container fieldset#adjustment_input
  569. {
  570.     margin: 0 40px
  571. }
  572.  
  573. body.colorworks_page_index #input_container fieldset#buttons
  574. {
  575.     float: right;
  576.     line-height: 57px
  577. }
  578.  
  579. body.colorworks_page_index #input_container fieldset .options
  580. {
  581.     display: inline-block;
  582.     text-align: left;
  583.     margin: 0 5px
  584. }
  585.  
  586. body.colorworks_page_index #input_container fieldset .options label
  587. {
  588.     margin-right: 5px
  589. }
  590.  
  591. body.colorworks_page_index #input_container fieldset button
  592. {
  593.     width: 85px;
  594.     margin-left: 10px;
  595.     padding: 5px;
  596.     font-size: 13px;
  597.     color: #fff;
  598.     border-radius: 3px;
  599.     border: none;
  600.     background-color: #1693e6;
  601.     cursor: pointer
  602. }
  603.  
  604. body.colorworks_page_index #input_container fieldset button: disabled
  605. {
  606.     background-color: #b2b2b2;
  607.     cursor: default
  608. }
  609.  
  610. body.colorworks_page_index #input_container fieldset button: disabled: active
  611. {
  612.     background-color: #b2b2b2
  613. }
  614.  
  615. body.colorworks_page_index #input_container fieldset button: active
  616. {
  617.     background-color: #1275b7
  618. }
  619.  
  620. body.colorworks_page_index #swatch_section .swatch_container
  621. {
  622.     display: inline-block;
  623.     margin: 10px 4px;
  624.     box-shadow: 0 0 3px rgba(0,0,0,0.1)
  625. }
  626.  
  627. body.colorworks_page_index #swatch_section .swatch_container .swatch
  628. {
  629.     height: 80px;
  630.     width: 100%;
  631.     border-radius: 3px 3px 0 0;
  632.     cursor: pointer
  633. }
  634.  
  635. body.colorworks_page_index #swatch_section .swatch_container .swatch_info
  636. {
  637.     padding: 10px;
  638.     width: 170px;
  639.     font-family: Tahoma, Verdana, Segoe, sans-serif;
  640.     font-size: 12px;
  641.     text-align: left;
  642.     color: #555;
  643.     background-color: #fff
  644. }
  645.  
  646. body.colorworks_page_index #swatch_section .swatch_container .swatch_info .label
  647. {
  648.     line-height: 22px
  649. }
  650.  
  651. body.countdown_clock_index
  652. {
  653.     font-family: Geneva, Tahoma, Verdana, sans-serif;
  654.     text-align: center;
  655.     background-color: #111;
  656.     letter-spacing: 4px
  657. }
  658.  
  659. body.countdown_clock_index header
  660. {
  661.     padding: 10px 20px;
  662.     margin-bottom: 50px;
  663.     color: #000;
  664.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  665. }
  666.  
  667. body.countdown_clock_index #logo a
  668. {
  669.     float: left;
  670.     line-height: 20px;
  671.     font-size: 14px;
  672.     text-decoration: none;
  673.     color: #aaa
  674. }
  675.  
  676. body.countdown_clock_index #links_container
  677. {
  678.     float: right
  679. }
  680.  
  681. body.countdown_clock_index #links_container a
  682. {
  683.     font-size: 14px;
  684.     line-height: 20px;
  685.     text-decoration: none;
  686.     color: #aaa;
  687.     margin-left: 15px
  688. }
  689.  
  690. body.countdown_clock_index #links_container a: visited
  691. {
  692.     color: #aaa
  693. }
  694.  
  695. body.countdown_clock_index #links_container a: hover
  696. {
  697.     color: #f00
  698. }
  699.  
  700. body.countdown_clock_index .clear
  701. {
  702.     clear: both
  703. }
  704.  
  705. body.countdown_clock_index .modal
  706. {
  707.     position: absolute;
  708.     top: 150px;
  709.     left: 50%;
  710.     width: 600px;
  711.     margin-left: -330px;
  712.     padding: 30px;
  713.     color: #2ecc71;
  714.     background-color: rgba(0,0,0,0.5)
  715. }
  716.  
  717. body.countdown_clock_index .modal h1
  718. {
  719.     font-size: 22px;
  720.     line-height: 30px;
  721.     margin-bottom: 20px
  722. }
  723.  
  724. body.countdown_clock_index .modal .btn
  725. {
  726.     border-radius: none;
  727.     border: 1px solid #9b59b6;
  728.     color: #fff;
  729.     background-color: #8e44ad
  730. }
  731.  
  732. body.countdown_clock_index #container
  733. {
  734.     display: none;
  735.     color: #9db5f4
  736. }
  737.  
  738. body.countdown_clock_index #event_name
  739. {
  740.     font-size: 80px;
  741.     color: #cbd8f9;
  742.     text-shadow: 0 0 4px rgba(0,0,0,0.2)
  743. }
  744.  
  745. body.countdown_clock_index #clock
  746. {
  747.     margin: 100px 0 60px
  748. }
  749.  
  750. body.countdown_clock_index .time_unit
  751. {
  752.     display: inline-block;
  753.     vertical-align: top;
  754.     margin: 0 0px
  755. }
  756.  
  757. body.countdown_clock_index .colon
  758. {
  759.     display: inline-block;
  760.     font-size: 130px;
  761.     text-shadow: 0 0 4px rgba(255,255,255,0.3);
  762.     margin: 0 -10px
  763. }
  764.  
  765. body.countdown_clock_index .digit
  766. {
  767.     position: relative;
  768.     display: inline-block;
  769.     margin: 0 10px;
  770.     height: 134px;
  771.     width: 70px
  772. }
  773.  
  774. body.countdown_clock_index .hor
  775. {
  776.     position: absolute;
  777.     width: 38px;
  778.     height: 14px;
  779.     left: 16px;
  780.     background-color: #9db5f4;
  781.     box-shadow: 0 0 8px rgba(255,255,255,0.7)
  782. }
  783.  
  784. body.countdown_clock_index .hor.top
  785. {
  786.     top: 3px
  787. }
  788.  
  789. body.countdown_clock_index .hor.mid
  790. {
  791.     top: 60px
  792. }
  793.  
  794. body.countdown_clock_index .hor.bottom
  795. {
  796.     bottom: 3px
  797. }
  798.  
  799. body.countdown_clock_index .ver
  800. {
  801.     position: absolute;
  802.     height: 42px;
  803.     width: 14px;
  804.     background-color: #9db5f4;
  805.     box-shadow: 0 0 8px rgba(255,255,255,0.8)
  806. }
  807.  
  808. body.countdown_clock_index .left
  809. {
  810.     left: 0
  811. }
  812.  
  813. body.countdown_clock_index .right
  814. {
  815.     right: 0
  816. }
  817.  
  818. body.countdown_clock_index .ver.top
  819. {
  820.     top: 18px
  821. }
  822.  
  823. body.countdown_clock_index .ver.bottom
  824. {
  825.     bottom: 18px
  826. }
  827.  
  828. body.countdown_clock_index .tri_left
  829. {
  830.     position: absolute;
  831.     left: -7px;
  832.     width: 0;
  833.     height: 0;
  834.     border-top: 7px solid transparent;
  835.     border-right: 7px solid #9db5f4;
  836.     border-bottom: 7px solid transparent
  837. }
  838.  
  839. body.countdown_clock_index .tri_right
  840. {
  841.     position: absolute;
  842.     right: -7px;
  843.     width: 0;
  844.     height: 0;
  845.     border-top: 7px solid transparent;
  846.     border-left: 7px solid #9db5f4;
  847.     border-bottom: 7px solid transparent
  848. }
  849.  
  850. body.countdown_clock_index .tri_bottom
  851. {
  852.     position: absolute;
  853.     bottom: -7px;
  854.     width: 0;
  855.     height: 0;
  856.     border-left: 7px solid transparent;
  857.     border-right: 7px solid transparent;
  858.     border-top: 7px solid #9db5f4
  859. }
  860.  
  861. body.countdown_clock_index .tri_top
  862. {
  863.     position: absolute;
  864.     top: -7px;
  865.     width: 0;
  866.     height: 0;
  867.     border-left: 7px solid transparent;
  868.     border-right: 7px solid transparent;
  869.     border-bottom: 7px solid #9db5f4
  870. }
  871.  
  872. body.devise_sessions_new,body.devise_registrations_new,body.devise_registrations_create
  873. {
  874.     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  875.     text-align: center;
  876.     background-color: #fbfcfd;
  877.     letter-spacing: 3px;
  878.     line-height: 30px;
  879.     color: #333
  880. }
  881.  
  882. body.devise_sessions_new h2,body.devise_registrations_new h2,body.devise_registrations_create h2
  883. {
  884.     padding: 20px 0;
  885.     font-size: 22px;
  886.     font-weight: bold;
  887.     color: #2980b9
  888. }
  889.  
  890. body.devise_sessions_new .btn,body.devise_registrations_new .btn,body.devise_registrations_create .btn
  891. {
  892.     margin: 30px;
  893.     border-radius: 5px;
  894.     background-color: #2980b9;
  895.     border: none;
  896.     font-size: 14px;
  897.     font-weight: 300;
  898.     line-height: 26px;
  899.     color: #fff;
  900.     padding: 0 10px;
  901.     cursor: pointer
  902. }
  903.  
  904. body.down_the_weight_weights_index
  905. {
  906.     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  907.     text-align: center;
  908.     color: #39394a;
  909.     overflow-y: scroll;
  910.     background-color: #d1ebff;
  911.     background: -moz-linear-gradient(top, #a1dbff 0%, #cbebff 47%, #f0f9ff 100%);
  912.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1dbff), color-stop(47%, #cbebff), color-stop(100%, #f0f9ff));
  913.     background: -webkit-linear-gradient(top, #a1dbff 0%, #cbebff 47%, #f0f9ff 100%);
  914.     background: -o-linear-gradient(top, #a1dbff 0%, #cbebff 47%, #f0f9ff 100%);
  915.     background: -ms-linear-gradient(top, #a1dbff 0%, #cbebff 47%, #f0f9ff 100%);
  916.     background: linear-gradient(to bottom, #a1dbff 0%, #cbebff 47%, #f0f9ff 100%);
  917.     background-repeat: no-repeat;
  918.     background-attachment: fixed
  919. }
  920.  
  921. body.down_the_weight_weights_index header
  922. {
  923.     position: absolute;
  924.     top: 0;
  925.     left: 0;
  926.     right: 0;
  927.     padding: 10px 20px;
  928.     background-color: #f0f9ff;
  929.     box-shadow: 0 0 2px rgba(0,0,0,0.2);
  930.     z-index: 10
  931. }
  932.  
  933. body.down_the_weight_weights_index #logo a
  934. {
  935.     float: left;
  936.     line-height: 20px;
  937.     font-size: 14px;
  938.     text-decoration: none;
  939.     color: #333
  940. }
  941.  
  942. body.down_the_weight_weights_index #links_container
  943. {
  944.     float: right
  945. }
  946.  
  947. body.down_the_weight_weights_index #links_container a
  948. {
  949.     font-size: 14px;
  950.     line-height: 20px;
  951.     text-decoration: none;
  952.     color: #333;
  953.     margin-left: 15px
  954. }
  955.  
  956. body.down_the_weight_weights_index #links_container a: visited
  957. {
  958.     color: #333
  959. }
  960.  
  961. body.down_the_weight_weights_index #links_container a: hover
  962. {
  963.     color: #ff6b55
  964. }
  965.  
  966. body.down_the_weight_weights_index .clear
  967. {
  968.     clear: both
  969. }
  970.  
  971. body.down_the_weight_weights_index .modal
  972. {
  973.     position: absolute;
  974.     top: 0;
  975.     left: 0;
  976.     right: 0;
  977.     bottom: 0
  978. }
  979.  
  980. body.down_the_weight_weights_index .modal #info
  981. {
  982.     width: 450px;
  983.     margin: 80px auto;
  984.     background-color: rgba(255,255,255,0.95);
  985.     border-radius: 5px;
  986.     box-shadow: 0 0 2px rgba(0,0,0,0.25)
  987. }
  988.  
  989. body.down_the_weight_weights_index .modal #info h1
  990. {
  991.     font-size: 30px;
  992.     margin-bottom: 26px;
  993.     padding: 10px;
  994.     background-color: #ff6b55;
  995.     color: #fff;
  996.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  997.     border-radius: 5px 5px 0 0
  998. }
  999.  
  1000. body.down_the_weight_weights_index .modal #info p
  1001. {
  1002.     margin: 16px;
  1003.     padding: 20px;
  1004.     font-size: 12px;
  1005.     line-height: 20px;
  1006.     color: #585880;
  1007.     border-top: 1px solid rgba(0,0,0,0.2)
  1008. }
  1009.  
  1010. body.down_the_weight_weights_index .modal #modal_contents
  1011. {
  1012.     display: table;
  1013.     margin: auto
  1014. }
  1015.  
  1016. body.down_the_weight_weights_index .modal #modal_contents form label
  1017. {
  1018.     display: inline-block;
  1019.     width: 150px;
  1020.     line-height: 1.8;
  1021.     vertical-align: top
  1022. }
  1023.  
  1024. body.down_the_weight_weights_index .modal #modal_contents form ul
  1025. {
  1026.     margin: 0;
  1027.     padding: 0
  1028. }
  1029.  
  1030. body.down_the_weight_weights_index .modal #modal_contents form ul li
  1031. {
  1032.     text-align: left;
  1033.     list-style: none;
  1034.     padding: 5px;
  1035.     margin: 0 auto
  1036. }
  1037.  
  1038. body.down_the_weight_weights_index .modal #modal_contents form select
  1039. {
  1040.     width: 106px;
  1041.     margin-right: 5px
  1042. }
  1043.  
  1044. body.down_the_weight_weights_index .modal #modal_contents form input[type="text"]
  1045. {
  1046.     width: 100px;
  1047.     margin-right: 5px
  1048. }
  1049.  
  1050. body.down_the_weight_weights_index .modal #modal_contents form span
  1051. {
  1052.     font-size: 13px;
  1053.     vertical-align: middle
  1054. }
  1055.  
  1056. body.down_the_weight_weights_index .modal #modal_contents form .gender_label
  1057. {
  1058.     margin-right: 10px
  1059. }
  1060.  
  1061. body.down_the_weight_weights_index .modal #modal_contents form .gender_label input[type="radio"]
  1062. {
  1063.     margin-right: 10px
  1064. }
  1065.  
  1066. body.down_the_weight_weights_index .modal #modal_contents form .submit_btn
  1067. {
  1068.     text-align: center
  1069. }
  1070.  
  1071. body.down_the_weight_weights_index .modal #modal_contents form .submit_btn .btn
  1072. {
  1073.     width: 100%;
  1074.     padding: 12px 10px;
  1075.     margin-top: 16px;
  1076.     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  1077.     letter-spacing: 3px;
  1078.     font-size: 16px;
  1079.     color: #fff;
  1080.     border-radius: 0;
  1081.     border: none;
  1082.     background-color: #0864ff;
  1083.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  1084.     cursor: pointer
  1085. }
  1086.  
  1087. body.down_the_weight_weights_index .modal #modal_contents form .submit_btn .btn: active
  1088. {
  1089.     background-color: #0955d5
  1090. }
  1091.  
  1092. body.down_the_weight_weights_index #chart_container
  1093. {
  1094.     display: none;
  1095.     padding-bottom: 50px;
  1096.     padding-top: 60px
  1097. }
  1098.  
  1099. body.down_the_weight_weights_index #chart_container #headline h1
  1100. {
  1101.     font-size: 30px;
  1102.     margin-bottom: 10px;
  1103.     text-shadow: 0 0 1px rgba(255,255,255,0.3)
  1104. }
  1105.  
  1106. body.down_the_weight_weights_index #chart_container #headline button
  1107. {
  1108.     float: right;
  1109.     padding: 5px 10px;
  1110.     margin-right: 50px;
  1111.     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  1112.     letter-spacing: 3px;
  1113.     font-size: 12px;
  1114.     color: #fff;
  1115.     border-radius: 0;
  1116.     border: none;
  1117.     background-color: #0864ff;
  1118.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  1119.     cursor: pointer
  1120. }
  1121.  
  1122. body.down_the_weight_weights_index #chart_container #headline button: active
  1123. {
  1124.     background-color: #0955d5
  1125. }
  1126.  
  1127. body.down_the_weight_weights_index #chart_container table
  1128. {
  1129.     margin: 30px auto;
  1130.     text-align: left;
  1131.     border: 1px solid rgba(0,0,0,0.1);
  1132.     border-radius: 5px
  1133. }
  1134.  
  1135. body.down_the_weight_weights_index #chart_container table thead
  1136. {
  1137.     font-size: 12px;
  1138.     font-weight: bold;
  1139.     color: #fff;
  1140.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  1141.     border-radius: 5px 5px 0 0
  1142. }
  1143.  
  1144. body.down_the_weight_weights_index #chart_container table thead td
  1145. {
  1146.     text-align: left;
  1147.     padding: 10px 20px;
  1148.     background-color: #ff6b55
  1149. }
  1150.  
  1151. body.down_the_weight_weights_index #chart_container table td
  1152. {
  1153.     font-size: 14px;
  1154.     padding: 10px 50px 10px 30px;
  1155.     border-bottom: 1px solid rgba(0,0,0,0.2);
  1156.     background-color: #fff
  1157. }
  1158.  
  1159. body.down_the_weight_weights_index #chart_container #reset
  1160. {
  1161.     padding: 5px 10px;
  1162.     margin-top: 16px;
  1163.     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  1164.     letter-spacing: 3px;
  1165.     font-size: 12px;
  1166.     color: #fff;
  1167.     border-radius: 0;
  1168.     border: none;
  1169.     background-color: #ff6b55;
  1170.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  1171.     cursor: pointer
  1172. }
  1173.  
  1174. body.down_the_weight_weights_index #chart_container #reset: active
  1175. {
  1176.     background-color: #ff553c
  1177. }
  1178.  
  1179. body.drying_paint_wall_index
  1180. {
  1181.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  1182.     text-align: center;
  1183.     background-color: #e31444
  1184. }
  1185.  
  1186. body.drying_paint_wall_index header
  1187. {
  1188.     position: absolute;
  1189.     top: 0;
  1190.     left: 0;
  1191.     right: 0;
  1192.     padding: 10px 20px;
  1193.     text-shadow: 0 0 1px rgba(0,0,0,0.2);
  1194.     z-index: 100
  1195. }
  1196.  
  1197. body.drying_paint_wall_index #logo a
  1198. {
  1199.     float: left;
  1200.     line-height: 20px;
  1201.     font-size: 14px;
  1202.     text-decoration: none;
  1203.     color: #fff
  1204. }
  1205.  
  1206. body.drying_paint_wall_index #links_container
  1207. {
  1208.     float: right
  1209. }
  1210.  
  1211. body.drying_paint_wall_index #links_container a
  1212. {
  1213.     font-size: 14px;
  1214.     line-height: 20px;
  1215.     text-decoration: none;
  1216.     color: #fff;
  1217.     margin-left: 15px
  1218. }
  1219.  
  1220. body.drying_paint_wall_index #links_container a: visited
  1221. {
  1222.     color: #fff
  1223. }
  1224.  
  1225. body.drying_paint_wall_index #links_container a: hover
  1226. {
  1227.     color: #141ae3
  1228. }
  1229.  
  1230. body.drying_paint_wall_index .clear
  1231. {
  1232.     clear: both
  1233. }
  1234.  
  1235. body.drying_paint_wall_index #paint
  1236. {
  1237.     position: absolute;
  1238.     top: 0;
  1239.     left: 0;
  1240.     right: 0;
  1241.     bottom: 0;
  1242.     background-image: url("paint_wall.jpg");
  1243.     z-index: 1
  1244. }
  1245.  
  1246. body.drying_paint_wall_index .drying
  1247. {
  1248.     -webkit-animation: dry 7200s;
  1249.     -moz-animation: dry 7200s;
  1250.     -ms-animation: dry 7200s;
  1251.     -o-animation: dry 7200s;
  1252.     animation: dry 7200s
  1253. }
  1254.  
  1255. body.drying_paint_wall_index .dry
  1256. {
  1257.     -webkit-filter: contrast(80%);
  1258.     opacity: 0.4
  1259. }
  1260.  
  1261. body.drying_paint_wall_index #cracks
  1262. {
  1263.     display: none;
  1264.     position: absolute;
  1265.     top: 0;
  1266.     left: 0;
  1267.     right: 0;
  1268.     bottom: 0;
  1269.     background-image: url("paint_cracks.png");
  1270.     z-index: 2
  1271. }
  1272.  
  1273. body.drying_paint_wall_index #info
  1274. {
  1275.     position: absolute;
  1276.     bottom: 20px;
  1277.     left: 20px;
  1278.     z-index: 10;
  1279.     color: #fff
  1280. }
  1281.  
  1282. body.drying_paint_wall_index #info: hover
  1283. {
  1284.     display: block
  1285. }
  1286.  
  1287. body.drying_paint_wall_index #info: hover p
  1288. {
  1289.     display: block;
  1290.     width: 300px;
  1291.     padding: 20px;
  1292.     line-height: 20px
  1293. }
  1294.  
  1295. body.drying_paint_wall_index #info #info_mark
  1296. {
  1297.     text-align: left
  1298. }
  1299.  
  1300. body.drying_paint_wall_index #info p
  1301. {
  1302.     display: none
  1303. }
  1304.  
  1305. @-webkit-keyframes dry
  1306. {
  1307.     0%
  1308. {
  1309.     -webkit-filter: contrast(100%);
  1310.     z-index: 1;
  1311.     opacity: 1
  1312. }
  1313.  
  1314. 100%
  1315. {
  1316.     -webkit-filter: contrast(80%);
  1317.     z-index: 1;
  1318.     opacity: 0.4
  1319. }
  1320.  
  1321.  
  1322. }
  1323.  
  1324. @-moz-keyframes dry
  1325. {
  1326.     0%
  1327. {
  1328.     -moz-filter: contrast(100%);
  1329.     z-index: 1;
  1330.     opacity: 1
  1331. }
  1332.  
  1333. 100%
  1334. {
  1335.     -moz-filter: contrast(80%);
  1336.     z-index: 1;
  1337.     opacity: 0.4
  1338. }
  1339.  
  1340.  
  1341. }
  1342.  
  1343. @-ms-keyframes dry
  1344. {
  1345.     0%
  1346. {
  1347.     -ms-filter: contrast(100%);
  1348.     z-index: 1;
  1349.     opacity: 1
  1350. }
  1351.  
  1352. 100%
  1353. {
  1354.     -ms-filter: contrast(80%);
  1355.     z-index: 1;
  1356.     opacity: 0.4
  1357. }
  1358.  
  1359.  
  1360. }
  1361.  
  1362. @-o-keyframes dry
  1363. {
  1364.     0%
  1365. {
  1366.     -o-filter: contrast(100%);
  1367.     z-index: 1;
  1368.     opacity: 1
  1369. }
  1370.  
  1371. 100%
  1372. {
  1373.     -o-filter: contrast(80%);
  1374.     z-index: 1;
  1375.     opacity: 0.4
  1376. }
  1377.  
  1378.  
  1379. }
  1380.  
  1381. @keyframes dry
  1382. {
  1383.     0%
  1384. {
  1385.     filter: contrast(100%);
  1386.     z-index: 1;
  1387.     opacity: 1
  1388. }
  1389.  
  1390. 100%
  1391. {
  1392.     filter: contrast(80%);
  1393.     z-index: 1;
  1394.     opacity: 0.4
  1395. }
  1396.  
  1397.  
  1398. }
  1399.  
  1400. body.effects_page_index
  1401. {
  1402.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  1403.     text-align: center;
  1404.     background-color: #111;
  1405.     cursor: pointer;
  1406.     overflow: hidden
  1407. }
  1408.  
  1409. body.effects_page_index header
  1410. {
  1411.     padding: 10px 20px
  1412. }
  1413.  
  1414. body.effects_page_index #links_container
  1415. {
  1416.     float: right
  1417. }
  1418.  
  1419. body.effects_page_index #links_container a
  1420. {
  1421.     font-size: 14px;
  1422.     line-height: 20px;
  1423.     text-decoration: none;
  1424.     color: #666;
  1425.     margin-left: 15px
  1426. }
  1427.  
  1428. body.effects_page_index #links_container a: visited
  1429. {
  1430.     color: #666
  1431. }
  1432.  
  1433. body.effects_page_index #links_container a: hover
  1434. {
  1435.     color: #f00
  1436. }
  1437.  
  1438. body.effects_page_index .clear
  1439. {
  1440.     clear: both
  1441. }
  1442.  
  1443. body.effects_page_index .action
  1444. {
  1445.     position: absolute
  1446. }
  1447.  
  1448. body.emergency_off_button_index
  1449. {
  1450.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  1451.     text-align: center
  1452. }
  1453.  
  1454. body.emergency_off_button_index header
  1455. {
  1456.     padding: 10px 20px;
  1457.     margin-bottom: 30px
  1458. }
  1459.  
  1460. body.emergency_off_button_index #logo a
  1461. {
  1462.     float: left;
  1463.     line-height: 20px;
  1464.     font-size: 14px;
  1465.     text-decoration: none;
  1466.     color: #000
  1467. }
  1468.  
  1469. body.emergency_off_button_index #links_container
  1470. {
  1471.     float: right
  1472. }
  1473.  
  1474. body.emergency_off_button_index #links_container a
  1475. {
  1476.     font-size: 14px;
  1477.     line-height: 20px;
  1478.     text-decoration: none;
  1479.     color: #000;
  1480.     margin-left: 15px
  1481. }
  1482.  
  1483. body.emergency_off_button_index #links_container a: visited
  1484. {
  1485.     color: #000
  1486. }
  1487.  
  1488. body.emergency_off_button_index #links_container a: hover
  1489. {
  1490.     color: #f00
  1491. }
  1492.  
  1493. body.emergency_off_button_index .clear
  1494. {
  1495.     clear: both
  1496. }
  1497.  
  1498. body.emergency_off_button_index .modal
  1499. {
  1500.     display: none;
  1501.     position: absolute;
  1502.     top: 0;
  1503.     bottom: 0;
  1504.     left: 0;
  1505.     right: 0;
  1506.     background-color: rgba(0,0,0,0.9);
  1507.     z-index: 10
  1508. }
  1509.  
  1510. body.emergency_off_button_index .modal .inner_modal
  1511. {
  1512.     display: none;
  1513.     position: absolute;
  1514.     height: 125px;
  1515.     width: 500px;
  1516.     top: 50%;
  1517.     left: 50%;
  1518.     margin-top: -150px;
  1519.     margin-left: -250px;
  1520.     padding: 10px 10px 30px;
  1521.     background-color: #eee;
  1522.     border-radius: 5px;
  1523.     border-top: 30px solid #aaa
  1524. }
  1525.  
  1526. body.emergency_off_button_index .modal .modal_content p
  1527. {
  1528.     font-weight: bold;
  1529.     line-height: 45px
  1530. }
  1531.  
  1532. body.emergency_off_button_index .modal .modal_content .bar_container
  1533. {
  1534.     margin-top: 10px
  1535. }
  1536.  
  1537. body.emergency_off_button_index .bar_container
  1538. {
  1539.     height: 10px;
  1540.     width: 400px;
  1541.     margin: auto;
  1542.     background-color: #333;
  1543.     border: 7px solid rgba(0,0,0,0.5)
  1544. }
  1545.  
  1546. body.emergency_off_button_index .inner_bar
  1547. {
  1548.     height: 10px;
  1549.     width: 395px;
  1550.     background-color: #d40404
  1551. }
  1552.  
  1553. body.emergency_off_button_index h1
  1554. {
  1555.     font-size: 60px;
  1556.     line-height: 80px
  1557. }
  1558.  
  1559. body.emergency_off_button_index h2
  1560. {
  1561.     font-size: 40px;
  1562.     line-height: 80px
  1563. }
  1564.  
  1565. body.emergency_off_button_index button
  1566. {
  1567.     height: 230px;
  1568.     width: 230px;
  1569.     margin: 30px;
  1570.     font-size: 26px;
  1571.     color: #fff;
  1572.     text-shadow: -1px -1px 0 rgba(0,0,0,0.3),1px 1px 0 rgba(255,255,255,0.3);
  1573.     border-radius: 50%;
  1574.     border: 14px solid #d83a3a;
  1575.     background: #d31919;
  1576.     background: -moz-radial-gradient(center, ellipse cover, #d31919 31%, #ad0000 100%);
  1577.     background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(31%, #d31919), color-stop(100%, #ad0000));
  1578.     background: -webkit-radial-gradient(center, ellipse cover, #d31919 31%, #ad0000 100%);
  1579.     background: -o-radial-gradient(center, ellipse cover, #d31919 31%, #ad0000 100%);
  1580.     background: -ms-radial-gradient(center, ellipse cover, #d31919 31%, #ad0000 100%);
  1581.     background: radial-gradient(ellipse at center, #d31919 31%, #ad0000 100%);
  1582.     box-shadow: 1px 1px 0 rgba(0,0,0,0.3),-1px -1px 0 rgba(0,0,0,0.2) inset,1px 1px 5px rgba(255,255,255,0.4) inset;
  1583.     cursor: pointer
  1584. }
  1585.  
  1586. body.emergency_off_button_index button: active
  1587. {
  1588.     box-shadow: 1px 1px 0 rgba(0,0,0,0.3),2px 2px 0 rgba(0,0,0,0.2) inset,0px 0px 20px rgba(0,0,0,0.3) inset,0px 0px 3px rgba(0,0,0,0.3) inset,-1px -1px 0 rgba(255,255,255,0.25) inset
  1589. }
  1590.  
  1591. body.emergency_off_button_index .flicker
  1592. {
  1593.     -webkit-animation: flicker 0.8s linear 2
  1594. }
  1595.  
  1596. @-webkit-keyframes flicker
  1597. {
  1598.     0%
  1599. {
  1600.     opacity: 1
  1601. }
  1602.  
  1603. 80%
  1604. {
  1605.     opacity: 1
  1606. }
  1607.  
  1608. 81%
  1609. {
  1610.     opacity: 0
  1611. }
  1612.  
  1613. 90%
  1614. {
  1615.     opacity: 1
  1616. }
  1617.  
  1618. 95%
  1619. {
  1620.     opacity: 1
  1621. }
  1622.  
  1623. 100%
  1624. {
  1625.     opacity: 0
  1626. }
  1627.  
  1628.  
  1629. }
  1630.  
  1631. body.fishy_friend_fish_index
  1632. {
  1633.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  1634.     text-align: center;
  1635.     color: #0d4d73;
  1636.     letter-spacing: 2px;
  1637.     background: #0a6284;
  1638.     background: -moz-linear-gradient(top, #7dd2e8 15%, #0a6284 100%);
  1639.     background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #7dd2e8), color-stop(100%, #0a6284));
  1640.     background: -webkit-linear-gradient(top, #7dd2e8 15%, #0a6284 100%);
  1641.     background: -o-linear-gradient(top, #7dd2e8 15%, #0a6284 100%);
  1642.     background: -ms-linear-gradient(top, #7dd2e8 15%, #0a6284 100%);
  1643.     background: linear-gradient(to bottom, #7dd2e8 15%, #0a6284 100%);
  1644.     overflow: hidden
  1645. }
  1646.  
  1647. body.fishy_friend_fish_index header
  1648. {
  1649.     position: absolute;
  1650.     top: 0;
  1651.     left: 0;
  1652.     right: 0;
  1653.     padding: 5px 20px;
  1654.     margin-bottom: 0px;
  1655.     color: #0d4d73;
  1656.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  1657. }
  1658.  
  1659. body.fishy_friend_fish_index #logo a
  1660. {
  1661.     float: left;
  1662.     line-height: 20px;
  1663.     font-size: 14px;
  1664.     color: #0d4d73;
  1665.     text-decoration: none
  1666. }
  1667.  
  1668. body.fishy_friend_fish_index #links_container
  1669. {
  1670.     float: right
  1671. }
  1672.  
  1673. body.fishy_friend_fish_index #links_container a
  1674. {
  1675.     font-size: 14px;
  1676.     line-height: 20px;
  1677.     text-decoration: none;
  1678.     color: #0d4d73;
  1679.     margin-left: 15px
  1680. }
  1681.  
  1682. body.fishy_friend_fish_index #links_container a: visited
  1683. {
  1684.     color: #0d4d73
  1685. }
  1686.  
  1687. body.fishy_friend_fish_index #links_container a: hover
  1688. {
  1689.     color: #f00
  1690. }
  1691.  
  1692. body.fishy_friend_fish_index .clear
  1693. {
  1694.     clear: both
  1695. }
  1696.  
  1697. body.globulator_page_index
  1698. {
  1699.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  1700.     text-align: center
  1701. }
  1702.  
  1703. body.globulator_page_index header
  1704. {
  1705.     position: absolute;
  1706.     top: 0;
  1707.     left: 0;
  1708.     right: 0;
  1709.     padding: 10px 20px;
  1710.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  1711. }
  1712.  
  1713. body.globulator_page_index #logo a
  1714. {
  1715.     float: left;
  1716.     line-height: 20px;
  1717.     font-size: 14px;
  1718.     text-decoration: none;
  1719.     color: #000
  1720. }
  1721.  
  1722. body.globulator_page_index #links_container
  1723. {
  1724.     float: right
  1725. }
  1726.  
  1727. body.globulator_page_index #links_container a
  1728. {
  1729.     font-size: 14px;
  1730.     line-height: 20px;
  1731.     text-decoration: none;
  1732.     color: #000;
  1733.     margin-left: 15px
  1734. }
  1735.  
  1736. body.globulator_page_index #links_container a: visited
  1737. {
  1738.     color: #000
  1739. }
  1740.  
  1741. body.globulator_page_index #links_container a: hover
  1742. {
  1743.     color: #f00
  1744. }
  1745.  
  1746. body.globulator_page_index .clear
  1747. {
  1748.     clear: both
  1749. }
  1750.  
  1751. body.globulator_page_index canvas
  1752. {
  1753.     display: block;
  1754.     cursor: pointer
  1755. }
  1756.  
  1757. body.hangman_game_index
  1758. {
  1759.     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  1760.     text-align: center;
  1761.     letter-spacing: 3px;
  1762.     color: #34495e;
  1763.     background-color: #fff;
  1764.     overflow-y: scroll
  1765. }
  1766.  
  1767. body.hangman_game_index header
  1768. {
  1769.     padding: 0 20px;
  1770.     margin-bottom: 0px;
  1771.     background-color: orange
  1772. }
  1773.  
  1774. body.hangman_game_index #logo a
  1775. {
  1776.     float: left;
  1777.     line-height: 38px;
  1778.     font-size: 20px;
  1779.     letter-spacing: 6px;
  1780.     color: #fff;
  1781.     text-decoration: none
  1782. }
  1783.  
  1784. body.hangman_game_index #links_container
  1785. {
  1786.     float: right
  1787. }
  1788.  
  1789. body.hangman_game_index #links_container a
  1790. {
  1791.     font-size: 14px;
  1792.     line-height: 38px;
  1793.     text-decoration: none;
  1794.     color: #fff;
  1795.     margin-left: 15px
  1796. }
  1797.  
  1798. body.hangman_game_index #links_container a: visited
  1799. {
  1800.     color: #fff
  1801. }
  1802.  
  1803. body.hangman_game_index #links_container a: hover
  1804. {
  1805.     color: #9b59b6
  1806. }
  1807.  
  1808. body.hangman_game_index .modal
  1809. {
  1810.     position: absolute;
  1811.     width: 100%;
  1812.     top: 150px;
  1813.     z-index: 10
  1814. }
  1815.  
  1816. body.hangman_game_index .modal .inner_modal
  1817. {
  1818.     width: 300px;
  1819.     margin: auto;
  1820.     padding-bottom: 10px;
  1821.     background-color: rgba(255,255,255,0.98);
  1822.     box-shadow: 0 0 4px rgba(0,0,0,0.2)
  1823. }
  1824.  
  1825. body.hangman_game_index .modal h1
  1826. {
  1827.     line-height: 80px;
  1828.     font-size: 36px;
  1829.     color: #16a085
  1830. }
  1831.  
  1832. body.hangman_game_index .modal a
  1833. {
  1834.     color: #9b59b6;
  1835.     text-decoration: none;
  1836.     line-height: 40px
  1837. }
  1838.  
  1839. body.hangman_game_index .game_over
  1840. {
  1841.     display: none
  1842. }
  1843.  
  1844. body.hangman_game_index .win
  1845. {
  1846.     display: none
  1847. }
  1848.  
  1849. body.hangman_game_index #container
  1850. {
  1851.     position: relative;
  1852.     width: 700px;
  1853.     margin: auto
  1854. }
  1855.  
  1856. body.hangman_game_index canvas
  1857. {
  1858.     position: absolute;
  1859.     top: 0;
  1860.     left: 0;
  1861.     border-bottom: 2px solid orange
  1862. }
  1863.  
  1864. body.hangman_game_index .letter_slot
  1865. {
  1866.     display: inline-block;
  1867.     vertical-align: bottom;
  1868.     width: 30px;
  1869.     height: 40px;
  1870.     margin: 330px 5px 50px;
  1871.     line-height: 40px;
  1872.     font-size: 30px;
  1873.     border-bottom: 2px solid #34495e
  1874. }
  1875.  
  1876. body.hangman_game_index .fail
  1877. {
  1878.     color: #e74c3c
  1879. }
  1880.  
  1881. body.hangman_game_index #btn_container
  1882. {
  1883.     width: 455px;
  1884.     margin: auto
  1885. }
  1886.  
  1887. body.hangman_game_index button
  1888. {
  1889.     cursor: pointer;
  1890.     border: none;
  1891.     border-radius: none;
  1892.     margin: 0;
  1893.     margin-bottom: 1px;
  1894.     width: 35px;
  1895.     line-height: 40px;
  1896.     font-size: 24px;
  1897.     color: #fff;
  1898.     background-color: #16a085;
  1899.     border-left: 1px solid rgba(0,0,0,0.2);
  1900.     border-right: 1px solid rgba(255,255,255,0.2)
  1901. }
  1902.  
  1903. body.hangman_game_index button: disabled
  1904. {
  1905.     background-color: #bdc3c7
  1906. }
  1907.  
  1908. body.hangman_game_index #btn_a,body.hangman_game_index #btn_n
  1909. {
  1910.     border-left: 1px solid rgba(255,255,255,0.2)
  1911. }
  1912.  
  1913. body.hangman_game_index .clear
  1914. {
  1915.     clear: both
  1916. }
  1917.  
  1918. body.hollywood_sign_index
  1919. {
  1920.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  1921.     text-align: center;
  1922.     background-color: #111;
  1923.     overflow-y: scroll
  1924. }
  1925.  
  1926. body.hollywood_sign_index header
  1927. {
  1928.     padding: 5px 20px 0;
  1929.     margin-bottom: 20px;
  1930.     color: #555;
  1931.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  1932. }
  1933.  
  1934. body.hollywood_sign_index #links_container
  1935. {
  1936.     float: right
  1937. }
  1938.  
  1939. body.hollywood_sign_index #links_container a
  1940. {
  1941.     font-size: 14px;
  1942.     line-height: 20px;
  1943.     text-decoration: none;
  1944.     color: #555;
  1945.     margin-left: 15px
  1946. }
  1947.  
  1948. body.hollywood_sign_index #links_container a: visited
  1949. {
  1950.     color: #555
  1951. }
  1952.  
  1953. body.hollywood_sign_index #links_container a: hover
  1954. {
  1955.     color: #f00
  1956. }
  1957.  
  1958. body.hollywood_sign_index #index_page
  1959. {
  1960.     position: relative;
  1961.     width: 700px;
  1962.     margin: auto
  1963. }
  1964.  
  1965. body.hollywood_sign_index img
  1966. {
  1967.     box-shadow: 0 0 5px rgba(0,0,0,0.8)
  1968. }
  1969.  
  1970. body.hollywood_sign_index #sign
  1971. {
  1972.     position: absolute;
  1973.     top: 202px;
  1974.     right: 58px;
  1975.     width: 200px;
  1976.     height: 20px
  1977. }
  1978.  
  1979. body.hollywood_sign_index .letter
  1980. {
  1981.     position: absolute;
  1982.     display: inline-block;
  1983.     font-weight: 700;
  1984.     line-height: 8px;
  1985.     font-family: 'Passion One', sans-serif;
  1986.     color: #ebe0d1;
  1987.     text-shadow: 0 0 2px rgba(0,0,0,0.3);
  1988.     -webkit-transform: scaleY(1.1);
  1989.     -moz-transform: scaleY(1.1);
  1990.     -ms-transform: scaleY(1.1);
  1991.     -o-transform: scaleY(1.1);
  1992.     transform: scaleY(1.1)
  1993. }
  1994.  
  1995. body.hollywood_sign_index .pointer
  1996. {
  1997.     cursor: pointer
  1998. }
  1999.  
  2000. body.hollywood_sign_index #l0
  2001. {
  2002.     left: 0
  2003. }
  2004.  
  2005. body.hollywood_sign_index #l1
  2006. {
  2007.     left: 11px
  2008. }
  2009.  
  2010. body.hollywood_sign_index #l2
  2011. {
  2012.     left: 21px;
  2013.     top: -1px
  2014. }
  2015.  
  2016. body.hollywood_sign_index #l3
  2017. {
  2018.     left: 28px;
  2019.     top: -2px
  2020. }
  2021.  
  2022. body.hollywood_sign_index #l4
  2023. {
  2024.     left: 35px;
  2025.     top: -2px
  2026. }
  2027.  
  2028. body.hollywood_sign_index #l5
  2029. {
  2030.     left: 45px;
  2031.     top: -1px
  2032. }
  2033.  
  2034. body.hollywood_sign_index #l6
  2035. {
  2036.     left: 58px;
  2037.     top: 1px
  2038. }
  2039.  
  2040. body.hollywood_sign_index #l7
  2041. {
  2042.     left: 69px
  2043. }
  2044.  
  2045. body.hollywood_sign_index #l8
  2046. {
  2047.     left: 80px
  2048. }
  2049.  
  2050. body.hollywood_sign_index .wave
  2051. {
  2052.     -webkit-animation: wave 0.7s linear;
  2053.     -moz-animation: wave 0.7s linear;
  2054.     -ms-animation: wave 0.7s linear;
  2055.     -o-animation: wave 0.7s linear;
  2056.     animation: wave 0.7s linear
  2057. }
  2058.  
  2059. body.hollywood_sign_index .dangle
  2060. {
  2061.     -webkit-animation: dangle 4s linear;
  2062.     -moz-animation: dangle 4s linear;
  2063.     -ms-animation: dangle 4s linear;
  2064.     -o-animation: dangle 4s linear;
  2065.     animation: dangle 4s linear
  2066. }
  2067.  
  2068. body.hollywood_sign_index .clear
  2069. {
  2070.     clear: both
  2071. }
  2072.  
  2073. @-webkit-keyframes wave
  2074. {
  2075.     0%
  2076. {
  2077.     -webkit-transform: translateY(0)
  2078. }
  2079.  
  2080. 50%
  2081. {
  2082.     -webkit-transform: translateY(-6px)
  2083. }
  2084.  
  2085. 100%
  2086. {
  2087.     -webkit-transform: translateY(0)
  2088. }
  2089.  
  2090.  
  2091. }
  2092.  
  2093. @-moz-keyframes wave
  2094. {
  2095.     0%
  2096. {
  2097.     -moz-transform: translateY(0)
  2098. }
  2099.  
  2100. 50%
  2101. {
  2102.     -moz-transform: translateY(-6px)
  2103. }
  2104.  
  2105. 100%
  2106. {
  2107.     -moz-transform: translateY(0)
  2108. }
  2109.  
  2110.  
  2111. }
  2112.  
  2113. @-ms-keyframes wave
  2114. {
  2115.     0%
  2116. {
  2117.     -ms-transform: translateY(0)
  2118. }
  2119.  
  2120. 50%
  2121. {
  2122.     -ms-transform: translateY(-6px)
  2123. }
  2124.  
  2125. 100%
  2126. {
  2127.     -ms-transform: translateY(0)
  2128. }
  2129.  
  2130.  
  2131. }
  2132.  
  2133. @-o-keyframes wave
  2134. {
  2135.     0%
  2136. {
  2137.     -o-transform: translateY(0)
  2138. }
  2139.  
  2140. 50%
  2141. {
  2142.     -o-transform: translateY(-6px)
  2143. }
  2144.  
  2145. 100%
  2146. {
  2147.     -o-transform: translateY(0)
  2148. }
  2149.  
  2150.  
  2151. }
  2152.  
  2153. keyframes wave 0%
  2154. {
  2155.     transform: translateY(0)
  2156. }
  2157.  
  2158. keyframes wave 50%
  2159. {
  2160.     transform: translateY(-6px)
  2161. }
  2162.  
  2163. keyframes wave 100%
  2164. {
  2165.     transform: translateY(0)
  2166. }
  2167.  
  2168. @-webkit-keyframes dangle
  2169. {
  2170.     0%
  2171. {
  2172.     -webkit-transform: rotate(0);
  2173.     -webkit-transform-origin: bottom left;
  2174.     -webkit-animation-timing-function: ease-in-out;
  2175.     z-index: 50
  2176. }
  2177.  
  2178. 10%
  2179. {
  2180.     -webkit-transform: rotate(220deg);
  2181.     -webkit-transform-origin: bottom left;
  2182.     -webkit-animation-timing-function: ease-in-out
  2183. }
  2184.  
  2185. 20%
  2186. {
  2187.     -webkit-transform: rotate(100deg);
  2188.     -webkit-transform-origin: bottom left;
  2189.     -webkit-animation-timing-function: ease-in-out
  2190. }
  2191.  
  2192. 30%
  2193. {
  2194.     -webkit-transform: rotate(190deg);
  2195.     -webkit-transform-origin: bottom left;
  2196.     -webkit-animation-timing-function: ease-in-out
  2197. }
  2198.  
  2199. 50%
  2200. {
  2201.     -webkit-transform: translateY(1800px)
  2202. }
  2203.  
  2204. 100%
  2205. {
  2206.     -webkit-transform: translateY(0px)
  2207. }
  2208.  
  2209.  
  2210. }
  2211.  
  2212. @-moz-keyframes dangle
  2213. {
  2214.     0%
  2215. {
  2216.     -moz-transform: rotate(0);
  2217.     -moz-transform-origin: bottom left;
  2218.     -moz-animation-timing-function: ease-in-out;
  2219.     z-index: 50
  2220. }
  2221.  
  2222. 10%
  2223. {
  2224.     -moz-transform: rotate(220deg);
  2225.     -moz-transform-origin: bottom left;
  2226.     -moz-animation-timing-function: ease-in-out
  2227. }
  2228.  
  2229. 20%
  2230. {
  2231.     -moz-transform: rotate(100deg);
  2232.     -moz-transform-origin: bottom left;
  2233.     -moz-animation-timing-function: ease-in-out
  2234. }
  2235.  
  2236. 30%
  2237. {
  2238.     -moz-transform: rotate(190deg);
  2239.     -moz-transform-origin: bottom left;
  2240.     -moz-animation-timing-function: ease-in-out
  2241. }
  2242.  
  2243. 50%
  2244. {
  2245.     -moz-transform: translateY(1800px)
  2246. }
  2247.  
  2248. 100%
  2249. {
  2250.     -moz-transform: translateY(0px)
  2251. }
  2252.  
  2253.  
  2254. }
  2255.  
  2256. @-ms-keyframes dangle
  2257. {
  2258.     0%
  2259. {
  2260.     -ms-transform: rotate(0);
  2261.     -ms-transform-origin: bottom left;
  2262.     -ms-animation-timing-function: ease-in-out;
  2263.     z-index: 50
  2264. }
  2265.  
  2266. 10%
  2267. {
  2268.     -ms-transform: rotate(220deg);
  2269.     -ms-transform-origin: bottom left;
  2270.     -ms-animation-timing-function: ease-in-out
  2271. }
  2272.  
  2273. 20%
  2274. {
  2275.     -ms-transform: rotate(100deg);
  2276.     -ms-transform-origin: bottom left;
  2277.     -ms-animation-timing-function: ease-in-out
  2278. }
  2279.  
  2280. 30%
  2281. {
  2282.     -ms-transform: rotate(190deg);
  2283.     -ms-transform-origin: bottom left;
  2284.     -ms-animation-timing-function: ease-in-out
  2285. }
  2286.  
  2287. 50%
  2288. {
  2289.     -ms-transform: translateY(1800px)
  2290. }
  2291.  
  2292. 100%
  2293. {
  2294.     -ms-transform: translateY(0px)
  2295. }
  2296.  
  2297.  
  2298. }
  2299.  
  2300. @-o-keyframes dangle
  2301. {
  2302.     0%
  2303. {
  2304.     -o-transform: rotate(0);
  2305.     -o-transform-origin: bottom left;
  2306.     -o-animation-timing-function: ease-in-out;
  2307.     z-index: 50
  2308. }
  2309.  
  2310. 10%
  2311. {
  2312.     -o-transform: rotate(220deg);
  2313.     -o-transform-origin: bottom left;
  2314.     -o-animation-timing-function: ease-in-out
  2315. }
  2316.  
  2317. 20%
  2318. {
  2319.     -o-transform: rotate(100deg);
  2320.     -o-transform-origin: bottom left;
  2321.     -o-animation-timing-function: ease-in-out
  2322. }
  2323.  
  2324. 30%
  2325. {
  2326.     -o-transform: rotate(190deg);
  2327.     -o-transform-origin: bottom left;
  2328.     -o-animation-timing-function: ease-in-out
  2329. }
  2330.  
  2331. 50%
  2332. {
  2333.     -o-transform: translateY(1800px)
  2334. }
  2335.  
  2336. 100%
  2337. {
  2338.     -o-transform: translateY(0px)
  2339. }
  2340.  
  2341.  
  2342. }
  2343.  
  2344. keyframes dangle 0%
  2345. {
  2346.     transform: rotate(0);
  2347.     transform-origin: bottom left;
  2348.     animation-timing-function: ease-in-out;
  2349.     z-index: 50
  2350. }
  2351.  
  2352. keyframes dangle 10%
  2353. {
  2354.     transform: rotate(220deg);
  2355.     transform-origin: bottom left;
  2356.     animation-timing-function: ease-in-out
  2357. }
  2358.  
  2359. keyframes dangle 20%
  2360. {
  2361.     transform: rotate(100deg);
  2362.     transform-origin: bottom left;
  2363.     animation-timing-function: ease-in-out
  2364. }
  2365.  
  2366. keyframes dangle 30%
  2367. {
  2368.     transform: rotate(190deg);
  2369.     transform-origin: bottom left;
  2370.     animation-timing-function: ease-in-out
  2371. }
  2372.  
  2373. keyframes dangle 50%
  2374. {
  2375.     transform: translateY(1800px)
  2376. }
  2377.  
  2378. keyframes dangle 100%
  2379. {
  2380.     transform: translateY(0px)
  2381. }
  2382.  
  2383. body.hourglass_timer_index
  2384. {
  2385.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  2386.     text-align: center;
  2387.     background-color: #fff;
  2388.     color: #333;
  2389.     letter-spacing: 2px
  2390. }
  2391.  
  2392. body.hourglass_timer_index header
  2393. {
  2394.     padding: 5px 20px 0;
  2395.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  2396. }
  2397.  
  2398. body.hourglass_timer_index #logo a
  2399. {
  2400.     float: left;
  2401.     line-height: 20px;
  2402.     font-size: 14px;
  2403.     text-decoration: none;
  2404.     color: #34495e
  2405. }
  2406.  
  2407. body.hourglass_timer_index #links_container
  2408. {
  2409.     float: right
  2410. }
  2411.  
  2412. body.hourglass_timer_index #links_container a
  2413. {
  2414.     font-size: 14px;
  2415.     line-height: 20px;
  2416.     text-decoration: none;
  2417.     color: #34495e;
  2418.     margin-left: 15px
  2419. }
  2420.  
  2421. body.hourglass_timer_index #links_container a: visited
  2422. {
  2423.     color: #34495e
  2424. }
  2425.  
  2426. body.hourglass_timer_index #links_container a: hover
  2427. {
  2428.     color: #e74c3c
  2429. }
  2430.  
  2431. body.hourglass_timer_index .clear
  2432. {
  2433.     clear: both
  2434. }
  2435.  
  2436. body.hourglass_timer_index .modal
  2437. {
  2438.     margin-top: 40px;
  2439.     background-color: #1abc9c;
  2440.     padding: 20px
  2441. }
  2442.  
  2443. body.hourglass_timer_index .modal h1
  2444. {
  2445.     font-size: 20px;
  2446.     margin-bottom: 20px
  2447. }
  2448.  
  2449. body.hourglass_timer_index .times_up
  2450. {
  2451.     display: none;
  2452.     position: absolute;
  2453.     top: 240px;
  2454.     left: 0;
  2455.     right: 0;
  2456.     background-color: rgba(231,76,60,0.95)
  2457. }
  2458.  
  2459. body.hourglass_timer_index .times_up h1
  2460. {
  2461.     margin-bottom: 0
  2462. }
  2463.  
  2464. body.hourglass_timer_index canvas
  2465. {
  2466.     margin-top: 80px
  2467. }
  2468.  
  2469. body.image_palette_page_index
  2470. {
  2471.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  2472.     text-align: center;
  2473.     background-color: #e1e1e1;
  2474.     color: #333;
  2475.     letter-spacing: 2px
  2476. }
  2477.  
  2478. body.image_palette_page_index header
  2479. {
  2480.     padding: 10px 16px;
  2481.     margin-bottom: 20px;
  2482.     background: #fc8a8a;
  2483.     background: -moz-linear-gradient(-45deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%);
  2484.     background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fc8a8a), color-stop(18%, #efa973), color-stop(32%, #ffea82), color-stop(51%, #a4ff77), color-stop(69%, #80eefc), color-stop(86%, #a7aaf9), color-stop(100%, #f490b6));
  2485.     background: -webkit-linear-gradient(-45deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%);
  2486.     background: -o-linear-gradient(-45deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%);
  2487.     background: -ms-linear-gradient(-45deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%);
  2488.     background: linear-gradient(135deg, #fc8a8a 0%, #efa973 18%, #ffea82 32%, #a4ff77 51%, #80eefc 69%, #a7aaf9 86%, #f490b6 100%)
  2489. }
  2490.  
  2491. body.image_palette_page_index #logo a
  2492. {
  2493.     float: left;
  2494.     line-height: 16px;
  2495.     font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  2496.     font-size: 14px;
  2497.     text-decoration: none;
  2498.     color: #333
  2499. }
  2500.  
  2501. body.image_palette_page_index #links_container
  2502. {
  2503.     float: right
  2504. }
  2505.  
  2506. body.image_palette_page_index #links_container a
  2507. {
  2508.     font-size: 11px;
  2509.     line-height: 16px;
  2510.     text-decoration: none;
  2511.     color: #333;
  2512.     margin-left: 15px
  2513. }
  2514.  
  2515. body.image_palette_page_index #links_container a: visited
  2516. {
  2517.     color: #333
  2518. }
  2519.  
  2520. body.image_palette_page_index #links_container a: hover
  2521. {
  2522.     color: #f00
  2523. }
  2524.  
  2525. body.image_palette_page_index .clear
  2526. {
  2527.     clear: both
  2528. }
  2529.  
  2530. body.image_palette_page_index #palette_container
  2531. {
  2532.     padding: 20px
  2533. }
  2534.  
  2535. body.image_palette_page_index #palette_container button
  2536. {
  2537.     display: none;
  2538.     margin: 10px auto;
  2539.     width: 190px;
  2540.     padding: 5px;
  2541.     font-size: 13px;
  2542.     color: #fff;
  2543.     border-radius: 3px;
  2544.     border: none;
  2545.     background-color: #1693e6;
  2546.     cursor: pointer
  2547. }
  2548.  
  2549. body.image_palette_page_index #palette_container button: active
  2550. {
  2551.     background-color: #1275b7
  2552. }
  2553.  
  2554. body.image_palette_page_index .swatch_container
  2555. {
  2556.     display: inline-block;
  2557.     margin: 10px 4px;
  2558.     box-shadow: 0 0 3px rgba(0,0,0,0.35)
  2559. }
  2560.  
  2561. body.image_palette_page_index .swatch_container .swatch
  2562. {
  2563.     height: 80px;
  2564.     width: 100%;
  2565.     border-radius: 3px 3px 0 0
  2566. }
  2567.  
  2568. body.image_palette_page_index .swatch_container .swatch_info
  2569. {
  2570.     padding: 10px;
  2571.     width: 170px;
  2572.     font-family: Tahoma, Verdana, Segoe, sans-serif;
  2573.     font-size: 12px;
  2574.     text-align: left;
  2575.     color: #555;
  2576.     background-color: #fff
  2577. }
  2578.  
  2579. body.image_palette_page_index .swatch_container .swatch_info .label
  2580. {
  2581.     line-height: 22px
  2582. }
  2583.  
  2584. body.image_palette_page_index canvas
  2585. {
  2586.     border: 1px solid #888;
  2587.     margin-top: 20px;
  2588.     background-color: white
  2589. }
  2590.  
  2591. body.infinite_descent_page_index
  2592. {
  2593.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  2594.     text-align: center;
  2595.     background: #ededed;
  2596.     background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #1e1e1e), color-stop(60%, #000));
  2597.     background: -webkit-radial-gradient(center center, circle contain, #1e1e1e 1%, #000 60%);
  2598.     background: -moz-radial-gradient(center center, circle contain, #1e1e1e 1%, #000 60%);
  2599.     background: -ms-radial-gradient(center center, circle contain, #1e1e1e 1%, #000 60%);
  2600.     background: -o-radial-gradient(center center, circle contain, #1e1e1e 1%, #000 60%);
  2601.     background: radial-gradient(center center, circle contain, #1e1e1e 1%, #000 60%)
  2602. }
  2603.  
  2604. body.infinite_descent_page_index header
  2605. {
  2606.     position: absolute;
  2607.     top: 0;
  2608.     left: 0;
  2609.     right: 0;
  2610.     padding: 10px 20px
  2611. }
  2612.  
  2613. body.infinite_descent_page_index #logo a
  2614. {
  2615.     float: left;
  2616.     line-height: 20px;
  2617.     font-size: 14px;
  2618.     text-decoration: none;
  2619.     color: #888
  2620. }
  2621.  
  2622. body.infinite_descent_page_index #links_container
  2623. {
  2624.     float: right
  2625. }
  2626.  
  2627. body.infinite_descent_page_index #links_container a
  2628. {
  2629.     font-size: 14px;
  2630.     line-height: 20px;
  2631.     text-decoration: none;
  2632.     color: #888;
  2633.     margin-left: 15px
  2634. }
  2635.  
  2636. body.infinite_descent_page_index #links_container a: visited
  2637. {
  2638.     color: #888
  2639. }
  2640.  
  2641. body.infinite_descent_page_index #links_container a: hover
  2642. {
  2643.     color: #aaa
  2644. }
  2645.  
  2646. body.infinite_descent_page_index .clear
  2647. {
  2648.     clear: both
  2649. }
  2650.  
  2651. body.infinite_descent_page_index canvas
  2652. {
  2653.     display: block
  2654. }
  2655.  
  2656. body.keep_it_up_players_index,body.keep_it_up_players_new
  2657. {
  2658.     font-family: Geneva, Tahoma, Verdana, sans-serif;
  2659.     text-align: center;
  2660.     letter-spacing: 6px;
  2661.     background-color: #fff;
  2662.     color: #333;
  2663.     overflow-y: scroll
  2664. }
  2665.  
  2666. body.keep_it_up_players_index header,body.keep_it_up_players_new header
  2667. {
  2668.     font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  2669.     height: 36px;
  2670.     margin-bottom: 30px;
  2671.     height: 56px;
  2672.     line-height: 56px;
  2673.     padding: 0 20px
  2674. }
  2675.  
  2676. body.keep_it_up_players_index #links_container,body.keep_it_up_players_new #links_container
  2677. {
  2678.     float: right
  2679. }
  2680.  
  2681. body.keep_it_up_players_index #links_container a,body.keep_it_up_players_new #links_container a
  2682. {
  2683.     text-decoration: none;
  2684.     color: #333;
  2685.     margin-left: 15px
  2686. }
  2687.  
  2688. body.keep_it_up_players_index #links_container a: visited,body.keep_it_up_players_new #links_container a: visited
  2689. {
  2690.     color: #333
  2691. }
  2692.  
  2693. body.keep_it_up_players_index #links_container a: hover,body.keep_it_up_players_new #links_container a: hover
  2694. {
  2695.     color: #de1d91
  2696. }
  2697.  
  2698. body.keep_it_up_players_index #logo,body.keep_it_up_players_new #logo
  2699. {
  2700.     float: left;
  2701.     font-size: 22px
  2702. }
  2703.  
  2704. body.keep_it_up_players_index h1,body.keep_it_up_players_new h1
  2705. {
  2706.     font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  2707.     font-size: 34px;
  2708.     line-height: 30px;
  2709.     margin-bottom: 25px;
  2710.     color: #1f1c1e;
  2711.     text-shadow: 0 0 1px rgba(255,255,255,0.3)
  2712. }
  2713.  
  2714. body.keep_it_up_players_index h1.leader_board,body.keep_it_up_players_new h1.leader_board
  2715. {
  2716.     font-size: 24px;
  2717.     margin-top: 30px
  2718. }
  2719.  
  2720. body.keep_it_up_players_index h2,body.keep_it_up_players_new h2
  2721. {
  2722.     font-size: 18px;
  2723.     line-height: 28px;
  2724.     margin: 30px 0
  2725. }
  2726.  
  2727. body.keep_it_up_players_index a,body.keep_it_up_players_new a
  2728. {
  2729.     color: #de1d91;
  2730.     text-decoration: none
  2731. }
  2732.  
  2733. body.keep_it_up_players_index a: hover,body.keep_it_up_players_new a: hover
  2734. {
  2735.     color: #17b078
  2736. }
  2737.  
  2738. body.keep_it_up_players_index .modal,body.keep_it_up_players_new .modal
  2739. {
  2740.     position: absolute;
  2741.     top: 0;
  2742.     left: 0;
  2743.     right: 0;
  2744.     bottom: 0;
  2745.     padding-bottom: 50px;
  2746.     background-color: rgba(255,255,255,0.93)
  2747. }
  2748.  
  2749. body.keep_it_up_players_index .inner_modal,body.keep_it_up_players_new .inner_modal
  2750. {
  2751.     position: relative;
  2752.     width: 600px;
  2753.     margin: 50px auto;
  2754.     padding: 50px;
  2755.     background-color: rgba(97,107,107,0.3)
  2756. }
  2757.  
  2758. body.keep_it_up_players_index #enter_name,body.keep_it_up_players_new #enter_name
  2759. {
  2760.     height: 26px;
  2761.     padding: 5px;
  2762.     font-size: 16px;
  2763.     text-align: center
  2764. }
  2765.  
  2766. body.keep_it_up_players_index form,body.keep_it_up_players_new form
  2767. {
  2768.     margin-bottom: 30px
  2769. }
  2770.  
  2771. body.keep_it_up_players_index .btn,body.keep_it_up_players_new .btn
  2772. {
  2773.     cursor: pointer;
  2774.     border: none;
  2775.     display: inline-block;
  2776.     padding: 10px 0;
  2777.     font-size: 16px;
  2778.     letter-spacing: 2px;
  2779.     text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
  2780.     color: white;
  2781.     background-color: #de1d91;
  2782.     border-left: 1px solid rgba(0,0,0,0);
  2783.     border-top: 1px solid rgba(0,0,0,0)
  2784. }
  2785.  
  2786. body.keep_it_up_players_index input.btn,body.keep_it_up_players_new input.btn
  2787. {
  2788.     width: 100px;
  2789.     margin: 0 2px
  2790. }
  2791.  
  2792. body.keep_it_up_players_index button.btn,body.keep_it_up_players_new button.btn
  2793. {
  2794.     width: 100px
  2795. }
  2796.  
  2797. body.keep_it_up_players_index .btn: active,body.keep_it_up_players_new .btn: active
  2798. {
  2799.     background-color: #17b078;
  2800.     border-left: 1px solid rgba(0,0,0,0.4);
  2801.     border-top: 1px solid rgba(0,0,0,0.4)
  2802. }
  2803.  
  2804. body.keep_it_up_players_index #leaders,body.keep_it_up_players_new #leaders
  2805. {
  2806.     border-top: 2px solid #de1d91
  2807. }
  2808.  
  2809. body.keep_it_up_players_index .leader_container,body.keep_it_up_players_new .leader_container
  2810. {
  2811.     width: 75%;
  2812.     margin: auto;
  2813.     border-bottom: 1px solid #aaa;
  2814.     padding: 15px 10px
  2815. }
  2816.  
  2817. body.keep_it_up_players_index .leader_name,body.keep_it_up_players_new .leader_name
  2818. {
  2819.     white-space: pre-wrap;
  2820.     white-space: -moz-pre-wrap;
  2821.     white-space: -pre-wrap;
  2822.     white-space: -o-pre-wrap;
  2823.     word-wrap: break-word;
  2824.     float: left;
  2825.     width: 70%
  2826. }
  2827.  
  2828. body.keep_it_up_players_index .leader_score,body.keep_it_up_players_new .leader_score
  2829. {
  2830.     text-align: center;
  2831.     float: right;
  2832.     width: 20%;
  2833.     vertical-align: bottom
  2834. }
  2835.  
  2836. body.keep_it_up_players_index #game_over,body.keep_it_up_players_new #game_over
  2837. {
  2838.     display: none
  2839. }
  2840.  
  2841. body.keep_it_up_players_index canvas,body.keep_it_up_players_new canvas
  2842. {
  2843.     border: 1px solid #ddd;
  2844.     margin: auto;
  2845.     cursor: pointer
  2846. }
  2847.  
  2848. body.keep_it_up_players_index .clear,body.keep_it_up_players_new .clear
  2849. {
  2850.     clear: both
  2851. }
  2852.  
  2853. body.king_of_comments_comments_index
  2854. {
  2855.     font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  2856.     letter-spacing: 2px;
  2857.     text-align: center;
  2858.     padding-bottom: 30px;
  2859.     background-color: #ecf0f1;
  2860.     color: #2c3e50
  2861. }
  2862.  
  2863. body.king_of_comments_comments_index header
  2864. {
  2865.     height: 36px
  2866. }
  2867.  
  2868. body.king_of_comments_comments_index #logo
  2869. {
  2870.     position: absolute;
  2871.     top: 50px;
  2872.     left: 13px;
  2873.     font-family: 'Rye', cursive;
  2874.     font-size: 34px;
  2875.     color: #354b60;
  2876.     text-shadow: 1px 0 0 rgba(0,0,0,0.05);
  2877.     transform: rotate(-26deg);
  2878.     -ms-transform: rotate(-26deg);
  2879.     -webkit-transform: rotate(-26deg) scaleY(1.23);
  2880.     z-index: -1
  2881. }
  2882.  
  2883. body.king_of_comments_comments_index #links_container
  2884. {
  2885.     text-align: right;
  2886.     padding: 10px 20px
  2887. }
  2888.  
  2889. body.king_of_comments_comments_index #links_container a
  2890. {
  2891.     text-decoration: none;
  2892.     color: #2980b9;
  2893.     margin-left: 15px
  2894. }
  2895.  
  2896. body.king_of_comments_comments_index #links_container a: visited
  2897. {
  2898.     color: #2980b9
  2899. }
  2900.  
  2901. body.king_of_comments_comments_index #links_container a: hover
  2902. {
  2903.     color: #8e44ad
  2904. }
  2905.  
  2906. body.king_of_comments_comments_index .btn
  2907. {
  2908.     border: none;
  2909.     padding: 0;
  2910.     margin: 0;
  2911.     letter-spacing: 2px;
  2912.     cursor: pointer
  2913. }
  2914.  
  2915. body.king_of_comments_comments_index .btn: active
  2916. {
  2917.     border: none
  2918. }
  2919.  
  2920. body.king_of_comments_comments_index #entry_form
  2921. {
  2922.     width: 522px;
  2923.     margin: auto;
  2924.     text-align: left;
  2925.     font-size: 13px
  2926. }
  2927.  
  2928. body.king_of_comments_comments_index #entry_form .input_box
  2929. {
  2930.     border: none;
  2931.     box-shadow: 0 0 3px rgba(0,0,0,0.25) inset
  2932. }
  2933.  
  2934. body.king_of_comments_comments_index #entry_form .comment_entry
  2935. {
  2936.     display: block;
  2937.     width: 500px;
  2938.     height: 80px;
  2939.     resize: none;
  2940.     margin: 60px 0 20px;
  2941.     padding: 10px;
  2942.     background-color: #fbfcfc
  2943. }
  2944.  
  2945. body.king_of_comments_comments_index #entry_form .entry_form_name_container
  2946. {
  2947.     position: relative;
  2948.     width: 522px
  2949. }
  2950.  
  2951. body.king_of_comments_comments_index #entry_form .name_entry
  2952. {
  2953.     float: left;
  2954.     width: 380px;
  2955.     height: 10px;
  2956.     padding: 10px;
  2957.     background-color: #fbfcfc
  2958. }
  2959.  
  2960. body.king_of_comments_comments_index #entry_form .btn
  2961. {
  2962.     float: right;
  2963.     border: none;
  2964.     margin-right: 2px;
  2965.     border-top: 1px solid rgba(255,255,255,0.2);
  2966.     border-left: 1px solid rgba(255,255,255,0.2);
  2967.     height: 30px;
  2968.     width: 100px;
  2969.     font-size: 13px;
  2970.     background-color: #3498db;
  2971.     color: #ecf0f1
  2972. }
  2973.  
  2974. body.king_of_comments_comments_index #entry_form .btn: active
  2975. {
  2976.     background-color: #2980b9;
  2977.     border-top: 1px solid rgba(0,0,0,0.2);
  2978.     border-left: 1px solid rgba(0,0,0,0.2)
  2979. }
  2980.  
  2981. body.king_of_comments_comments_index .btn: : -moz-focus-inner
  2982. {
  2983.     border: 0;
  2984.     padding: 0
  2985. }
  2986.  
  2987. body.king_of_comments_comments_index #comments_container
  2988. {
  2989.     width: 700px;
  2990.     margin: 40px auto;
  2991.     border-top: 1px solid rgba(0,0,0,0.2);
  2992.     border-bottom: 1px solid rgba(255,255,255,0.7)
  2993. }
  2994.  
  2995. body.king_of_comments_comments_index .comment_block
  2996. {
  2997.     padding: 15px;
  2998.     border-bottom: 1px solid rgba(0,0,0,0.2);
  2999.     border-top: 1px solid rgba(255,255,255,0.7)
  3000. }
  3001.  
  3002. body.king_of_comments_comments_index .comment
  3003. {
  3004.     display: inline-block;
  3005.     vertical-align: top;
  3006.     text-shadow: 0 0 3px rgba(255,255,255,0.8)
  3007. }
  3008.  
  3009. body.king_of_comments_comments_index .voting_container .votes
  3010. {
  3011.     line-height: 35px;
  3012.     font-size: 22px
  3013. }
  3014.  
  3015. body.king_of_comments_comments_index .voting_container .btn
  3016. {
  3017.     width: 0;
  3018.     height: 0;
  3019.     background-color: transparent
  3020. }
  3021.  
  3022. body.king_of_comments_comments_index .voting_container .up
  3023. {
  3024.     border-left: 10px solid transparent;
  3025.     border-right: 10px solid transparent;
  3026.     border-bottom: 20px solid #3498db
  3027. }
  3028.  
  3029. body.king_of_comments_comments_index .voting_container .up: active
  3030. {
  3031.     border-left: 10px solid transparent;
  3032.     border-right: 10px solid transparent;
  3033.     border-bottom: 20px solid #2980b9
  3034. }
  3035.  
  3036. body.king_of_comments_comments_index .voting_container .down
  3037. {
  3038.     border-left: 10px solid transparent;
  3039.     border-right: 10px solid transparent;
  3040.     border-top: 20px solid #e74c3c
  3041. }
  3042.  
  3043. body.king_of_comments_comments_index .voting_container .down: active
  3044. {
  3045.     border-left: 10px solid transparent;
  3046.     border-right: 10px solid transparent;
  3047.     border-top: 20px solid #c0392b
  3048. }
  3049.  
  3050. body.king_of_comments_comments_index .content_container
  3051. {
  3052.     width: 550px;
  3053.     height: 100%;
  3054.     padding: 0 20px
  3055. }
  3056.  
  3057. body.king_of_comments_comments_index .content
  3058. {
  3059.     text-align: left;
  3060.     font-size: 13px;
  3061.     line-height: 20px;
  3062.     margin-bottom: 8px
  3063. }
  3064.  
  3065. body.king_of_comments_comments_index .name
  3066. {
  3067.     text-align: right;
  3068.     font-size: 10px;
  3069.     line-height: 10px;
  3070.     color: #3498db
  3071. }
  3072.  
  3073. body.king_of_comments_comments_index .clear
  3074. {
  3075.     clear: both
  3076. }
  3077.  
  3078. body.leave_a_note_notes_index
  3079. {
  3080.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  3081.     letter-spacing: 2px;
  3082.     text-align: center;
  3083.     background-color: #9fd8e6;
  3084.     color: #283133
  3085. }
  3086.  
  3087. body.leave_a_note_notes_index header
  3088. {
  3089.     padding: 0 20px;
  3090.     margin-bottom: 30px;
  3091.     font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  3092.     background-color: #62bfd6;
  3093.     color: #164956;
  3094.     text-shadow: 1px 1px 0 rgba(255,255,255,0.23),-1px -1px 0 rgba(0,0,0,0.05)
  3095. }
  3096.  
  3097. body.leave_a_note_notes_index #logo
  3098. {
  3099.     float: left;
  3100.     line-height: 40px;
  3101.     font-size: 20px
  3102. }
  3103.  
  3104. body.leave_a_note_notes_index #links_container
  3105. {
  3106.     float: right
  3107. }
  3108.  
  3109. body.leave_a_note_notes_index #links_container a
  3110. {
  3111.     font-size: 16px;
  3112.     line-height: 40px;
  3113.     text-decoration: none;
  3114.     color: #164956;
  3115.     margin-left: 15px
  3116. }
  3117.  
  3118. body.leave_a_note_notes_index #links_container a: visited
  3119. {
  3120.     color: #164956
  3121. }
  3122.  
  3123. body.leave_a_note_notes_index #links_container a: hover
  3124. {
  3125.     color: #e87015
  3126. }
  3127.  
  3128. body.leave_a_note_notes_index form
  3129. {
  3130.     margin-bottom: 20px
  3131. }
  3132.  
  3133. body.leave_a_note_notes_index textarea
  3134. {
  3135.     height: 60px;
  3136.     width: 450px;
  3137.     padding: 5px;
  3138.     margin: 0 -4px;
  3139.     resize: none;
  3140.     vertical-align: top;
  3141.     font-size: 16px;
  3142.     border: none
  3143. }
  3144.  
  3145. body.leave_a_note_notes_index .btn
  3146. {
  3147.     border: none;
  3148.     width: 100px;
  3149.     padding: 0;
  3150.     margin: 0 -4px;
  3151.     font-size: 16px;
  3152.     letter-spacing: 2px;
  3153.     line-height: 70px;
  3154.     color: #fff;
  3155.     text-shadow: -1px -1px 0 rgba(0,0,0,0.15);
  3156.     background-color: #f28431;
  3157.     cursor: pointer
  3158. }
  3159.  
  3160. body.leave_a_note_notes_index .btn: active
  3161. {
  3162.     border: none;
  3163.     background-color: #d16513
  3164. }
  3165.  
  3166. body.leave_a_note_notes_index .btn: : -moz-focus-inner
  3167. {
  3168.     border: 0;
  3169.     padding: 0
  3170. }
  3171.  
  3172. body.leave_a_note_notes_index .note_container
  3173. {
  3174.     width: 500px;
  3175.     padding: 30px;
  3176.     margin: auto;
  3177.     line-height: 24px;
  3178.     background-color: #fff;
  3179.     border-bottom: 1px solid rgba(0,0,0,0.2);
  3180.     border-top: 1px solid rgba(0,0,0,0.05)
  3181. }
  3182.  
  3183. body.leave_a_note_notes_index .clear
  3184. {
  3185.     clear: both
  3186. }
  3187.  
  3188. body.liquor_likes_liquors_index,body.liquor_likes_liquors_new,body.liquor_likes_liquors_show
  3189. {
  3190.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  3191.     text-align: center;
  3192.     color: #34495e;
  3193.     letter-spacing: 3px
  3194. }
  3195.  
  3196. body.liquor_likes_liquors_index a,body.liquor_likes_liquors_new a,body.liquor_likes_liquors_show a
  3197. {
  3198.     display: inline-block;
  3199.     color: #000;
  3200.     text-decoration: none
  3201. }
  3202.  
  3203. body.liquor_likes_liquors_index header,body.liquor_likes_liquors_new header,body.liquor_likes_liquors_show header
  3204. {
  3205.     padding: 7px 20px;
  3206.     background-color: #226;
  3207.     margin-bottom: 20px;
  3208.     color: #fff;
  3209.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  3210. }
  3211.  
  3212. body.liquor_likes_liquors_index #logo a,body.liquor_likes_liquors_new #logo a,body.liquor_likes_liquors_show #logo a
  3213. {
  3214.     float: left;
  3215.     line-height: 20px;
  3216.     font-size: 14px;
  3217.     color: #fff
  3218. }
  3219.  
  3220. body.liquor_likes_liquors_index #links_container,body.liquor_likes_liquors_new #links_container,body.liquor_likes_liquors_show #links_container
  3221. {
  3222.     float: right
  3223. }
  3224.  
  3225. body.liquor_likes_liquors_index #links_container a,body.liquor_likes_liquors_new #links_container a,body.liquor_likes_liquors_show #links_container a
  3226. {
  3227.     font-size: 14px;
  3228.     line-height: 20px;
  3229.     text-decoration: none;
  3230.     color: #fff;
  3231.     margin-left: 15px
  3232. }
  3233.  
  3234. body.liquor_likes_liquors_index #links_container a: visited,body.liquor_likes_liquors_new #links_container a: visited,body.liquor_likes_liquors_show #links_container a: visited
  3235. {
  3236.     color: #fff
  3237. }
  3238.  
  3239. body.liquor_likes_liquors_index #links_container a: hover,body.liquor_likes_liquors_new #links_container a: hover,body.liquor_likes_liquors_show #links_container a: hover
  3240. {
  3241.     color: #f00
  3242. }
  3243.  
  3244. body.liquor_likes_liquors_index .like_btn,body.liquor_likes_liquors_new .like_btn,body.liquor_likes_liquors_show .like_btn
  3245. {
  3246.     padding: 8px 13px;
  3247.     font-weight: 400;
  3248.     color: #fff;
  3249.     background-color: #16a085
  3250. }
  3251.  
  3252. body.liquor_likes_liquors_index .like_btn: active,body.liquor_likes_liquors_new .like_btn: active,body.liquor_likes_liquors_show .like_btn: active
  3253. {
  3254.     background-color: #10745f
  3255. }
  3256.  
  3257. body.liquor_likes_liquors_index .btn a,body.liquor_likes_liquors_new .btn a,body.liquor_likes_liquors_show .btn a
  3258. {
  3259.     margin-bottom: 20px;
  3260.     padding: 8px 13px;
  3261.     font-weight: 400;
  3262.     color: #fff;
  3263.     background-color: #16a085
  3264. }
  3265.  
  3266. body.liquor_likes_liquors_index .btn a: active,body.liquor_likes_liquors_new .btn a: active,body.liquor_likes_liquors_show .btn a: active
  3267. {
  3268.     background-color: #10745f
  3269. }
  3270.  
  3271. body.liquor_likes_liquors_index .like_btn,body.liquor_likes_liquors_new .like_btn,body.liquor_likes_liquors_show .like_btn
  3272. {
  3273.     margin-bottom: 0;
  3274.     width: 60px;
  3275.     border: none;
  3276.     padding: 3px 5px
  3277. }
  3278.  
  3279. body.liquor_likes_liquors_index .like_btn: disabled,body.liquor_likes_liquors_new .like_btn: disabled,body.liquor_likes_liquors_show .like_btn: disabled
  3280. {
  3281.     background-color: #aaa
  3282. }
  3283.  
  3284. body.liquor_likes_liquors_index table.lined_table,body.liquor_likes_liquors_new table.lined_table,body.liquor_likes_liquors_show table.lined_table
  3285. {
  3286.     width: 70%;
  3287.     margin: auto
  3288. }
  3289.  
  3290. body.liquor_likes_liquors_index table.lined_table td,body.liquor_likes_liquors_new table.lined_table td,body.liquor_likes_liquors_show table.lined_table td
  3291. {
  3292.     border-top: 1px solid black;
  3293.     padding: 20px
  3294. }
  3295.  
  3296. body.liquor_likes_liquors_index table.lined_table form,body.liquor_likes_liquors_new table.lined_table form,body.liquor_likes_liquors_show table.lined_table form
  3297. {
  3298.     text-align: right
  3299. }
  3300.  
  3301. body.liquor_likes_liquors_index table.lined_table .like_count,body.liquor_likes_liquors_new table.lined_table .like_count,body.liquor_likes_liquors_show table.lined_table .like_count
  3302. {
  3303.     font-size: 11px;
  3304.     color: #95a5a6
  3305. }
  3306.  
  3307. body.liquor_likes_liquors_index td,body.liquor_likes_liquors_new td,body.liquor_likes_liquors_show td
  3308. {
  3309.     vertical-align: middle
  3310. }
  3311.  
  3312. body.liquor_likes_liquors_index #show td,body.liquor_likes_liquors_new #show td,body.liquor_likes_liquors_show #show td
  3313. {
  3314.     border-bottom: 1px solid black
  3315. }
  3316.  
  3317. body.liquor_likes_liquors_index #show h1,body.liquor_likes_liquors_new #show h1,body.liquor_likes_liquors_show #show h1
  3318. {
  3319.     font-size: 14px;
  3320.     color: #16a085;
  3321.     margin-bottom: 10px
  3322. }
  3323.  
  3324. body.liquor_likes_liquors_index #show #likers_container,body.liquor_likes_liquors_new #show #likers_container,body.liquor_likes_liquors_show #show #likers_container
  3325. {
  3326.     padding-top: 20px
  3327. }
  3328.  
  3329. body.liquor_likes_liquors_index #show .liker,body.liquor_likes_liquors_new #show .liker,body.liquor_likes_liquors_show #show .liker
  3330. {
  3331.     line-height: 26px
  3332. }
  3333.  
  3334. body.liquor_likes_liquors_index #new table,body.liquor_likes_liquors_new #new table,body.liquor_likes_liquors_show #new table
  3335. {
  3336.     margin: auto
  3337. }
  3338.  
  3339. body.liquor_likes_liquors_index #new table td,body.liquor_likes_liquors_new #new table td,body.liquor_likes_liquors_show #new table td
  3340. {
  3341.     text-align: right
  3342. }
  3343.  
  3344. body.liquor_likes_liquors_index #new h1,body.liquor_likes_liquors_new #new h1,body.liquor_likes_liquors_show #new h1
  3345. {
  3346.     font-size: 20px;
  3347.     color: #16a085;
  3348.     margin-bottom: 20px
  3349. }
  3350.  
  3351. body.liquor_likes_liquors_index #new input,body.liquor_likes_liquors_new #new input,body.liquor_likes_liquors_show #new input
  3352. {
  3353.     width: 300px;
  3354.     margin: 5px
  3355. }
  3356.  
  3357. body.liquor_likes_liquors_index #new .btn,body.liquor_likes_liquors_new #new .btn,body.liquor_likes_liquors_show #new .btn
  3358. {
  3359.     width: 80px
  3360. }
  3361.  
  3362. body.liquor_likes_liquors_index .clear,body.liquor_likes_liquors_new .clear,body.liquor_likes_liquors_show .clear
  3363. {
  3364.     clear: both
  3365. }
  3366.  
  3367. body.make_a_dude_dudes_index,body.make_a_dude_dudes_new
  3368. {
  3369.     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  3370.     text-align: center;
  3371.     letter-spacing: 2px;
  3372.     color: #1b2963
  3373. }
  3374.  
  3375. body.make_a_dude_dudes_index .clear,body.make_a_dude_dudes_new .clear
  3376. {
  3377.     clear: both
  3378. }
  3379.  
  3380. body.make_a_dude_dudes_index header,body.make_a_dude_dudes_new header
  3381. {
  3382.     padding: 0 20px;
  3383.     background-color: rgba(0,0,100,0.2);
  3384.     margin-bottom: 30px
  3385. }
  3386.  
  3387. body.make_a_dude_dudes_index #logo,body.make_a_dude_dudes_new #logo
  3388. {
  3389.     float: left;
  3390.     line-height: 40px;
  3391.     font-size: 20px
  3392. }
  3393.  
  3394. body.make_a_dude_dudes_index #links_container,body.make_a_dude_dudes_new #links_container
  3395. {
  3396.     float: right
  3397. }
  3398.  
  3399. body.make_a_dude_dudes_index #links_container a,body.make_a_dude_dudes_new #links_container a
  3400. {
  3401.     font-size: 16px;
  3402.     line-height: 40px;
  3403.     text-decoration: none;
  3404.     color: #1b2963;
  3405.     margin-left: 15px
  3406. }
  3407.  
  3408. body.make_a_dude_dudes_index #links_container a: visited,body.make_a_dude_dudes_new #links_container a: visited
  3409. {
  3410.     color: #1b2963
  3411. }
  3412.  
  3413. body.make_a_dude_dudes_index #links_container a: hover,body.make_a_dude_dudes_new #links_container a: hover
  3414. {
  3415.     color: #FF47BC
  3416. }
  3417.  
  3418. body.make_a_dude_dudes_index #container,body.make_a_dude_dudes_new #container
  3419. {
  3420.     width: 80%;
  3421.     margin: auto
  3422. }
  3423.  
  3424. body.make_a_dude_dudes_index .btn,body.make_a_dude_dudes_new .btn
  3425. {
  3426.     cursor: pointer;
  3427.     display: inline-block;
  3428.     font-size: 16px;
  3429.     letter-spacing: 2px;
  3430.     text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
  3431.     color: white;
  3432.     background-color: #3653c7
  3433. }
  3434.  
  3435. body.make_a_dude_dudes_index .btn a,body.make_a_dude_dudes_new .btn a
  3436. {
  3437.     display: inline-block;
  3438.     width: 200px;
  3439.     height: 30px;
  3440.     padding: 10px;
  3441.     color: white;
  3442.     text-decoration: none;
  3443.     line-height: 30px
  3444. }
  3445.  
  3446. body.make_a_dude_dudes_index input.btn,body.make_a_dude_dudes_new input.btn
  3447. {
  3448.     border: none;
  3449.     width: 173px;
  3450.     height: 50px;
  3451.     margin: 0 2px
  3452. }
  3453.  
  3454. body.make_a_dude_dudes_index .btn: active,body.make_a_dude_dudes_new .btn: active
  3455. {
  3456.     background-color: #2b429f;
  3457.     border-left: 1px solid rgba(0,0,0,0.4);
  3458.     border-top: 1px solid rgba(0,0,0,0.4)
  3459. }
  3460.  
  3461. body.make_a_dude_dudes_index .dude_container,body.make_a_dude_dudes_new .dude_container
  3462. {
  3463.     float: left;
  3464.     margin: 20px 8px;
  3465.     width: 250px;
  3466.     vertical-align: top;
  3467.     overflow-x: hidden
  3468. }
  3469.  
  3470. body.make_a_dude_dudes_index .dude_container.new,body.make_a_dude_dudes_new .dude_container.new
  3471. {
  3472.     float: none;
  3473.     margin: -30px auto 50px
  3474. }
  3475.  
  3476. body.make_a_dude_dudes_index .dude_name,body.make_a_dude_dudes_new .dude_name
  3477. {
  3478.     height: 30px;
  3479.     line-height: 30px;
  3480.     margin-bottom: 20px;
  3481.     font-size: 20px;
  3482.     font-weight: 400
  3483. }
  3484.  
  3485. body.make_a_dude_dudes_index .dude_message,body.make_a_dude_dudes_new .dude_message
  3486. {
  3487.     height: 60px;
  3488.     margin-top: 10px;
  3489.     padding: 10px 5px 5px;
  3490.     font-size: 13px;
  3491.     line-height: 15px;
  3492.     background-color: rgba(0,0,100,0.03);
  3493.     border: 1px solid rgba(0,0,0,0.05);
  3494.     overflow-y: auto
  3495. }
  3496.  
  3497. body.make_a_dude_dudes_index .dude,body.make_a_dude_dudes_new .dude
  3498. {
  3499.     position: relative;
  3500.     width: 250px;
  3501.     height: 155px
  3502. }
  3503.  
  3504. body.make_a_dude_dudes_index .face,body.make_a_dude_dudes_new .face
  3505. {
  3506.     position: absolute;
  3507.     top: 32px;
  3508.     left: 60px;
  3509.     width: 125px;
  3510.     height: 66px
  3511. }
  3512.  
  3513. body.make_a_dude_dudes_index .eyes_container,body.make_a_dude_dudes_new .eyes_container
  3514. {
  3515.     text-align: center
  3516. }
  3517.  
  3518. body.make_a_dude_dudes_index .eyeball,body.make_a_dude_dudes_new .eyeball
  3519. {
  3520.     position: relative;
  3521.     display: inline-block;
  3522.     height: 10px;
  3523.     width: 10px;
  3524.     margin: 0 7px;
  3525.     border-radius: 50%;
  3526.     border: 1px solid #1a1a1a;
  3527.     border-right: 2px solid #1a1a1a;
  3528.     border-left: 1px solid #1a1a1a;
  3529.     background-color: #FFFFFA;
  3530.     transform: rotate(35deg);
  3531.     -ms-transform: rotate(35deg);
  3532.     -webkit-transform: rotate(35deg)
  3533. }
  3534.  
  3535. body.make_a_dude_dudes_index .mouth,body.make_a_dude_dudes_new .mouth
  3536. {
  3537.     position: absolute
  3538. }
  3539.  
  3540. body.make_a_dude_dudes_index .smile,body.make_a_dude_dudes_new .smile
  3541. {
  3542.     bottom: 28px;
  3543.     left: 25px;
  3544.     height: 17px;
  3545.     width: 70px;
  3546.     border-bottom: 3px solid #1a1a1a;
  3547.     border-radius: 50%;
  3548.     transform: rotate(-5deg);
  3549.     -ms-transform: rotate(-5deg);
  3550.     -webkit-transform: rotate(-5deg)
  3551. }
  3552.  
  3553. body.make_a_dude_dudes_index .head,body.make_a_dude_dudes_new .head
  3554. {
  3555.     position: absolute;
  3556.     top: 0px;
  3557.     left: 60px;
  3558.     height: 100px;
  3559.     width: 120px;
  3560.     border-bottom: 4px solid #1a1a1a;
  3561.     border-right: 5px solid #1a1a1a;
  3562.     border-top: 1px solid #1a1a1a;
  3563.     border-left: 2px solid #1a1a1a;
  3564.     border-radius: 50%;
  3565.     background-color: #FFFFFA;
  3566.     z-index: -1
  3567. }
  3568.  
  3569. body.make_a_dude_dudes_index .arm,body.make_a_dude_dudes_new .arm
  3570. {
  3571.     position: absolute;
  3572.     height: 3px;
  3573.     width: 30px;
  3574.     background-color: #1a1a1a
  3575. }
  3576.  
  3577. body.make_a_dude_dudes_index .arm_left,body.make_a_dude_dudes_new .arm_left
  3578. {
  3579.     top: 40%;
  3580.     left: -30px;
  3581.     transform: rotate(13deg);
  3582.     -ms-transform: rotate(13deg);
  3583.     -webkit-transform: rotate(13deg)
  3584. }
  3585.  
  3586. body.make_a_dude_dudes_index .arm_right,body.make_a_dude_dudes_new .arm_right
  3587. {
  3588.     top: 50%;
  3589.     right: -30px;
  3590.     transform: rotate(-10deg);
  3591.     -ms-transform: rotate(-10deg);
  3592.     -webkit-transform: rotate(-10deg)
  3593. }
  3594.  
  3595. body.make_a_dude_dudes_index .hand,body.make_a_dude_dudes_new .hand
  3596. {
  3597.     position: absolute;
  3598.     top: -2px
  3599. }
  3600.  
  3601. body.make_a_dude_dudes_index .hand_left,body.make_a_dude_dudes_new .hand_left
  3602. {
  3603.     top: 4px;
  3604.     left: -10px
  3605. }
  3606.  
  3607. body.make_a_dude_dudes_index .hand_right,body.make_a_dude_dudes_new .hand_right
  3608. {
  3609.     right: -10px;
  3610.     transform: rotate(180deg);
  3611.     -ms-transform: rotate(180deg);
  3612.     -webkit-transform: rotate(180deg)
  3613. }
  3614.  
  3615. body.make_a_dude_dudes_index .finger,body.make_a_dude_dudes_new .finger
  3616. {
  3617.     height: 2px;
  3618.     width: 12px;
  3619.     margin: -3px;
  3620.     background-color: #1a1a1a
  3621. }
  3622.  
  3623. body.make_a_dude_dudes_index .f1,body.make_a_dude_dudes_new .f1
  3624. {
  3625.     transform: rotate(40deg) translateY(-6px);
  3626.     -ms-transform: rotate(40deg) translateY(-6px);
  3627.     -webkit-transform: rotate(40deg) translateY(-6px)
  3628. }
  3629.  
  3630. body.make_a_dude_dudes_index .f3,body.make_a_dude_dudes_new .f3
  3631. {
  3632.     transform: rotate(-40deg) translateY(6px);
  3633.     -ms-transform: rotate(-40deg) translateY(6px);
  3634.     -webkit-transform: rotate(-40deg) translateY(6px)
  3635. }
  3636.  
  3637. body.make_a_dude_dudes_index .leg,body.make_a_dude_dudes_new .leg
  3638. {
  3639.     position: absolute;
  3640.     bottom: -33px;
  3641.     width: 3px;
  3642.     height: 33px;
  3643.     background-color: #1a1a1a
  3644. }
  3645.  
  3646. body.make_a_dude_dudes_index .leg_left,body.make_a_dude_dudes_new .leg_left
  3647. {
  3648.     left: 38%
  3649. }
  3650.  
  3651. body.make_a_dude_dudes_index .leg_right,body.make_a_dude_dudes_new .leg_right
  3652. {
  3653.     right: 32%;
  3654.     transform: rotate(-10deg);
  3655.     -ms-transform: rotate(-10deg);
  3656.     -webkit-transform: rotate(-10deg)
  3657. }
  3658.  
  3659. body.make_a_dude_dudes_index .foot,body.make_a_dude_dudes_new .foot
  3660. {
  3661.     position: absolute;
  3662.     bottom: -10px;
  3663.     left: -20px;
  3664.     height: 7px;
  3665.     width: 25px;
  3666.     border: 3px solid #1a1a1a;
  3667.     border-left: 1px solid #1a1a1a;
  3668.     border-top: 2px solid #1a1a1a;
  3669.     border-radius: 50%
  3670. }
  3671.  
  3672. body.make_a_dude_dudes_index .foot_right,body.make_a_dude_dudes_new .foot_right
  3673. {
  3674.     left: -5px
  3675. }
  3676.  
  3677. body.make_a_dude_dudes_index form,body.make_a_dude_dudes_new form
  3678. {
  3679.     width: 173px;
  3680.     text-align: left;
  3681.     margin: auto
  3682. }
  3683.  
  3684. body.make_a_dude_dudes_index form input,body.make_a_dude_dudes_new form input
  3685. {
  3686.     margin-bottom: 20px;
  3687.     width: 173px
  3688. }
  3689.  
  3690. body.make_a_dude_dudes_index form div,body.make_a_dude_dudes_new form div
  3691. {
  3692.     line-height: 26px
  3693. }
  3694.  
  3695. body.mastermind_game_index
  3696. {
  3697.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  3698.     text-align: center
  3699. }
  3700.  
  3701. body.mastermind_game_index header
  3702. {
  3703.     padding: 10px 20px;
  3704.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  3705. }
  3706.  
  3707. body.mastermind_game_index #logo a
  3708. {
  3709.     float: left;
  3710.     line-height: 20px;
  3711.     font-size: 14px;
  3712.     text-decoration: none;
  3713.     color: #000
  3714. }
  3715.  
  3716. body.mastermind_game_index #links_container
  3717. {
  3718.     float: right
  3719. }
  3720.  
  3721. body.mastermind_game_index #links_container a
  3722. {
  3723.     font-size: 14px;
  3724.     line-height: 20px;
  3725.     text-decoration: none;
  3726.     color: #000;
  3727.     margin-left: 15px
  3728. }
  3729.  
  3730. body.mastermind_game_index #links_container a: visited
  3731. {
  3732.     color: #000
  3733. }
  3734.  
  3735. body.mastermind_game_index #links_container a: hover
  3736. {
  3737.     color: #f00
  3738. }
  3739.  
  3740. body.mastermind_game_index .clear
  3741. {
  3742.     clear: both
  3743. }
  3744.  
  3745. body.mastermind_game_index button
  3746. {
  3747.     cursor: pointer;
  3748.     border: none;
  3749.     padding: 5px 10px;
  3750.     background-color: #3375e8;
  3751.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  3752.     letter-spacing: 2px;
  3753.     text-shadow: 0 0 1px rgba(0,0,0,0.2);
  3754.     font-size: 16px;
  3755.     color: #fff
  3756. }
  3757.  
  3758. body.mastermind_game_index button: active
  3759. {
  3760.     background-color: #1c65e5
  3761. }
  3762.  
  3763. body.mastermind_game_index .submit
  3764. {
  3765.     margin-top: 10px
  3766. }
  3767.  
  3768. body.mastermind_game_index .modal
  3769. {
  3770.     position: absolute;
  3771.     top: 0;
  3772.     left: 0;
  3773.     right: 0;
  3774.     bottom: 0;
  3775.     background-color: rgba(0,0,0,0.9)
  3776. }
  3777.  
  3778. body.mastermind_game_index .modal .inner_modal
  3779. {
  3780.     width: 500px;
  3781.     margin: 150px auto;
  3782.     padding: 40px;
  3783.     background-color: #fff
  3784. }
  3785.  
  3786. body.mastermind_game_index .modal h1
  3787. {
  3788.     font-size: 34px;
  3789.     margin-bottom: 10px
  3790. }
  3791.  
  3792. body.mastermind_game_index .modal h2
  3793. {
  3794.     font-size: 22px;
  3795.     margin-bottom: 30px
  3796. }
  3797.  
  3798. body.mastermind_game_index .modal p
  3799. {
  3800.     line-height: 20px;
  3801.     margin: 10px
  3802. }
  3803.  
  3804. body.mastermind_game_index #game_container
  3805. {
  3806.     width: 250px;
  3807.     height: 580px;
  3808.     margin: auto;
  3809.     padding: 10px;
  3810.     background-color: #222
  3811. }
  3812.  
  3813. body.mastermind_game_index #game_container #code_container
  3814. {
  3815.     background-color: #555;
  3816.     height: 53px
  3817. }
  3818.  
  3819. body.mastermind_game_index #game_container #code_container .row
  3820. {
  3821.     border-top: 1px solid rgba(255,255,255,0.15)
  3822. }
  3823.  
  3824. body.mastermind_game_index #game_container #code_container .peg.hole
  3825. {
  3826.     display: none
  3827. }
  3828.  
  3829. body.mastermind_game_index #game_container #code_container .code
  3830. {
  3831.     display: inline-block
  3832. }
  3833.  
  3834. body.mastermind_game_index #game_container .row
  3835. {
  3836.     width: 100%;
  3837.     text-align: left;
  3838.     border-top: 1px solid rgba(0,0,0,0.2)
  3839. }
  3840.  
  3841. body.mastermind_game_index #game_container .row .hole
  3842. {
  3843.     display: inline-block;
  3844.     border-radius: 50%;
  3845.     background-color: #666
  3846. }
  3847.  
  3848. body.mastermind_game_index #game_container .row .peg
  3849. {
  3850.     height: 20px;
  3851.     width: 20px;
  3852.     margin: 14px 8px
  3853. }
  3854.  
  3855. body.mastermind_game_index #game_container .row .peg_container,body.mastermind_game_index #game_container .row .key_container
  3856. {
  3857.     display: inline-block;
  3858.     vertical-align: top
  3859. }
  3860.  
  3861. body.mastermind_game_index #game_container .row .key_container
  3862. {
  3863.     text-align: right;
  3864.     margin-left: 20px
  3865. }
  3866.  
  3867. body.mastermind_game_index #game_container .row .key
  3868. {
  3869.     height: 8px;
  3870.     width: 8px;
  3871.     margin-top: 20px
  3872. }
  3873.  
  3874. body.mastermind_game_index #game_container #color_container
  3875. {
  3876.     border-top: 1px solid rgba(0,0,0,0.8);
  3877.     padding: 16px 30px 0
  3878. }
  3879.  
  3880. body.mastermind_game_index #game_container #color_container .wrap
  3881. {
  3882.     margin: 8px 16px;
  3883.     display: inline-block
  3884. }
  3885.  
  3886. body.mastermind_game_index #game_container #color_container .color
  3887. {
  3888.     border-radius: 50%;
  3889.     height: 20px;
  3890.     width: 20px;
  3891.     background-color: red
  3892. }
  3893.  
  3894. body.mastermind_game_index .active
  3895. {
  3896.     box-shadow: 0 0 5px rgba(255,255,255,0.4)
  3897. }
  3898.  
  3899. body.no_one_watching_page_index
  3900. {
  3901.     font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  3902.     text-align: center;
  3903.     background-color: #000;
  3904.     overflow: hidden
  3905. }
  3906.  
  3907. body.no_one_watching_page_index footer
  3908. {
  3909.     position: fixed;
  3910.     bottom: 0;
  3911.     padding: 10px 20px;
  3912.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  3913. }
  3914.  
  3915. body.no_one_watching_page_index #links_container
  3916. {
  3917.     float: right
  3918. }
  3919.  
  3920. body.no_one_watching_page_index #links_container a
  3921. {
  3922.     font-size: 14px;
  3923.     line-height: 20px;
  3924.     text-decoration: none;
  3925.     color: #222;
  3926.     margin-left: 15px
  3927. }
  3928.  
  3929. body.no_one_watching_page_index #links_container a: visited
  3930. {
  3931.     color: #222
  3932. }
  3933.  
  3934. body.no_one_watching_page_index #links_container a: hover
  3935. {
  3936.     color: #f00
  3937. }
  3938.  
  3939. body.no_one_watching_page_index .clear
  3940. {
  3941.     clear: both
  3942. }
  3943.  
  3944. body.no_one_watching_page_index #video_container video
  3945. {
  3946.     position: absolute;
  3947.     top: 0;
  3948.     left: 0;
  3949.     -webkit-filter: grayscale(1) contrast(20) brightness(0.35);
  3950.     -moz-filter: grayscale(1) contrast(20) brightness(0.35);
  3951.     -ms-filter: grayscale(1) contrast(20) brightness(0.35);
  3952.     -o-filter: grayscale(1) contrast(20) brightness(0.35);
  3953.     filter: grayscale(1) contrast(20) brightness(0.35);
  3954.     opacity: 0.2
  3955. }
  3956.  
  3957. body.no_one_watching_page_index #message
  3958. {
  3959.     display: none;
  3960.     padding-top: 60px;
  3961.     font-size: 60px;
  3962.     color: #fff
  3963. }
  3964.  
  3965. body.one_page_pages_edit,body.one_page_pages_show
  3966. {
  3967.     font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  3968.     font-size: 18px;
  3969.     letter-spacing: 3px;
  3970.     text-align: center;
  3971.     color: #fff;
  3972.     text-shadow: 0 0 1px rgba(0,0,0,0.4);
  3973.     background: #26192b;
  3974.     background: -moz-linear-gradient(top, #26192b 0%, #4b3f56 40%);
  3975.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26192b), color-stop(40%, #4b3f56));
  3976.     background: -webkit-linear-gradient(top, #26192b 0%, #4b3f56 40%);
  3977.     background: -o-linear-gradient(top, #26192b 0%, #4b3f56 40%);
  3978.     background: -ms-linear-gradient(top, #26192b 0%, #4b3f56 40%);
  3979.     background: linear-gradient(to bottom, #26192b 0%, #4b3f56 40%);
  3980.     background-repeat: no-repeat;
  3981.     background-color: #4b3f56
  3982. }
  3983.  
  3984. body.one_page_pages_edit header,body.one_page_pages_show header
  3985. {
  3986.     padding: 0 20px;
  3987.     color: #fff
  3988. }
  3989.  
  3990. body.one_page_pages_edit p,body.one_page_pages_show p
  3991. {
  3992.     margin-bottom: 20px
  3993. }
  3994.  
  3995. body.one_page_pages_edit #logo,body.one_page_pages_show #logo
  3996. {
  3997.     float: left;
  3998.     line-height: 40px;
  3999.     font-size: 20px
  4000. }
  4001.  
  4002. body.one_page_pages_edit #links_container,body.one_page_pages_show #links_container
  4003. {
  4004.     float: right
  4005. }
  4006.  
  4007. body.one_page_pages_edit #links_container a,body.one_page_pages_show #links_container a
  4008. {
  4009.     font-size: 16px;
  4010.     line-height: 40px;
  4011.     text-decoration: none;
  4012.     color: #fcfaf8;
  4013.     margin-left: 15px
  4014. }
  4015.  
  4016. body.one_page_pages_edit #links_container a: visited,body.one_page_pages_show #links_container a: visited
  4017. {
  4018.     color: #fcfaf8
  4019. }
  4020.  
  4021. body.one_page_pages_edit #links_container a: hover,body.one_page_pages_show #links_container a: hover
  4022. {
  4023.     color: #e87015
  4024. }
  4025.  
  4026. body.one_page_pages_edit form,body.one_page_pages_show form
  4027. {
  4028.     margin-bottom: 20px
  4029. }
  4030.  
  4031. body.one_page_pages_edit textarea,body.one_page_pages_show textarea
  4032. {
  4033.     height: 480px;
  4034.     width: 530px;
  4035.     padding: 10px;
  4036.     margin: auto;
  4037.     resize: none;
  4038.     vertical-align: top;
  4039.     font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  4040.     font-size: 16px;
  4041.     border: none;
  4042.     background-color: transparent
  4043. }
  4044.  
  4045. body.one_page_pages_edit #page_container.edit,body.one_page_pages_show #page_container.edit
  4046. {
  4047.     position: relative;
  4048.     margin: auto;
  4049.     margin-top: 30px;
  4050.     padding: 0;
  4051.     width: 550px;
  4052.     height: 500px;
  4053.     font-size: 60px;
  4054.     background-color: #f8fafc;
  4055.     box-shadow: 0 0 1px rgba(0,0,0,0.4),inset 0 0 50px rgba(0,0,0,0.1)
  4056. }
  4057.  
  4058. body.one_page_pages_edit #page_container.show,body.one_page_pages_show #page_container.show
  4059. {
  4060.     width: 80%;
  4061.     margin: 30px auto;
  4062.     text-align: justify;
  4063.     line-height: 20px;
  4064.     font-size: 15px
  4065. }
  4066.  
  4067. body.one_page_pages_edit #page_container.edit: before,body.one_page_pages_edit #page_container.edit: after,body.one_page_pages_show #page_container.edit: before,body.one_page_pages_show #page_container.edit: after
  4068. {
  4069.     position: absolute;
  4070.     width: 40%;
  4071.     height: 10px;
  4072.     content: ' ';
  4073.     left: 12px;
  4074.     bottom: 12px;
  4075.     background: transparent;
  4076.     box-shadow: 0 6px 12px rgba(0,0,0,0.5);
  4077.     z-index: -1;
  4078.     -webkit-transform: skew(-5deg) rotate(-5deg);
  4079.     -moz-transform: skew(-5deg) rotate(-5deg);
  4080.     -ms-transform: skew(-5deg) rotate(-5deg);
  4081.     -o-transform: skew(-5deg) rotate(-5deg);
  4082.     transform: skew(-5deg) rotate(-5deg)
  4083. }
  4084.  
  4085. body.one_page_pages_edit #page_container.edit: after,body.one_page_pages_show #page_container.edit: after
  4086. {
  4087.     left: auto;
  4088.     right: 12px;
  4089.     -webkit-transform: skew(5deg) rotate(5deg);
  4090.     -moz-transform: skew(5deg) rotate(5deg);
  4091.     -ms-transform: skew(5deg) rotate(5deg);
  4092.     -o-transform: skew(5deg) rotate(5deg);
  4093.     transform: skew(5deg) rotate(5deg)
  4094. }
  4095.  
  4096. body.one_page_pages_edit .btn a,body.one_page_pages_show .btn a
  4097. {
  4098.     font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  4099.     display: inline-block;
  4100.     line-height: 100%;
  4101.     width: 100%;
  4102.     text-decoration: none;
  4103.     color: #fff;
  4104.     padding: 10px 0
  4105. }
  4106.  
  4107. body.one_page_pages_edit .btn,body.one_page_pages_show .btn
  4108. {
  4109.     width: 100px;
  4110.     margin: 20px auto 0;
  4111.     font-size: 16px;
  4112.     letter-spacing: 2px;
  4113.     color: white;
  4114.     text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
  4115.     background-color: #2cb05d;
  4116.     border: 3px solid #297E49;
  4117.     border-radius: 10px;
  4118.     box-shadow: 1px 1px 2px rgba(255,255,255,0.3) inset,-1px -1px 1px rgba(0,0,0,0.5) inset,1px 1px 3px rgba(0,0,0,0.5);
  4119.     cursor: pointer
  4120. }
  4121.  
  4122. body.one_page_pages_edit input.btn,body.one_page_pages_show input.btn
  4123. {
  4124.     padding: 10px 0
  4125. }
  4126.  
  4127. body.one_page_pages_edit .btn: active,body.one_page_pages_show .btn: active
  4128. {
  4129.     box-shadow: -1px -1px 2px rgba(255,255,255,0.3) inset,1px 1px 1px rgba(0,0,0,0.5) inset,1px 1px 3px rgba(0,0,0,0.5);
  4130.     background-color: #297E49;
  4131.     border: 3px solid #297E49
  4132. }
  4133.  
  4134. body.one_page_pages_edit .btn: : -moz-focus-inner,body.one_page_pages_show .btn: : -moz-focus-inner
  4135. {
  4136.     border: 0;
  4137.     padding: 0
  4138. }
  4139.  
  4140. body.one_page_pages_edit .clear,body.one_page_pages_show .clear
  4141. {
  4142.     clear: both
  4143. }
  4144.  
  4145. body.pinwheel_pinwheel_index
  4146. {
  4147.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  4148.     text-align: center;
  4149.     cursor: pointer
  4150. }
  4151.  
  4152. body.pinwheel_pinwheel_index #container
  4153. {
  4154.     padding-top: 50px;
  4155.     padding-bottom: 37px
  4156. }
  4157.  
  4158. body.pinwheel_pinwheel_index footer
  4159. {
  4160.     position: absolute;
  4161.     bottom: 0;
  4162.     left: 0;
  4163.     right: 0;
  4164.     height: 37px;
  4165.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  4166. }
  4167.  
  4168. body.pinwheel_pinwheel_index #links_container
  4169. {
  4170.     padding: 10px 20px;
  4171.     float: right
  4172. }
  4173.  
  4174. body.pinwheel_pinwheel_index #links_container a
  4175. {
  4176.     font-size: 14px;
  4177.     text-decoration: none;
  4178.     color: #a33ede;
  4179.     margin-left: 15px
  4180. }
  4181.  
  4182. body.pinwheel_pinwheel_index #links_container a: visited
  4183. {
  4184.     color: #a33ede
  4185. }
  4186.  
  4187. body.pinwheel_pinwheel_index #links_container a: hover
  4188. {
  4189.     color: #1bde69
  4190. }
  4191.  
  4192. body.pinwheel_pinwheel_index .clear
  4193. {
  4194.     clear: both
  4195. }
  4196.  
  4197. body.pixshow_scraps_index
  4198. {
  4199.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  4200.     text-align: center;
  4201.     background-color: #ededed;
  4202.     letter-spacing: 4px;
  4203.     color: #354b60;
  4204.     overflow-y: scroll
  4205. }
  4206.  
  4207. body.pixshow_scraps_index header
  4208. {
  4209.     padding: 5px 20px 0;
  4210.     background-color: #1abc9c;
  4211.     margin-bottom: 0px;
  4212.     color: #ededed;
  4213.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  4214. }
  4215.  
  4216. body.pixshow_scraps_index #logo
  4217. {
  4218.     float: left;
  4219.     line-height: 20px;
  4220.     font-size: 14px
  4221. }
  4222.  
  4223. body.pixshow_scraps_index #links_container
  4224. {
  4225.     float: right
  4226. }
  4227.  
  4228. body.pixshow_scraps_index #links_container a
  4229. {
  4230.     font-size: 14px;
  4231.     line-height: 20px;
  4232.     text-decoration: none;
  4233.     color: #ededed;
  4234.     margin-left: 15px
  4235. }
  4236.  
  4237. body.pixshow_scraps_index #links_container a: visited
  4238. {
  4239.     color: #ededed
  4240. }
  4241.  
  4242. body.pixshow_scraps_index #links_container a: hover
  4243. {
  4244.     color: #7f8c8d
  4245. }
  4246.  
  4247. body.pixshow_scraps_index #form_container
  4248. {
  4249.     padding: 10px;
  4250.     border-top: 1px solid rgba(0,0,0,0.2);
  4251.     border-bottom: 1px solid rgba(0,0,0,0.2)
  4252. }
  4253.  
  4254. body.pixshow_scraps_index h1
  4255. {
  4256.     font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  4257.     font-size: 22px;
  4258.     padding: 10px 0;
  4259.     font-weight: bold
  4260. }
  4261.  
  4262. body.pixshow_scraps_index form
  4263. {
  4264.     padding: 10px;
  4265.     width: 400px;
  4266.     margin: 5px auto;
  4267.     box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
  4268.     background-color: rgba(26,188,156,0.3)
  4269. }
  4270.  
  4271. body.pixshow_scraps_index #content_container
  4272. {
  4273.     margin-top: 30px
  4274. }
  4275.  
  4276. body.pixshow_scraps_index .img_container
  4277. {
  4278.     display: inline-block;
  4279.     position: relative;
  4280.     text-align: center;
  4281.     height: 200px;
  4282.     width: 200px;
  4283.     margin: 7px;
  4284.     box-shadow: 0 0 2px rgba(0,0,0,0.1);
  4285.     background-image: url("shl.png")
  4286. }
  4287.  
  4288. body.pixshow_scraps_index img
  4289. {
  4290.     position: absolute;
  4291.     margin: auto;
  4292.     top: 0;
  4293.     left: 0;
  4294.     right: 0;
  4295.     bottom: 0
  4296. }
  4297.  
  4298. body.pixshow_scraps_index .clear
  4299. {
  4300.     clear: both
  4301. }
  4302.  
  4303. body.postbored_sites_index,body.postbored_sites_new
  4304. {
  4305.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  4306.     text-align: center;
  4307.     color: #333;
  4308.     background-color: #3d3642
  4309. }
  4310.  
  4311. body.postbored_sites_index #page_container,body.postbored_sites_new #page_container
  4312. {
  4313.     width: 750px;
  4314.     margin: auto
  4315. }
  4316.  
  4317. body.postbored_sites_index .notice,body.postbored_sites_index .alert,body.postbored_sites_new .notice,body.postbored_sites_new .alert
  4318. {
  4319.     position: absolute;
  4320.     top: 100px;
  4321.     left: 0;
  4322.     right: 0;
  4323.     background-color: rgba(255,255,255,0.95);
  4324.     z-index: 100
  4325. }
  4326.  
  4327. body.postbored_sites_index header,body.postbored_sites_new header
  4328. {
  4329.     padding: 10px 20px;
  4330.     text-shadow: 0 0 1px rgba(0,0,0,0.2);
  4331.     background-color: #3498db;
  4332.     letter-spacing: 2px
  4333. }
  4334.  
  4335. body.postbored_sites_index #logo a,body.postbored_sites_new #logo a
  4336. {
  4337.     float: left;
  4338.     font-family: Verdana, Geneva, sans-serif;
  4339.     text-shadow: 0 -1px 1px rgba(0,0,0,0.3),0 1px 0px rgba(0,0,0,0.2);
  4340.     line-height: 30px;
  4341.     font-size: 20px;
  4342.     font-weight: bold;
  4343.     text-decoration: none;
  4344.     color: #fff
  4345. }
  4346.  
  4347. body.postbored_sites_index #links_container,body.postbored_sites_new #links_container
  4348. {
  4349.     float: right
  4350. }
  4351.  
  4352. body.postbored_sites_index #links_container a,body.postbored_sites_new #links_container a
  4353. {
  4354.     font-size: 13px;
  4355.     line-height: 30px;
  4356.     text-decoration: none;
  4357.     color: #fff;
  4358.     margin-left: 15px
  4359. }
  4360.  
  4361. body.postbored_sites_index #links_container a: visited,body.postbored_sites_new #links_container a: visited
  4362. {
  4363.     color: #fff
  4364. }
  4365.  
  4366. body.postbored_sites_index #links_container a: hover,body.postbored_sites_new #links_container a: hover
  4367. {
  4368.     color: #f00
  4369. }
  4370.  
  4371. body.postbored_sites_index .clear,body.postbored_sites_new .clear
  4372. {
  4373.     clear: both
  4374. }
  4375.  
  4376. body.postbored_sites_index #tag_line,body.postbored_sites_new #tag_line
  4377. {
  4378.     margin-bottom: 20px;
  4379.     line-height: 38px;
  4380.     font-size: 13px;
  4381.     background-color: #fff;
  4382.     box-shadow: 0 0 2px rgba(0,0,0,0.2) inset
  4383. }
  4384.  
  4385. body.postbored_sites_index #button_container,body.postbored_sites_new #button_container
  4386. {
  4387.     text-align: right;
  4388.     margin: 10px 0
  4389. }
  4390.  
  4391. body.postbored_sites_index a.btn,body.postbored_sites_index .btn,body.postbored_sites_new a.btn,body.postbored_sites_new .btn
  4392. {
  4393.     display: inline-block;
  4394.     vertical-align: middle;
  4395.     margin-bottom: 0;
  4396.     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  4397.     font-size: 14px;
  4398.     letter-spacing: 1px;
  4399.     background-color: #3498db;
  4400.     border-radius: 3px;
  4401.     border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  4402.     text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  4403.     cursor: pointer;
  4404.     padding: 4px 10px;
  4405.     line-height: 20px;
  4406.     color: #fff;
  4407.     text-decoration: none
  4408. }
  4409.  
  4410. body.postbored_sites_index #content_table,body.postbored_sites_new #content_table
  4411. {
  4412.     text-align: left
  4413. }
  4414.  
  4415. body.postbored_sites_index .tag,body.postbored_sites_new .tag
  4416. {
  4417.     text-align: center;
  4418.     width: 90px;
  4419.     padding: 5px 0;
  4420.     font-size: 9px;
  4421.     letter-spacing: 1px;
  4422.     text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  4423.     color: #fff;
  4424.     background-color: #6e6d7a
  4425. }
  4426.  
  4427. body.postbored_sites_index .site_container,body.postbored_sites_new .site_container
  4428. {
  4429.     border-top: 1px solid rgba(0,0,0,0.1);
  4430.     border-bottom: 1px solid rgba(0,0,0,0.1);
  4431.     padding: 16px;
  4432.     background-color: #fff;
  4433.     box-shadow: 0 0 2px rgba(0,0,0,0.2) inset
  4434. }
  4435.  
  4436. body.postbored_sites_index .site,body.postbored_sites_new .site
  4437. {
  4438.     width: 100%
  4439. }
  4440.  
  4441. body.postbored_sites_index .site .title a,body.postbored_sites_new .site .title a
  4442. {
  4443.     display: inline-block;
  4444.     margin-bottom: 10px;
  4445.     line-height: 20px;
  4446.     font-weight: bold;
  4447.     text-decoration: none;
  4448.     color: #333
  4449. }
  4450.  
  4451. body.postbored_sites_index .site .url a,body.postbored_sites_new .site .url a
  4452. {
  4453.     font-size: 13px;
  4454.     color: #7f8c8d;
  4455.     white-space: pre-wrap;
  4456.     white-space: -moz-pre-wrap;
  4457.     white-space: -pre-wrap;
  4458.     white-space: -o-pre-wrap;
  4459.     word-wrap: break-word
  4460. }
  4461.  
  4462. body.postbored_sites_index .sub_container,body.postbored_sites_new .sub_container
  4463. {
  4464.     text-align: right;
  4465.     margin-top: 15px
  4466. }
  4467.  
  4468. body.postbored_sites_index .sub_container .submitter,body.postbored_sites_new .sub_container .submitter
  4469. {
  4470.     float: right;
  4471.     font-size: 9px;
  4472.     color: #333
  4473. }
  4474.  
  4475. body.postbored_sites_index .sub_container .submitter a,body.postbored_sites_new .sub_container .submitter a
  4476. {
  4477.     font-weight: bold;
  4478.     color: #333
  4479. }
  4480.  
  4481. body.postbored_sites_new #page_container
  4482. {
  4483.     width: 500px;
  4484.     padding: 30px;
  4485.     margin-top: 60px;
  4486.     background-color: #fff
  4487. }
  4488.  
  4489. body.postbored_sites_new h1
  4490. {
  4491.     margin: 20px;
  4492.     font-size: 20px
  4493. }
  4494.  
  4495. body.postbored_sites_new table
  4496. {
  4497.     margin: auto
  4498. }
  4499.  
  4500. body.postbored_sites_new td
  4501. {
  4502.     padding: 10px
  4503. }
  4504.  
  4505. body.postbored_sites_new #url_form,body.postbored_sites_new input[type="text"]
  4506. {
  4507.     vertical-align: bottom;
  4508.     width: 200px;
  4509.     height: 13px;
  4510.     padding: 5px;
  4511.     margin: 0;
  4512.     border: 1px solid rgba(0,0,0,0.3);
  4513.     box-shadow: 0 0 2px rgba(0,0,0,0.2) inset;
  4514.     resize: none
  4515. }
  4516.  
  4517. body.postbored_sites_new input[type="submit"]
  4518. {
  4519.     border: none;
  4520.     color: #fff;
  4521.     cursor: pointer
  4522. }
  4523.  
  4524. body.pv_calculator_calculators_index
  4525. {
  4526.     font-family: 'Open Sans', arial, sans-serif;
  4527.     font-weight: 300;
  4528.     text-align: center;
  4529.     letter-spacing: 2px;
  4530.     background-color: #fff;
  4531.     color: #2c3e50
  4532. }
  4533.  
  4534. body.pv_calculator_calculators_index header
  4535. {
  4536.     padding: 10px 20px 0;
  4537.     margin-bottom: 50px;
  4538.     color: #2c3e50;
  4539.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  4540. }
  4541.  
  4542. body.pv_calculator_calculators_index header #logo a
  4543. {
  4544.     float: left;
  4545.     line-height: 20px;
  4546.     font-size: 18px;
  4547.     font-weight: 600;
  4548.     text-decoration: none;
  4549.     color: #1f51cf
  4550. }
  4551.  
  4552. body.pv_calculator_calculators_index header #links_container
  4553. {
  4554.     float: right
  4555. }
  4556.  
  4557. body.pv_calculator_calculators_index header #links_container a
  4558. {
  4559.     font-size: 14px;
  4560.     line-height: 20px;
  4561.     text-decoration: none;
  4562.     color: #2c3e50;
  4563.     margin-left: 15px
  4564. }
  4565.  
  4566. body.pv_calculator_calculators_index header #links_container a: visited
  4567. {
  4568.     color: #2c3e50
  4569. }
  4570.  
  4571. body.pv_calculator_calculators_index header #links_container a: hover
  4572. {
  4573.     color: #1f51cf
  4574. }
  4575.  
  4576. body.pv_calculator_calculators_index #container
  4577. {
  4578.     width: 803px;
  4579.     margin: 30px auto
  4580. }
  4581.  
  4582. body.pv_calculator_calculators_index .tab
  4583. {
  4584.     display: inline-block;
  4585.     width: 267px;
  4586.     margin: -3px;
  4587.     padding: 10px 0;
  4588.     font-size: 13px;
  4589.     color: #fff;
  4590.     background-color: #d1d1d1;
  4591.     cursor: pointer
  4592. }
  4593.  
  4594. body.pv_calculator_calculators_index .tab.active
  4595. {
  4596.     background-color: #1f51cf
  4597. }
  4598.  
  4599. body.pv_calculator_calculators_index .tab.middle
  4600. {
  4601.     border-left: 1px solid rgba(255,255,255,0.5);
  4602.     border-right: 1px solid rgba(255,255,255,0.5)
  4603. }
  4604.  
  4605. body.pv_calculator_calculators_index #compounding_calc
  4606. {
  4607.     display: none
  4608. }
  4609.  
  4610. body.pv_calculator_calculators_index #offset_calc
  4611. {
  4612.     display: none
  4613. }
  4614.  
  4615. body.pv_calculator_calculators_index #basic_calc .interest_row .label
  4616. {
  4617.     padding-bottom: 30px
  4618. }
  4619.  
  4620. body.pv_calculator_calculators_index #basic_calc .btn
  4621. {
  4622.     margin-left: 5px
  4623. }
  4624.  
  4625. body.pv_calculator_calculators_index .calc_container
  4626. {
  4627.     padding: 20px 40px;
  4628.     background-color: #dce2fa;
  4629.     min-height: 550px
  4630. }
  4631.  
  4632. body.pv_calculator_calculators_index .calc_container h1
  4633. {
  4634.     line-height: 28px;
  4635.     font-weight: 400;
  4636.     color: #3565e1
  4637. }
  4638.  
  4639. body.pv_calculator_calculators_index .calc_container h2
  4640. {
  4641.     margin-top: 10px;
  4642.     font-size: 13px;
  4643.     line-height: 18px;
  4644.     color: #3565e1
  4645. }
  4646.  
  4647. body.pv_calculator_calculators_index .calc_container form
  4648. {
  4649.     margin-top: 30px
  4650. }
  4651.  
  4652. body.pv_calculator_calculators_index .calc_container table
  4653. {
  4654.     margin-left: 95px
  4655. }
  4656.  
  4657. body.pv_calculator_calculators_index .calc_container table .label
  4658. {
  4659.     text-align: right;
  4660.     padding: 8px 20px;
  4661.     font-weight: 300
  4662. }
  4663.  
  4664. body.pv_calculator_calculators_index .calc_container table input[type="text"]
  4665. {
  4666.     width: 130px;
  4667.     height: 16px;
  4668.     text-align: center
  4669. }
  4670.  
  4671. body.pv_calculator_calculators_index .calc_container table .helper
  4672. {
  4673.     font-size: 9px;
  4674.     padding-left: 10px;
  4675.     font-weight: 600;
  4676.     color: #3565e1
  4677. }
  4678.  
  4679. body.pv_calculator_calculators_index .answer_container
  4680. {
  4681.     display: none
  4682. }
  4683.  
  4684. body.pv_calculator_calculators_index .answer_container div
  4685. {
  4686.     display: inline-block;
  4687.     padding: 40px 0;
  4688.     font-weight: 400;
  4689.     font-size: 18px
  4690. }
  4691.  
  4692. body.pv_calculator_calculators_index .answer_container .label
  4693. {
  4694.     text-align: right
  4695. }
  4696.  
  4697. body.pv_calculator_calculators_index .answer_container .answer
  4698. {
  4699.     text-align: left
  4700. }
  4701.  
  4702. body.pv_calculator_calculators_index input.btn
  4703. {
  4704.     font-size: 16px;
  4705.     line-height: 26px;
  4706.     padding: 0 10px;
  4707.     margin-top: 30px
  4708. }
  4709.  
  4710. body.pv_calculator_calculators_index .btn
  4711. {
  4712.     font-family: 'Open Sans', arial, sans-serif;
  4713.     font-weight: 300;
  4714.     letter-spacing: 2px;
  4715.     border: none;
  4716.     border-radius: 0;
  4717.     background-color: #1f51cf;
  4718.     color: #fff;
  4719.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  4720.     cursor: pointer
  4721. }
  4722.  
  4723. body.pv_calculator_calculators_index .btn: active
  4724. {
  4725.     background-color: #1840a3
  4726. }
  4727.  
  4728. body.pv_calculator_calculators_index .clear
  4729. {
  4730.     clear: both
  4731. }
  4732.  
  4733. body.quick_words_game_index
  4734. {
  4735.     font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  4736.     text-align: center;
  4737.     letter-spacing: 2px
  4738. }
  4739.  
  4740. body.quick_words_game_index header
  4741. {
  4742.     padding: 5px 20px 0;
  4743.     margin-bottom: 0px
  4744. }
  4745.  
  4746. body.quick_words_game_index #logo a
  4747. {
  4748.     float: left;
  4749.     line-height: 20px;
  4750.     font-size: 14px;
  4751.     text-decoration: none;
  4752.     color: #333
  4753. }
  4754.  
  4755. body.quick_words_game_index #links_container
  4756. {
  4757.     float: right
  4758. }
  4759.  
  4760. body.quick_words_game_index #links_container a
  4761. {
  4762.     font-size: 14px;
  4763.     line-height: 20px;
  4764.     text-decoration: none;
  4765.     color: #333;
  4766.     margin-left: 15px
  4767. }
  4768.  
  4769. body.quick_words_game_index #links_container a: visited
  4770. {
  4771.     color: #333
  4772. }
  4773.  
  4774. body.quick_words_game_index #links_container a: hover
  4775. {
  4776.     color: #f00
  4777. }
  4778.  
  4779. body.quick_words_game_index .clear
  4780. {
  4781.     clear: both
  4782. }
  4783.  
  4784. body.quick_words_game_index .modal
  4785. {
  4786.     position: absolute;
  4787.     top: 40px;
  4788.     left: 0;
  4789.     right: 0;
  4790.     font-size: 22px
  4791. }
  4792.  
  4793. body.quick_words_game_index canvas
  4794. {
  4795.     margin-top: 60px
  4796. }
  4797.  
  4798. body.serious_question_polls_edit,body.serious_question_polls_show
  4799. {
  4800.     font-family: "Arial", "Arial", sans-serif;
  4801.     text-align: center;
  4802.     color: #555
  4803. }
  4804.  
  4805. body.serious_question_polls_edit header,body.serious_question_polls_show header
  4806. {
  4807.     padding: 10px 20px;
  4808.     margin-bottom: 150px
  4809. }
  4810.  
  4811. body.serious_question_polls_edit #links_container,body.serious_question_polls_show #links_container
  4812. {
  4813.     float: right
  4814. }
  4815.  
  4816. body.serious_question_polls_edit #links_container a,body.serious_question_polls_show #links_container a
  4817. {
  4818.     font-size: 14px;
  4819.     line-height: 20px;
  4820.     text-decoration: none;
  4821.     color: #555;
  4822.     margin-left: 15px
  4823. }
  4824.  
  4825. body.serious_question_polls_edit #links_container a: visited,body.serious_question_polls_show #links_container a: visited
  4826. {
  4827.     color: #555
  4828. }
  4829.  
  4830. body.serious_question_polls_edit #links_container a: hover,body.serious_question_polls_show #links_container a: hover
  4831. {
  4832.     color: orange
  4833. }
  4834.  
  4835. body.serious_question_polls_edit .clear,body.serious_question_polls_show .clear
  4836. {
  4837.     clear: both
  4838. }
  4839.  
  4840. body.serious_question_polls_edit .error,body.serious_question_polls_show .error
  4841. {
  4842.     position: absolute;
  4843.     width: 100%;
  4844.     top: 80px
  4845. }
  4846.  
  4847. body.serious_question_polls_edit .vote_block,body.serious_question_polls_show .vote_block
  4848. {
  4849.     position: relative;
  4850.     display: inline-block;
  4851.     height: 150px;
  4852.     font-size: 90px;
  4853.     font-weight: 900;
  4854.     margin: 0px 40px 50px;
  4855.     vertical-align: top
  4856. }
  4857.  
  4858. body.serious_question_polls_edit .vote_block .option,body.serious_question_polls_show .vote_block .option
  4859. {
  4860.     color: #111
  4861. }
  4862.  
  4863. body.serious_question_polls_edit .vote_block .subtext,body.serious_question_polls_show .vote_block .subtext
  4864. {
  4865.     font-size: 13px;
  4866.     color: #ccc;
  4867.     font-weight: 300
  4868. }
  4869.  
  4870. body.serious_question_polls_edit .vote_block .wrap,body.serious_question_polls_show .vote_block .wrap
  4871. {
  4872.     position: absolute;
  4873.     bottom: 0;
  4874.     left: 0;
  4875.     right: 0
  4876. }
  4877.  
  4878. body.serious_question_polls_edit .vote_block .wrap p,body.serious_question_polls_show .vote_block .wrap p
  4879. {
  4880.     font-size: 24px
  4881. }
  4882.  
  4883. body.serious_question_polls_edit input[type="submit"],body.serious_question_polls_show input[type="submit"]
  4884. {
  4885.     display: block;
  4886.     margin: auto;
  4887.     padding: 5px 10px;
  4888.     font-size: 16px;
  4889.     color: #fff;
  4890.     border-radius: 3px;
  4891.     border: none;
  4892.     background-color: orange
  4893. }
  4894.  
  4895. body.serious_question_polls_edit input[type="submit"]: active,body.serious_question_polls_show input[type="submit"]: active
  4896. {
  4897.     background-color: #f49106
  4898. }
  4899.  
  4900. body.serious_question_polls_show header
  4901. {
  4902.     margin-bottom: 0
  4903. }
  4904.  
  4905. body.serious_question_polls_show h1
  4906. {
  4907.     font-size: 24px;
  4908.     line-height: 150px
  4909. }
  4910.  
  4911. body.serious_question_polls_show .redirect
  4912. {
  4913.     display: block;
  4914.     font-size: 13px;
  4915.     color: orange
  4916. }
  4917.  
  4918. body.skinny_drinks_calc_index
  4919. {
  4920.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  4921.     text-align: center;
  4922.     color: #333;
  4923.     letter-spacing: 2px
  4924. }
  4925.  
  4926. body.skinny_drinks_calc_index #container
  4927. {
  4928.     padding-bottom: 56px
  4929. }
  4930.  
  4931. body.skinny_drinks_calc_index #headlines
  4932. {
  4933.     padding: 20px;
  4934.     background-color: #3d566e;
  4935.     color: #fff;
  4936.     text-shadow: 0 0 2px rgba(0,0,0,0.4);
  4937.     border-bottom: 1px solid rgba(0,0,0,0.5)
  4938. }
  4939.  
  4940. body.skinny_drinks_calc_index #headlines h1
  4941. {
  4942.     font-size: 30px;
  4943.     margin-bottom: 10px
  4944. }
  4945.  
  4946. body.skinny_drinks_calc_index #headlines h2
  4947. {
  4948.     font-size: 18px;
  4949.     line-height: 24px
  4950. }
  4951.  
  4952. body.skinny_drinks_calc_index #directions
  4953. {
  4954.     width: 500px;
  4955.     margin: 20px auto
  4956. }
  4957.  
  4958. body.skinny_drinks_calc_index #directions h3
  4959. {
  4960.     font-size: 13px;
  4961.     line-height: 20px
  4962. }
  4963.  
  4964. body.skinny_drinks_calc_index table
  4965. {
  4966.     margin: 0 auto 10px
  4967. }
  4968.  
  4969. body.skinny_drinks_calc_index table td
  4970. {
  4971.     padding: 3px
  4972. }
  4973.  
  4974. body.skinny_drinks_calc_index table .submit
  4975. {
  4976.     text-align: right
  4977. }
  4978.  
  4979. body.skinny_drinks_calc_index table .submit .btn
  4980. {
  4981.     border-radius: none;
  4982.     border: none;
  4983.     padding: 4px 8px;
  4984.     color: #fff;
  4985.     text-shadow: 0 0 1px rgba(255,255,255,0.5);
  4986.     background-color: #ffa500;
  4987.     cursor: pointer
  4988. }
  4989.  
  4990. body.skinny_drinks_calc_index #result_container
  4991. {
  4992.     display: none
  4993. }
  4994.  
  4995. body.skinny_drinks_calc_index #result_container .result
  4996. {
  4997.     font-size: 18px;
  4998.     margin-bottom: 15px
  4999. }
  5000.  
  5001. body.skinny_drinks_calc_index #result_container .skinny_factor
  5002. {
  5003.     font-size: 80px;
  5004.     font-weight: bold;
  5005.     color: #e74c3c;
  5006.     margin-bottom: 20px
  5007. }
  5008.  
  5009. body.skinny_drinks_calc_index #result_container .info
  5010. {
  5011.     font-size: 11px;
  5012.     color: #3498db;
  5013.     cursor: pointer
  5014. }
  5015.  
  5016. body.skinny_drinks_calc_index #result_container .info #info_modal
  5017. {
  5018.     display: none;
  5019.     width: 450px;
  5020.     margin: auto;
  5021.     padding: 10px;
  5022.     line-height: 18px;
  5023.     color: #888
  5024. }
  5025.  
  5026. body.skinny_drinks_calc_index #result_container .info: hover #info_modal
  5027. {
  5028.     display: block
  5029. }
  5030.  
  5031. body.skinny_drinks_calc_index footer
  5032. {
  5033.     position: absolute;
  5034.     bottom: 0;
  5035.     left: 0;
  5036.     right: 0;
  5037.     height: 56px
  5038. }
  5039.  
  5040. body.skinny_drinks_calc_index #links_container
  5041. {
  5042.     float: right;
  5043.     padding: 20px;
  5044.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  5045. }
  5046.  
  5047. body.skinny_drinks_calc_index #links_container a
  5048. {
  5049.     font-size: 14px;
  5050.     line-height: 10px 20px;
  5051.     text-decoration: none;
  5052.     color: #333;
  5053.     margin-left: 15px
  5054. }
  5055.  
  5056. body.skinny_drinks_calc_index #links_container a: visited
  5057. {
  5058.     color: #333
  5059. }
  5060.  
  5061. body.skinny_drinks_calc_index #links_container a: hover
  5062. {
  5063.     color: #f00
  5064. }
  5065.  
  5066. body.skinny_drinks_calc_index .clear
  5067. {
  5068.     clear: both
  5069. }
  5070.  
  5071. body.snare_snare_index
  5072. {
  5073.     height: 100%;
  5074.     font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  5075.     text-align: center;
  5076.     color: #25c4c4;
  5077.     background-color: #000;
  5078.     overflow-y: scroll
  5079. }
  5080.  
  5081. body.snare_snare_index #error
  5082. {
  5083.     display: none;
  5084.     padding: 60px;
  5085.     color: #04bf0a
  5086. }
  5087.  
  5088. body.snare_snare_index #error #info
  5089. {
  5090.     position: absolute;
  5091.     top: 0;
  5092.     left: 0;
  5093.     padding: 20px;
  5094.     cursor: pointer;
  5095.     font-size: 20px;
  5096.     font-weight: bold
  5097. }
  5098.  
  5099. body.snare_snare_index #error #info #info_modal
  5100. {
  5101.     display: none;
  5102.     position: absolute;
  5103.     top: 40px;
  5104.     width: 200px;
  5105.     font-size: 13px;
  5106.     font-weight: normal
  5107. }
  5108.  
  5109. body.snare_snare_index #error #info: hover #info_modal
  5110. {
  5111.     display: block;
  5112.     position: absolute;
  5113.     top: 40px;
  5114.     width: 200px;
  5115.     font-size: 13px;
  5116.     font-weight: normal
  5117. }
  5118.  
  5119. body.snare_snare_index #error h1
  5120. {
  5121.     font-size: 50px;
  5122.     margin-bottom: 20px
  5123. }
  5124.  
  5125. body.snare_snare_index #error h2
  5126. {
  5127.     line-height: 30px
  5128. }
  5129.  
  5130. body.snare_snare_index #error a
  5131. {
  5132.     display: inline-block;
  5133.     padding: 5px 10px;
  5134.     margin-top: 30px;
  5135.     border-radius: 3px;
  5136.     border: 2px solid #555;
  5137.     background-color: #aaa;
  5138.     text-decoration: none;
  5139.     color: #111
  5140. }
  5141.  
  5142. body.snare_snare_index #container
  5143. {
  5144.     background-image: url("herringbone_03.png");
  5145.     height: 100%;
  5146.     width: 100%
  5147. }
  5148.  
  5149. body.snare_snare_index #container header
  5150. {
  5151.     padding: 5px 20px 0;
  5152.     margin-bottom: 50px;
  5153.     color: #2c3e50;
  5154.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  5155. }
  5156.  
  5157. body.snare_snare_index #container #logo a
  5158. {
  5159.     float: left;
  5160.     line-height: 20px;
  5161.     font-size: 14px
  5162. }
  5163.  
  5164. body.snare_snare_index #container #links_container
  5165. {
  5166.     float: right
  5167. }
  5168.  
  5169. body.snare_snare_index #container #links_container a
  5170. {
  5171.     font-size: 14px;
  5172.     line-height: 20px;
  5173.     text-decoration: none;
  5174.     color: #2c3e50;
  5175.     margin-left: 15px
  5176. }
  5177.  
  5178. body.snare_snare_index #container #links_container a: visited
  5179. {
  5180.     color: #2c3e50
  5181. }
  5182.  
  5183. body.snare_snare_index #container #links_container a: hover
  5184. {
  5185.     color: #f00
  5186. }
  5187.  
  5188. body.snare_snare_index #container .clear
  5189. {
  5190.     clear: both
  5191. }
  5192.  
  5193. body.snare_snare_index #container #target
  5194. {
  5195.     position: absolute;
  5196.     top: 50%;
  5197.     margin: auto;
  5198.     left: 0;
  5199.     right: 0;
  5200.     margin-top: -200px
  5201. }
  5202.  
  5203. body.snare_snare_index #container .circle
  5204. {
  5205.     border-radius: 50%;
  5206.     background-color: #ecf0f1;
  5207.     margin: auto;
  5208.     cursor: pointer
  5209. }
  5210.  
  5211. body.snare_snare_index #container .c1
  5212. {
  5213.     position: relative;
  5214.     height: 320px;
  5215.     width: 320px;
  5216.     background-color: #ecf0f1;
  5217.     border: 40px solid #e74c3c
  5218. }
  5219.  
  5220. body.snare_snare_index #container .c1: hover
  5221. {
  5222.     border: 40px solid #c0392b
  5223. }
  5224.  
  5225. body.snare_snare_index #container .c2
  5226. {
  5227.     position: absolute;
  5228.     top: 40px;
  5229.     left: 40px;
  5230.     height: 160px;
  5231.     width: 160px;
  5232.     border: 40px solid #e74c3c
  5233. }
  5234.  
  5235. body.snare_snare_index #container .c2: hover
  5236. {
  5237.     border: 40px solid #c0392b
  5238. }
  5239.  
  5240. body.snare_snare_index #container .c3
  5241. {
  5242.     position: absolute;
  5243.     top: 40px;
  5244.     left: 40px;
  5245.     height: 80px;
  5246.     width: 80px;
  5247.     background-color: #e74c3c
  5248. }
  5249.  
  5250. body.snare_snare_index #container .c3: hover
  5251. {
  5252.     background-color: #c0392b
  5253. }
  5254.  
  5255. body.snare_snare_index .shrink
  5256. {
  5257.     -webkit-animation: 1.8s shrink ease-in
  5258. }
  5259.  
  5260. @-webkit-keyframes shrink
  5261. {
  5262.     0%
  5263. {
  5264.     -webkit-transform: scale(1) rotate(0deg)
  5265. }
  5266.  
  5267. 60%
  5268. {
  5269.     -webkit-transform: scale(0) rotate(1000deg)
  5270. }
  5271.  
  5272. 100%
  5273. {
  5274.     -webkit-transform: scale(0) rotate(1000deg)
  5275. }
  5276.  
  5277.  
  5278. }
  5279.  
  5280. body.song_machine_page_index
  5281. {
  5282.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  5283.     text-align: center;
  5284.     background-color: #242733
  5285. }
  5286.  
  5287. body.song_machine_page_index header
  5288. {
  5289.     padding: 10px 20px;
  5290.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  5291. }
  5292.  
  5293. body.song_machine_page_index #logo a
  5294. {
  5295.     float: left;
  5296.     line-height: 20px;
  5297.     font-size: 14px;
  5298.     text-decoration: none;
  5299.     color: #aaa
  5300. }
  5301.  
  5302. body.song_machine_page_index #links_container
  5303. {
  5304.     float: right
  5305. }
  5306.  
  5307. body.song_machine_page_index #links_container a
  5308. {
  5309.     font-size: 14px;
  5310.     line-height: 20px;
  5311.     text-decoration: none;
  5312.     color: #aaa;
  5313.     margin-left: 15px
  5314. }
  5315.  
  5316. body.song_machine_page_index #links_container a: visited
  5317. {
  5318.     color: #aaa
  5319. }
  5320.  
  5321. body.song_machine_page_index #links_container a: hover
  5322. {
  5323.     color: #8524bd
  5324. }
  5325.  
  5326. body.song_machine_page_index .clear
  5327. {
  5328.     clear: both
  5329. }
  5330.  
  5331. body.song_machine_page_index canvas
  5332. {
  5333.     vertical-align: top;
  5334.     cursor: pointer
  5335. }
  5336.  
  5337. body.sparklers_sparklers_index
  5338. {
  5339.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  5340.     text-align: center;
  5341.     background-color: black
  5342. }
  5343.  
  5344. body.sparklers_sparklers_index header
  5345. {
  5346.     position: absolute;
  5347.     top: 0;
  5348.     right: 0;
  5349.     padding: 10px 20px;
  5350.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  5351. }
  5352.  
  5353. body.sparklers_sparklers_index #links_container
  5354. {
  5355.     float: right
  5356. }
  5357.  
  5358. body.sparklers_sparklers_index #links_container a
  5359. {
  5360.     font-size: 14px;
  5361.     line-height: 20px;
  5362.     text-decoration: none;
  5363.     color: #333;
  5364.     margin-left: 15px
  5365. }
  5366.  
  5367. body.sparklers_sparklers_index a: visited
  5368. {
  5369.     color: #333
  5370. }
  5371.  
  5372. body.sparklers_sparklers_index a: hover
  5373. {
  5374.     color: #f00
  5375. }
  5376.  
  5377. body.sparklers_sparklers_index .clear
  5378. {
  5379.     clear: both
  5380. }
  5381.  
  5382. body.sparklers_sparklers_index canvas
  5383. {
  5384.     display: block;
  5385.     cursor: none
  5386. }
  5387.  
  5388. body.splodin_bacon_page_index
  5389. {
  5390.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  5391.     text-align: center
  5392. }
  5393.  
  5394. body.splodin_bacon_page_index header
  5395. {
  5396.     position: absolute;
  5397.     top: 0;
  5398.     left: 0;
  5399.     right: 0;
  5400.     padding: 10px 20px;
  5401.     z-index: 10
  5402. }
  5403.  
  5404. body.splodin_bacon_page_index #links_container
  5405. {
  5406.     float: right
  5407. }
  5408.  
  5409. body.splodin_bacon_page_index #links_container a
  5410. {
  5411.     font-size: 14px;
  5412.     line-height: 20px;
  5413.     text-decoration: none;
  5414.     color: #000;
  5415.     margin-left: 15px
  5416. }
  5417.  
  5418. body.splodin_bacon_page_index #links_container a: visited
  5419. {
  5420.     color: #000
  5421. }
  5422.  
  5423. body.splodin_bacon_page_index #links_container a: hover
  5424. {
  5425.     color: #f00
  5426. }
  5427.  
  5428. body.splodin_bacon_page_index .clear
  5429. {
  5430.     clear: both
  5431. }
  5432.  
  5433. body.splodin_bacon_page_index #container
  5434. {
  5435.     position: relative
  5436. }
  5437.  
  5438. body.splodin_bacon_page_index canvas
  5439. {
  5440.     position: absolute;
  5441.     top: 0;
  5442.     left: 0;
  5443.     cursor: pointer
  5444. }
  5445.  
  5446. body.swivel_game_index
  5447. {
  5448.     font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  5449.     text-align: center;
  5450.     letter-spacing: 2px;
  5451.     background-color: #fff
  5452. }
  5453.  
  5454. body.swivel_game_index header
  5455. {
  5456.     padding: 5px 20px 0;
  5457.     margin-bottom: 20px
  5458. }
  5459.  
  5460. body.swivel_game_index #logo a
  5461. {
  5462.     float: left;
  5463.     line-height: 20px;
  5464.     font-size: 14px;
  5465.     text-decoration: none;
  5466.     color: #333
  5467. }
  5468.  
  5469. body.swivel_game_index #links_container
  5470. {
  5471.     float: right
  5472. }
  5473.  
  5474. body.swivel_game_index #links_container a
  5475. {
  5476.     font-size: 14px;
  5477.     line-height: 20px;
  5478.     text-decoration: none;
  5479.     color: #333;
  5480.     margin-left: 15px
  5481. }
  5482.  
  5483. body.swivel_game_index #links_container a: visited
  5484. {
  5485.     color: #333
  5486. }
  5487.  
  5488. body.swivel_game_index #links_container a: hover
  5489. {
  5490.     color: #f00
  5491. }
  5492.  
  5493. body.swivel_game_index .clear
  5494. {
  5495.     clear: both
  5496. }
  5497.  
  5498. body.swivel_game_index canvas
  5499. {
  5500.     margin-bottom: 10px
  5501. }
  5502.  
  5503. body.text_scroller_streams_index
  5504. {
  5505.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  5506.     text-align: center;
  5507.     background-color: #101010
  5508. }
  5509.  
  5510. body.text_scroller_streams_index #container
  5511. {
  5512.     padding-bottom: 36px
  5513. }
  5514.  
  5515. body.text_scroller_streams_index #form_wrap
  5516. {
  5517.     position: relative;
  5518.     width: 360px;
  5519.     margin: auto
  5520. }
  5521.  
  5522. body.text_scroller_streams_index #form_wrap form
  5523. {
  5524.     position: absolute;
  5525.     top: 0;
  5526.     background-color: rgba(255,255,255,0.1);
  5527.     padding: 20px 40px
  5528. }
  5529.  
  5530. body.text_scroller_streams_index #form_wrap form input[type="text"]
  5531. {
  5532.     width: 200px
  5533. }
  5534.  
  5535. body.text_scroller_streams_index #form_wrap .close
  5536. {
  5537.     position: absolute;
  5538.     top: 20px;
  5539.     left: 10px;
  5540.     padding: 5px;
  5541.     color: #666;
  5542.     cursor: pointer;
  5543.     z-index: 10
  5544. }
  5545.  
  5546. body.text_scroller_streams_index #form_wrap .btn
  5547. {
  5548.     border: none;
  5549.     background-color: #057ceb;
  5550.     padding: 0 5px;
  5551.     color: #fff;
  5552.     line-height: 20px;
  5553.     letter-spacing: 2px;
  5554.     text-shadow: 0 0 1px rgba(0,0,0,0.3);
  5555.     cursor: pointer
  5556. }
  5557.  
  5558. body.text_scroller_streams_index #form_wrap .btn: active
  5559. {
  5560.     background-color: #0468c5
  5561. }
  5562.  
  5563. body.text_scroller_streams_index canvas
  5564. {
  5565.     margin-top: 25%
  5566. }
  5567.  
  5568. body.text_scroller_streams_index footer
  5569. {
  5570.     position: absolute;
  5571.     bottom: 0;
  5572.     left: 0;
  5573.     right: 0
  5574. }
  5575.  
  5576. body.text_scroller_streams_index #links_container
  5577. {
  5578.     float: right;
  5579.     margin-right: 20px
  5580. }
  5581.  
  5582. body.text_scroller_streams_index #links_container a
  5583. {
  5584.     font-size: 14px;
  5585.     line-height: 20px;
  5586.     text-decoration: none;
  5587.     color: #000;
  5588.     margin-left: 15px
  5589. }
  5590.  
  5591. body.text_scroller_streams_index #links_container a: visited
  5592. {
  5593.     color: #000
  5594. }
  5595.  
  5596. body.text_scroller_streams_index #links_container a: hover
  5597. {
  5598.     color: #f00
  5599. }
  5600.  
  5601. body.text_scroller_streams_index .clear
  5602. {
  5603.     clear: both
  5604. }
  5605.  
  5606. body.text_to_braille_converter_index
  5607. {
  5608.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  5609.     text-align: center;
  5610.     color: #474761;
  5611.     background-image: url("paper_texture.png")
  5612. }
  5613.  
  5614. body.text_to_braille_converter_index header
  5615. {
  5616.     padding: 10px 20px;
  5617.     text-shadow: 0 0 1px rgba(0,0,0,0.2);
  5618.     margin-bottom: 20px
  5619. }
  5620.  
  5621. body.text_to_braille_converter_index #logo a
  5622. {
  5623.     float: left;
  5624.     line-height: 20px;
  5625.     font-size: 14px;
  5626.     text-decoration: none;
  5627.     color: #474761
  5628. }
  5629.  
  5630. body.text_to_braille_converter_index #links_container
  5631. {
  5632.     float: right
  5633. }
  5634.  
  5635. body.text_to_braille_converter_index #links_container a
  5636. {
  5637.     font-size: 14px;
  5638.     line-height: 20px;
  5639.     text-decoration: none;
  5640.     color: #474761;
  5641.     margin-left: 15px
  5642. }
  5643.  
  5644. body.text_to_braille_converter_index #links_container a: visited
  5645. {
  5646.     color: #474761
  5647. }
  5648.  
  5649. body.text_to_braille_converter_index #links_container a: hover
  5650. {
  5651.     color: #f00
  5652. }
  5653.  
  5654. body.text_to_braille_converter_index .clear
  5655. {
  5656.     clear: both
  5657. }
  5658.  
  5659. body.text_to_braille_converter_index #braille_container
  5660. {
  5661.     width: 80%;
  5662.     margin: auto;
  5663.     padding-bottom: 60px;
  5664.     text-align: left
  5665. }
  5666.  
  5667. body.text_to_braille_converter_index .cell
  5668. {
  5669.     display: inline-block;
  5670.     position: relative;
  5671.     height: 48px;
  5672.     width: 36px;
  5673.     margin: 14px 8px
  5674. }
  5675.  
  5676. body.text_to_braille_converter_index .dot
  5677. {
  5678.     position: absolute;
  5679.     height: 12px;
  5680.     width: 12px;
  5681.     background-color: rgba(255,255,255,0.8);
  5682.     box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
  5683.     border-radius: 50%;
  5684.     background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 54%, rgba(255,255,255,0.71) 55%, #878787 100%);
  5685.     background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,255,255,0.9)), color-stop(54%, rgba(255,255,255,0.7)), color-stop(55%, rgba(255,255,255,0.71)), color-stop(100%, #878787));
  5686.     background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 54%, rgba(255,255,255,0.71) 55%, #878787 100%);
  5687.     background: -o-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 54%, rgba(255,255,255,0.71) 55%, #878787 100%);
  5688.     background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 54%, rgba(255,255,255,0.71) 55%, #878787 100%);
  5689.     background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 54%, rgba(255,255,255,0.71) 55%, #878787 100%)
  5690. }
  5691.  
  5692. body.text_to_braille_converter_index .d1
  5693. {
  5694.     top: 0px;
  5695.     left: 3px
  5696. }
  5697.  
  5698. body.text_to_braille_converter_index .d2
  5699. {
  5700.     top: 0px;
  5701.     left: 21px
  5702. }
  5703.  
  5704. body.text_to_braille_converter_index .d3
  5705. {
  5706.     top: 18px;
  5707.     left: 3px
  5708. }
  5709.  
  5710. body.text_to_braille_converter_index .d4
  5711. {
  5712.     top: 18px;
  5713.     left: 21px
  5714. }
  5715.  
  5716. body.text_to_braille_converter_index .d5
  5717. {
  5718.     top: 36px;
  5719.     left: 3px
  5720. }
  5721.  
  5722. body.text_to_braille_converter_index .d6
  5723. {
  5724.     top: 36px;
  5725.     left: 21px
  5726. }
  5727.  
  5728. body.text_to_braille_converter_index form
  5729. {
  5730.     position: fixed;
  5731.     bottom: 0;
  5732.     left: 0;
  5733.     right: 0;
  5734.     background-color: #fff;
  5735.     background-image: inherit
  5736. }
  5737.  
  5738. body.text_to_braille_converter_index form textarea
  5739. {
  5740.     width: 600px;
  5741.     margin: auto;
  5742.     padding: 5px;
  5743.     resize: none;
  5744.     font-size: 16px;
  5745.     color: #474761;
  5746.     border: 1px solid rgba(0,0,0,0.15);
  5747.     box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
  5748.     background-color: inherit;
  5749.     background-image: inherit
  5750. }
  5751.  
  5752. body.tiny_notes_notes_index,body.tiny_notes_notes_create,body.tiny_notes_notes_show
  5753. {
  5754.     font-family: 'Open Sans', arial, sans-serif;
  5755.     font-weight: 300;
  5756.     text-align: center;
  5757.     letter-spacing: 3px;
  5758.     color: #34495d;
  5759.     background-color: #c5d2df
  5760. }
  5761.  
  5762. body.tiny_notes_notes_index .notice,body.tiny_notes_notes_create .notice,body.tiny_notes_notes_show .notice
  5763. {
  5764.     line-height: 30px
  5765. }
  5766.  
  5767. body.tiny_notes_notes_index h3,body.tiny_notes_notes_create h3,body.tiny_notes_notes_show h3
  5768. {
  5769.     margin: 30px
  5770. }
  5771.  
  5772. body.tiny_notes_notes_index header,body.tiny_notes_notes_create header,body.tiny_notes_notes_show header
  5773. {
  5774.     padding: 10px 20px;
  5775.     background-color: #090321;
  5776.     text-shadow: 0 0 1px rgba(0,0,0,0.2)
  5777. }
  5778.  
  5779. body.tiny_notes_notes_index #logo a,body.tiny_notes_notes_create #logo a,body.tiny_notes_notes_show #logo a
  5780. {
  5781.     float: left;
  5782.     line-height: 20px;
  5783.     font-size: 16px;
  5784.     font-weight: 600;
  5785.     color: #fff;
  5786.     text-decoration: none
  5787. }
  5788.  
  5789. body.tiny_notes_notes_index #links_container,body.tiny_notes_notes_create #links_container,body.tiny_notes_notes_show #links_container
  5790. {
  5791.     float: right
  5792. }
  5793.  
  5794. body.tiny_notes_notes_index #links_container a,body.tiny_notes_notes_create #links_container a,body.tiny_notes_notes_show #links_container a
  5795. {
  5796.     font-size: 12px;
  5797.     line-height: 20px;
  5798.     text-decoration: none;
  5799.     color: #fff;
  5800.     margin-left: 15px
  5801. }
  5802.  
  5803. body.tiny_notes_notes_index #links_container a: visited,body.tiny_notes_notes_create #links_container a: visited,body.tiny_notes_notes_show #links_container a: visited
  5804. {
  5805.     color: #fff
  5806. }
  5807.  
  5808. body.tiny_notes_notes_index #links_container a: hover,body.tiny_notes_notes_create #links_container a: hover,body.tiny_notes_notes_show #links_container a: hover
  5809. {
  5810.     color: #9b59b6
  5811. }
  5812.  
  5813. body.tiny_notes_notes_index .user,body.tiny_notes_notes_create .user,body.tiny_notes_notes_show .user
  5814. {
  5815.     display: inline-block;
  5816.     vertical-align: top
  5817. }
  5818.  
  5819. body.tiny_notes_notes_index .name a,body.tiny_notes_notes_create .name a,body.tiny_notes_notes_show .name a
  5820. {
  5821.     text-decoration: none;
  5822.     color: inherit;
  5823.     font-weight: 600
  5824. }
  5825.  
  5826. body.tiny_notes_notes_index : : -webkit-input-placeholder,body.tiny_notes_notes_create : : -webkit-input-placeholder,body.tiny_notes_notes_show : : -webkit-input-placeholder
  5827. {
  5828.     color: #ccc
  5829. }
  5830.  
  5831. body.tiny_notes_notes_index : -moz-placeholder,body.tiny_notes_notes_create : -moz-placeholder,body.tiny_notes_notes_show : -moz-placeholder
  5832. {
  5833.     color: #ccc
  5834. }
  5835.  
  5836. body.tiny_notes_notes_index : : -moz-placeholder,body.tiny_notes_notes_create : : -moz-placeholder,body.tiny_notes_notes_show : : -moz-placeholder
  5837. {
  5838.     color: #ccc
  5839. }
  5840.  
  5841. body.tiny_notes_notes_index : -ms-input-placeholder,body.tiny_notes_notes_create : -ms-input-placeholder,body.tiny_notes_notes_show : -ms-input-placeholder
  5842. {
  5843.     color: #ccc
  5844. }
  5845.  
  5846. body.tiny_notes_notes_index #index_container,body.tiny_notes_notes_index #show_container,body.tiny_notes_notes_create #index_container,body.tiny_notes_notes_create #show_container,body.tiny_notes_notes_show #index_container,body.tiny_notes_notes_show #show_container
  5847. {
  5848.     padding: 30px
  5849. }
  5850.  
  5851. body.tiny_notes_notes_index #profile_container,body.tiny_notes_notes_create #profile_container,body.tiny_notes_notes_show #profile_container
  5852. {
  5853.     display: inline-block;
  5854.     vertical-align: top;
  5855.     width: 300px;
  5856.     margin-right: 20px;
  5857.     border-radius: 5px;
  5858.     background-color: #fff;
  5859.     border: 1px solid rgba(0,0,0,0.2);
  5860.     box-shadow: 0 0 2px rgba(0,0,0,0.1)
  5861. }
  5862.  
  5863. body.tiny_notes_notes_index #profile_container .profile,body.tiny_notes_notes_create #profile_container .profile,body.tiny_notes_notes_show #profile_container .profile
  5864. {
  5865.     text-align: left;
  5866.     padding: 12px;
  5867.     border-bottom: 1px solid rgba(0,0,0,0.15)
  5868. }
  5869.  
  5870. body.tiny_notes_notes_index #profile_container .user img,body.tiny_notes_notes_create #profile_container .user img,body.tiny_notes_notes_show #profile_container .user img
  5871. {
  5872.     width: 50px;
  5873.     margin-right: 10px
  5874. }
  5875.  
  5876. body.tiny_notes_notes_index #profile_container .name a,body.tiny_notes_notes_create #profile_container .name a,body.tiny_notes_notes_show #profile_container .name a
  5877. {
  5878.     font-size: 16px
  5879. }
  5880.  
  5881. body.tiny_notes_notes_index #profile_container form,body.tiny_notes_notes_create #profile_container form,body.tiny_notes_notes_show #profile_container form
  5882. {
  5883.     padding: 12px;
  5884.     background-color: rgba(0,0,0,0.1);
  5885.     border-top: 1px solid rgba(255,255,255,0.25)
  5886. }
  5887.  
  5888. body.tiny_notes_notes_index #profile_container input,body.tiny_notes_notes_create #profile_container input,body.tiny_notes_notes_show #profile_container input
  5889. {
  5890.     border: none;
  5891.     border-radius: 3px;
  5892.     vertical-align: bottom
  5893. }
  5894.  
  5895. body.tiny_notes_notes_index #profile_container input[type="text"],body.tiny_notes_notes_create #profile_container input[type="text"],body.tiny_notes_notes_show #profile_container input[type="text"]
  5896. {
  5897.     width: 200px;
  5898.     padding: 6px;
  5899.     margin: 0;
  5900.     font-size: 15px;
  5901.     box-shadow: 0 0 2px rgba(0,0,0,0.5) inset
  5902. }
  5903.  
  5904. body.tiny_notes_notes_index #profile_container input[type="text"]: focus,body.tiny_notes_notes_create #profile_container input[type="text"]: focus,body.tiny_notes_notes_show #profile_container input[type="text"]: focus
  5905. {
  5906.     box-shadow: 0 0 3px rgba(0,207,131,0.8)
  5907. }
  5908.  
  5909. body.tiny_notes_notes_index #profile_container input[type="submit"],body.tiny_notes_notes_create #profile_container input[type="submit"],body.tiny_notes_notes_show #profile_container input[type="submit"]
  5910. {
  5911.     font-family: inherit;
  5912.     height: 30px;
  5913.     width: 50px;
  5914.     color: white;
  5915.     background-color: #8e44ad;
  5916.     cursor: pointer
  5917. }
  5918.  
  5919. body.tiny_notes_notes_index #profile_container input[type="submit"]: active,body.tiny_notes_notes_create #profile_container input[type="submit"]: active,body.tiny_notes_notes_show #profile_container input[type="submit"]: active
  5920. {
  5921.     background-color: #592f6a
  5922. }
  5923.  
  5924. body.tiny_notes_notes_index #btn_container,body.tiny_notes_notes_create #btn_container,body.tiny_notes_notes_show #btn_container
  5925. {
  5926.     display: inline-block;
  5927.     vertical-align: top;
  5928.     width: 300px;
  5929.     margin-right: 20px;
  5930.     padding: 16px;
  5931.     border-radius: 5px;
  5932.     background-color: #fff;
  5933.     border: 1px solid rgba(0,0,0,0.2);
  5934.     box-shadow: 0 0 2px rgba(0,0,0,0.1)
  5935. }
  5936.  
  5937. body.tiny_notes_notes_index #btn_container h1,body.tiny_notes_notes_create #btn_container h1,body.tiny_notes_notes_show #btn_container h1
  5938. {
  5939.     margin-bottom: 16px;
  5940.     font-size: 20px;
  5941.     font-weight: 600;
  5942.     color: #8e44ad
  5943. }
  5944.  
  5945. body.tiny_notes_notes_index #btn_container h2,body.tiny_notes_notes_create #btn_container h2,body.tiny_notes_notes_show #btn_container h2
  5946. {
  5947.     line-height: 22px;
  5948.     margin-bottom: 30px
  5949. }
  5950.  
  5951. body.tiny_notes_notes_index #btn_container a.btn,body.tiny_notes_notes_create #btn_container a.btn,body.tiny_notes_notes_show #btn_container a.btn
  5952. {
  5953.     display: block;
  5954.     width: 110px;
  5955.     margin: 0 auto 20px;
  5956.     padding: 8px 0;
  5957.     font-weight: 400;
  5958.     text-decoration: none;
  5959.     color: #fff;
  5960.     background-color: #16a085;
  5961.     border-radius: 5px
  5962. }
  5963.  
  5964. body.tiny_notes_notes_index #btn_container a.btn: active,body.tiny_notes_notes_create #btn_container a.btn: active,body.tiny_notes_notes_show #btn_container a.btn: active
  5965. {
  5966.     background-color: #10745f
  5967. }
  5968.  
  5969. body.tiny_notes_notes_index #notes_container,body.tiny_notes_notes_create #notes_container,body.tiny_notes_notes_show #notes_container
  5970. {
  5971.     display: inline-block;
  5972.     vertical-align: top;
  5973.     width: 500px;
  5974.     font-size: 15px;
  5975.     text-align: left;
  5976.     border-radius: 5px;
  5977.     background-color: #fff;
  5978.     border: 1px solid rgba(0,0,0,0.2);
  5979.     box-shadow: 0 0 2px rgba(0,0,0,0.1)
  5980. }
  5981.  
  5982. body.tiny_notes_notes_index #notes_container .headline,body.tiny_notes_notes_create #notes_container .headline,body.tiny_notes_notes_show #notes_container .headline
  5983. {
  5984.     padding: 12px;
  5985.     font-weight: 600;
  5986.     color: #8e44ad;
  5987.     border-bottom: 1px solid rgba(0,0,0,0.1)
  5988. }
  5989.  
  5990. body.tiny_notes_notes_index #notes_container .note_container,body.tiny_notes_notes_create #notes_container .note_container,body.tiny_notes_notes_show #notes_container .note_container
  5991. {
  5992.     border-bottom: 1px solid rgba(0,0,0,0.1);
  5993.     padding: 12px
  5994. }
  5995.  
  5996. body.tiny_notes_notes_index #notes_container .note_container .photo,body.tiny_notes_notes_create #notes_container .note_container .photo,body.tiny_notes_notes_show #notes_container .note_container .photo
  5997. {
  5998.     display: inline-block;
  5999.     vertical-align: top;
  6000.     margin-right: 14px
  6001. }
  6002.  
  6003. body.tiny_notes_notes_index #notes_container .note_container .photo img,body.tiny_notes_notes_create #notes_container .note_container .photo img,body.tiny_notes_notes_show #notes_container .note_container .photo img
  6004. {
  6005.     width: 80px
  6006. }
  6007.  
  6008. body.tiny_notes_notes_index #notes_container .note_container .note_content,body.tiny_notes_notes_create #notes_container .note_container .note_content,body.tiny_notes_notes_show #notes_container .note_container .note_content
  6009. {
  6010.     display: inline-block;
  6011.     vertical-align: top;
  6012.     width: 375px
  6013. }
  6014.  
  6015. body.tiny_notes_notes_index #notes_container .note_container .note_content .name,body.tiny_notes_notes_create #notes_container .note_container .note_content .name,body.tiny_notes_notes_show #notes_container .note_container .note_content .name
  6016. {
  6017.     margin-bottom: 10px;
  6018.     word-wrap: break-word
  6019. }
  6020.  
  6021. body.tiny_notes_notes_index #notes_container .note_container .note_content .note,body.tiny_notes_notes_create #notes_container .note_container .note_content .note,body.tiny_notes_notes_show #notes_container .note_container .note_content .note
  6022. {
  6023.     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  6024.     font-size: 13px;
  6025.     line-height: 16px;
  6026.     word-wrap: break-word
  6027. }
  6028.  
  6029. body.tiny_notes_notes_index .clear,body.tiny_notes_notes_create .clear,body.tiny_notes_notes_show .clear
  6030. {
  6031.     clear: both
  6032. }
  6033.  
  6034. body.tos_page_index
  6035. {
  6036.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  6037.     text-align: center
  6038. }
  6039.  
  6040. body.tos_page_index header
  6041. {
  6042.     position: absolute;
  6043.     top: 0;
  6044.     left: 0;
  6045.     right: 0;
  6046.     padding: 10px 20px
  6047. }
  6048.  
  6049. body.tos_page_index #links_container
  6050. {
  6051.     float: right
  6052. }
  6053.  
  6054. body.tos_page_index #links_container a
  6055. {
  6056.     font-size: 14px;
  6057.     line-height: 20px;
  6058.     text-decoration: none;
  6059.     color: #ddd;
  6060.     margin-left: 15px
  6061. }
  6062.  
  6063. body.tos_page_index #links_container a: visited
  6064. {
  6065.     color: #ddd
  6066. }
  6067.  
  6068. body.tos_page_index #links_container a: hover
  6069. {
  6070.     color: #333
  6071. }
  6072.  
  6073. body.tos_page_index .clear
  6074. {
  6075.     clear: both
  6076. }
  6077.  
  6078. body.tos_page_index canvas
  6079. {
  6080.     position: absolute;
  6081.     top: 0;
  6082.     left: 0;
  6083.     right: 0;
  6084.     bottom: 0;
  6085.     z-index: -1
  6086. }
  6087.  
  6088. body.typing_test_tests_index
  6089. {
  6090.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  6091.     text-align: center;
  6092.     letter-spacing: 1px;
  6093.     color: #333;
  6094.     overflow-y: scroll
  6095. }
  6096.  
  6097. body.typing_test_tests_index #container
  6098. {
  6099.     padding-bottom: 40px
  6100. }
  6101.  
  6102. body.typing_test_tests_index h1
  6103. {
  6104.     font-size: 30px;
  6105.     margin-bottom: 15px
  6106. }
  6107.  
  6108. body.typing_test_tests_index h2
  6109. {
  6110.     font-size: 20px;
  6111.     line-height: 26px
  6112. }
  6113.  
  6114. body.typing_test_tests_index button
  6115. {
  6116.     cursor: pointer;
  6117.     border: none;
  6118.     padding: 8px 16px;
  6119.     font-size: 16px;
  6120.     letter-spacing: 1px;
  6121.     color: #1f1f37;
  6122.     text-shadow: 0 0 2px rgba(255,255,255,0.43);
  6123.     border-radius: 5px;
  6124.     background-color: #0accb5;
  6125.     border-bottom: 1px solid #089b8a
  6126. }
  6127.  
  6128. body.typing_test_tests_index button: active
  6129. {
  6130.     background-color: #089b8a;
  6131.     border-top: 1px solid #0accb5
  6132. }
  6133.  
  6134. body.typing_test_tests_index .modal
  6135. {
  6136.     position: absolute;
  6137.     top: 0;
  6138.     bottom: 0;
  6139.     left: 0;
  6140.     right: 0;
  6141.     background-color: #1f1f37;
  6142.     z-index: 10
  6143. }
  6144.  
  6145. body.typing_test_tests_index .modal.end
  6146. {
  6147.     display: none
  6148. }
  6149.  
  6150. body.typing_test_tests_index .modal.end h1
  6151. {
  6152.     margin-bottom: 20px
  6153. }
  6154.  
  6155. body.typing_test_tests_index .modal.end h2
  6156. {
  6157.     margin-bottom: 10px
  6158. }
  6159.  
  6160. body.typing_test_tests_index .modal.end p,body.typing_test_tests_index .modal.end a
  6161. {
  6162.     display: inline-block;
  6163.     color: #089b8a;
  6164.     margin: 20px 10px 0;
  6165.     font-size: 14px;
  6166.     text-decoration: none;
  6167.     cursor: pointer
  6168. }
  6169.  
  6170. body.typing_test_tests_index .modal .inner_modal
  6171. {
  6172.     width: 500px;
  6173.     margin: 120px auto;
  6174.     padding: 40px;
  6175.     border-radius: 5px;
  6176.     background-color: #fff;
  6177.     box-shadow: 0 0 2px rgba(0,0,0,0.5) inset
  6178. }
  6179.  
  6180. body.typing_test_tests_index .modal .instructions
  6181. {
  6182.     width: 400px;
  6183.     margin: auto
  6184. }
  6185.  
  6186. body.typing_test_tests_index .modal .instructions p
  6187. {
  6188.     line-height: 22px;
  6189.     margin: 40px 0 20px
  6190. }
  6191.  
  6192. body.typing_test_tests_index #test_container
  6193. {
  6194.     position: relative;
  6195.     width: 850px;
  6196.     margin: auto;
  6197.     padding-bottom: 40px
  6198. }
  6199.  
  6200. body.typing_test_tests_index #test_container .timer_area
  6201. {
  6202.     position: absolute;
  6203.     top: 80px;
  6204.     height: 40px;
  6205.     width: 100px;
  6206.     line-height: 40px;
  6207.     color: #fff;
  6208.     text-shadow: 0 0 1px rgba(0,0,0,0.35);
  6209.     border-radius: 5px;
  6210.     background-color: #3a3a68;
  6211.     box-shadow: 0 0 4px rgba(0,0,0,0.6) inset
  6212. }
  6213.  
  6214. body.typing_test_tests_index #test_container .test_area
  6215. {
  6216.     display: inline-block;
  6217.     margin-top: 30px
  6218. }
  6219.  
  6220. body.typing_test_tests_index #test_container #text_passage
  6221. {
  6222.     width: 600px;
  6223.     margin: auto;
  6224.     font-size: 14px;
  6225.     line-height: 18px;
  6226.     text-align: left
  6227. }
  6228.  
  6229. body.typing_test_tests_index #test_container textarea
  6230. {
  6231.     height: 150px;
  6232.     width: 600px;
  6233.     margin: 20px auto 40px
  6234. }
  6235.  
  6236. body.typing_test_tests_index footer
  6237. {
  6238.     position: absolute;
  6239.     bottom: 0;
  6240.     left: 0;
  6241.     right: 0;
  6242.     height: 40px
  6243. }
  6244.  
  6245. body.typing_test_tests_index #links_container
  6246. {
  6247.     text-shadow: 0 0 1px rgba(0,0,0,0.2);
  6248.     padding: 10px 20px;
  6249.     float: right
  6250. }
  6251.  
  6252. body.typing_test_tests_index #links_container a
  6253. {
  6254.     font-size: 14px;
  6255.     line-height: 20px;
  6256.     text-decoration: none;
  6257.     color: #3a3a68;
  6258.     margin-left: 15px
  6259. }
  6260.  
  6261. body.typing_test_tests_index #links_container a: visited
  6262. {
  6263.     color: #3a3a68
  6264. }
  6265.  
  6266. body.typing_test_tests_index #links_container a: hover
  6267. {
  6268.     color: #0accb5
  6269. }
  6270.  
  6271. body.typing_test_tests_index .clear
  6272. {
  6273.     clear: both
  6274. }
  6275.  
  6276. body.view_graph_views_index
  6277. {
  6278.     font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  6279.     letter-spacing: 3px;
  6280.     text-align: center;
  6281.     background-color: #0d0d0f
  6282. }
  6283.  
  6284. body.view_graph_views_index .modal
  6285. {
  6286.     display: none;
  6287.     position: absolute;
  6288.     top: 100px;
  6289.     width: 100%;
  6290.     z-index: 100
  6291. }
  6292.  
  6293. body.view_graph_views_index .inner_modal
  6294. {
  6295.     position: relative;
  6296.     width: 600px;
  6297.     margin: auto;
  6298.     padding: 50px;
  6299.     border-radius: 10px;
  6300.     background-color: rgba(255,255,255,0.88);
  6301.     text-shadow: 0 0 3px rgba(255,255,255,0.9);
  6302.     font-weight: bold
  6303. }
  6304.  
  6305. body.view_graph_views_index .close
  6306. {
  6307.     position: absolute;
  6308.     top: 10px;
  6309.     right: 10px;
  6310.     padding: 5px;
  6311.     color: #0d0d0f;
  6312.     cursor: pointer
  6313. }
  6314.  
  6315. body.view_graph_views_index h1
  6316. {
  6317.     margin-bottom: 30px;
  6318.     font-size: 30px;
  6319.     color: #2c2c3b
  6320. }
  6321.  
  6322. body.view_graph_views_index h2
  6323. {
  6324.     margin: 12px;
  6325.     font-size: 16px;
  6326.     color: #2c2c3b;
  6327.     line-height: 22px
  6328. }
  6329.  
  6330. body.view_graph_views_index .view_mark
  6331. {
  6332.     position: absolute;
  6333.     height: 10px;
  6334.     width: 10px;
  6335.     background-color: #fff;
  6336.     border-radius: 50%;
  6337.     box-shadow: 0 0 2px rgba(39,247,247,0.45),0 0 6px rgba(39,247,247,0.45),-3px -3px 1px rgba(0,0,0,0.09) inset,3px 3px 3px rgba(0,0,0,0.09) inset;
  6338.     background: #97faf1;
  6339.     background: -webkit-gradient(radial, 65% 25%, 0px, center center, 100%, color-stop(10%, #97faf1), color-stop(100%, #90caed));
  6340.     background: -webkit-radial-gradient(65% 25%, ellipse cover, #97faf1 10%, #90caed 100%);
  6341.     background: -moz-radial-gradient(65% 25%, ellipse cover, #97faf1 10%, #90caed 100%);
  6342.     background: -ms-radial-gradient(65% 25%, ellipse cover, #97faf1 10%, #90caed 100%);
  6343.     background: -o-radial-gradient(65% 25%, ellipse cover, #97faf1 10%, #90caed 100%);
  6344.     background: radial-gradient(ellipse at 65% 25%, #97faf1 10%, #90caed 100%)
  6345. }
  6346.  
  6347. body.view_graph_views_index .view_mark: last-child
  6348. {
  6349.     box-shadow: 0 0 2px rgba(244,13,42,0.8),0 0 6px rgba(244,13,42,0.8),-3px -3px 1px rgba(0,0,0,0.09) inset,3px 3px 3px rgba(0,0,0,0.09) inset;
  6350.     background: #f40d2a;
  6351.     background: -webkit-gradient(radial, 65% 25%, 0px, center center, 100%, color-stop(10%, #fa97a3), color-stop(100%, #f40d2a));
  6352.     background: -webkit-radial-gradient(65% 25%, ellipse cover, #fa97a3 10%, #f40d2a 100%);
  6353.     background: -moz-radial-gradient(65% 25%, ellipse cover, #fa97a3 10%, #f40d2a 100%);
  6354.     background: -ms-radial-gradient(65% 25%, ellipse cover, #fa97a3 10%, #f40d2a 100%);
  6355.     background: -o-radial-gradient(65% 25%, ellipse cover, #fa97a3 10%, #f40d2a 100%);
  6356.     background: radial-gradient(ellipse at 65% 25%, #fa97a3 10%, #f40d2a 100%)
  6357. }
  6358.  
  6359. body.view_graph_views_index #info_tab
  6360. {
  6361.     position: fixed;
  6362.     bottom: 0;
  6363.     left: 0;
  6364.     padding: 8px 14px;
  6365.     font-size: 20px;
  6366.     color: #c0c0c8;
  6367.     background-color: rgba(0,0,0,0.5);
  6368.     border-radius: 0 5px 0 0;
  6369.     cursor: pointer;
  6370.     z-index: 10
  6371. }
  6372.  
  6373. body.view_graph_views_index #info_tab: hover
  6374. {
  6375.     background-color: rgba(0,0,0,0.8);
  6376.     color: #f40d2a
  6377. }
  6378.  
  6379. body.view_graph_views_index footer
  6380. {
  6381.     position: fixed;
  6382.     bottom: 0;
  6383.     left: 0;
  6384.     right: 0;
  6385.     height: 36px
  6386. }
  6387.  
  6388. body.view_graph_views_index #links_container
  6389. {
  6390.     text-align: right;
  6391.     padding: 10px 20px
  6392. }
  6393.  
  6394. body.view_graph_views_index #links_container a
  6395. {
  6396.     text-decoration: none;
  6397.     color: #3d3d45;
  6398.     margin-left: 15px
  6399. }
  6400.  
  6401. body.view_graph_views_index #links_container a: visited
  6402. {
  6403.     color: #3d3d45
  6404. }
  6405.  
  6406. body.view_graph_views_index #links_container a: hover
  6407. {
  6408.     color: #f40d2a
  6409. }
  6410.  
  6411. body.window_sizer_game_index
  6412. {
  6413.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  6414.     text-align: center;
  6415.     background-color: #222;
  6416.     color: #333;
  6417.     letter-spacing: 2px;
  6418.     overflow: hidden
  6419. }
  6420.  
  6421. body.window_sizer_game_index header
  6422. {
  6423.     position: absolute;
  6424.     top: 0;
  6425.     left: 0;
  6426.     right: 0;
  6427.     padding: 10px 20px;
  6428.     z-index: 20
  6429. }
  6430.  
  6431. body.window_sizer_game_index #logo a
  6432. {
  6433.     float: left;
  6434.     line-height: 20px;
  6435.     font-size: 14px;
  6436.     text-decoration: none;
  6437.     color: #fff
  6438. }
  6439.  
  6440. body.window_sizer_game_index #links_container
  6441. {
  6442.     float: right
  6443. }
  6444.  
  6445. body.window_sizer_game_index #links_container a
  6446. {
  6447.     font-size: 14px;
  6448.     line-height: 20px;
  6449.     text-decoration: none;
  6450.     color: #fff;
  6451.     margin-left: 15px
  6452. }
  6453.  
  6454. body.window_sizer_game_index #links_container a: visited
  6455. {
  6456.     color: #fff
  6457. }
  6458.  
  6459. body.window_sizer_game_index #links_container a: hover
  6460. {
  6461.     color: #f00
  6462. }
  6463.  
  6464. body.window_sizer_game_index .clear
  6465. {
  6466.     clear: both
  6467. }
  6468.  
  6469. body.window_sizer_game_index .modal
  6470. {
  6471.     position: absolute;
  6472.     top: 0;
  6473.     bottom: 0;
  6474.     left: 0;
  6475.     right: 0;
  6476.     z-index: 10
  6477. }
  6478.  
  6479. body.window_sizer_game_index .modal .inner_modal
  6480. {
  6481.     width: 500px;
  6482.     margin: 100px auto 0;
  6483.     padding: 50px 30px;
  6484.     background-color: #fff;
  6485.     border-radius: 5px;
  6486.     box-shadow: 0 0 2px rgba(0,0,0,0.4)
  6487. }
  6488.  
  6489. body.window_sizer_game_index .modal h1
  6490. {
  6491.     font-size: 30px;
  6492.     margin-bottom: 20px
  6493. }
  6494.  
  6495. body.window_sizer_game_index .modal p
  6496. {
  6497.     line-height: 20px
  6498. }
  6499.  
  6500. body.window_sizer_game_index .modal button
  6501. {
  6502.     margin-top: 20px;
  6503.     padding: 5px 10px;
  6504.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  6505.     font-size: 16px;
  6506.     color: #fff;
  6507.     letter-spacing: 2px;
  6508.     border: none;
  6509.     background-color: #db117c
  6510. }
  6511.  
  6512. body.window_sizer_game_index #end_container
  6513. {
  6514.     display: none
  6515. }
  6516.  
  6517. body.window_sizer_game_index #game_container
  6518. {
  6519.     position: absolute;
  6520.     top: 0;
  6521.     left: 0;
  6522.     bottom: 0;
  6523.     right: 0
  6524. }
  6525.  
  6526. body.window_sizer_game_index #game_container #info_container
  6527. {
  6528.     padding: 40px 20px;
  6529.     background-color: rgba(255,255,255,0.5);
  6530.     width: 450px;
  6531.     margin: 100px auto;
  6532.     border-radius: 5px;
  6533.     box-shadow: 0 0 3px rgba(0,0,0,0.38) inset
  6534. }
  6535.  
  6536. body.window_sizer_game_index #game_container #info_container #target_text
  6537. {
  6538.     font-size: 60px
  6539. }
  6540.  
  6541. body.window_sizer_game_index #game_container #info_container #timer
  6542. {
  6543.     width: 360px;
  6544.     margin: 30px auto 0;
  6545.     padding: 2px;
  6546.     border: 3px solid #333;
  6547.     background-color: #fff
  6548. }
  6549.  
  6550. body.window_sizer_game_index #game_container #info_container #timer #progress_bar
  6551. {
  6552.     width: 100%;
  6553.     height: 10px;
  6554.     background-color: #db117c
  6555. }
  6556.  
  6557. body.window_sizer_game_index #game_container #target_area
  6558. {
  6559.     position: absolute;
  6560.     top: 0;
  6561.     left: 0;
  6562.     box-shadow: 1px 1px 4px black;
  6563.     z-index: -1
  6564. }
  6565.  
  6566. body.window_sizer_game_index #answer_box
  6567. {
  6568.     display: none;
  6569.     position: absolute;
  6570.     top: 0;
  6571.     left: 0;
  6572.     border: 1px solid black
  6573. }
  6574.  
  6575. body.wish_page_index
  6576. {
  6577.     font-family: 'Open Sans', arial, sans-serif;
  6578.     font-size: 20px;
  6579.     letter-spacing: 2px;
  6580.     background-color: #fff;
  6581.     text-align: center
  6582. }
  6583.  
  6584. body.wish_page_index #wrap
  6585. {
  6586.     width: 365px;
  6587.     margin: auto;
  6588.     padding-top: 100px;
  6589.     text-align: left
  6590. }
  6591.  
  6592. body.wish_page_index #wrap .phrase
  6593. {
  6594.     display: inline-block;
  6595.     margin: 3px
  6596. }
  6597.  
  6598. body.wish_page_index #wrap #front
  6599. {
  6600.     color: #747475
  6601. }
  6602.  
  6603. body.wish_page_index #wrap #message
  6604. {
  6605.     font-weight: 600;
  6606.     color: #121212
  6607. }
  6608.  
  6609. body.wish_page_index footer
  6610. {
  6611.     position: fixed;
  6612.     bottom: 0;
  6613.     padding: 10px 20px
  6614. }
  6615.  
  6616. body.wish_page_index #links_container
  6617. {
  6618.     float: right
  6619. }
  6620.  
  6621. body.wish_page_index #links_container a
  6622. {
  6623.     font-size: 11px;
  6624.     line-height: 20px;
  6625.     text-decoration: none;
  6626.     color: #aaa;
  6627.     margin-right: 10px
  6628. }
  6629.  
  6630. body.wish_page_index #links_container a: visited
  6631. {
  6632.     color: #aaa
  6633. }
  6634.  
  6635. body.wish_page_index #links_container a: hover
  6636. {
  6637.     color: #333
  6638. }
  6639.  
  6640. body.wish_page_index .clear
  6641. {
  6642.     clear: both
  6643. }
  6644.  
  6645. body.word_clock_page_index
  6646. {
  6647.     font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  6648.     font-weight: 900;
  6649.     font-size: 40px;
  6650.     letter-spacing: 2px;
  6651.     color: rgba(0,0,0,0.8);
  6652.     background-color: #101012
  6653. }
  6654.  
  6655. body.word_clock_page_index .clear
  6656. {
  6657.     clear: both
  6658. }
  6659.  
  6660. body.word_clock_page_index #main
  6661. {
  6662.     width: 900px;
  6663.     height: 500px;
  6664.     margin: auto;
  6665.     padding-bottom: 36px;
  6666.     padding-top: 40px;
  6667.     text-align: center
  6668. }
  6669.  
  6670. body.word_clock_page_index .time
  6671. {
  6672.     display: inline-block;
  6673.     margin: 0 -6px
  6674. }
  6675.  
  6676. body.word_clock_page_index .abbrev
  6677. {
  6678.     display: inline-block
  6679. }
  6680.  
  6681. body.word_clock_page_index .now
  6682. {
  6683.     color: #33DDED;
  6684.     text-shadow: 0 0 6px rgba(255,255,255,0.45)
  6685. }
  6686.  
  6687. body.word_clock_page_index footer
  6688. {
  6689.     position: fixed;
  6690.     bottom: 0;
  6691.     padding: 10px 20px
  6692. }
  6693.  
  6694. body.word_clock_page_index #links_container
  6695. {
  6696.     float: right
  6697. }
  6698.  
  6699. body.word_clock_page_index #links_container a
  6700. {
  6701.     font-size: 14px;
  6702.     line-height: 20px;
  6703.     text-decoration: none;
  6704.     color: rgba(0,0,0,0.8);
  6705.     margin-left: 15px
  6706. }
  6707.  
  6708. body.word_clock_page_index #links_container a: visited
  6709. {
  6710.     color: rgba(0,0,0,0.8)
  6711. }
  6712.  
  6713. body.word_clock_page_index #links_container a: hover
  6714. {
  6715.     color: #aaa
  6716. }
  6717.  
  6718. body.word_clock_page_index .clear
  6719. {
  6720.     clear: both
  6721. }
  6722.  
  6723. body.your_space_users_new,body.your_space_users_edit,body.your_space_users_show,body.your_space_users_index
  6724. {
  6725.     font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  6726.     text-align: center;
  6727.     background-color: #fbfcfd;
  6728.     letter-spacing: 3px;
  6729.     color: #354b60;
  6730.     overflow-y: scroll
  6731. }
  6732.  
  6733. body.your_space_users_new header,body.your_space_users_edit header,body.your_space_users_show header,body.your_space_users_index header
  6734. {
  6735.     padding: 0 20px;
  6736.     background-color: #10171d;
  6737.     margin-bottom: 0px;
  6738.     text-shadow: 1px 1px 0 rgba(255,255,255,0.05),-1px -1px 0 rgba(0,0,0,0.1)
  6739. }
  6740.  
  6741. body.your_space_users_new #logo a,body.your_space_users_edit #logo a,body.your_space_users_show #logo a,body.your_space_users_index #logo a
  6742. {
  6743.     float: left;
  6744.     line-height: 38px;
  6745.     font-size: 20px;
  6746.     font-weight: bold;
  6747.     letter-spacing: 6px;
  6748.     color: #b9c9d8;
  6749.     text-decoration: none
  6750. }
  6751.  
  6752. body.your_space_users_new #links_container,body.your_space_users_edit #links_container,body.your_space_users_show #links_container,body.your_space_users_index #links_container
  6753. {
  6754.     float: right
  6755. }
  6756.  
  6757. body.your_space_users_new #links_container a,body.your_space_users_edit #links_container a,body.your_space_users_show #links_container a,body.your_space_users_index #links_container a
  6758. {
  6759.     font-size: 14px;
  6760.     line-height: 38px;
  6761.     text-decoration: none;
  6762.     color: #b9c9d8;
  6763.     margin-left: 15px
  6764. }
  6765.  
  6766. body.your_space_users_new #links_container a: visited,body.your_space_users_edit #links_container a: visited,body.your_space_users_show #links_container a: visited,body.your_space_users_index #links_container a: visited
  6767. {
  6768.     color: #b9c9d8
  6769. }
  6770.  
  6771. body.your_space_users_new #links_container a: hover,body.your_space_users_edit #links_container a: hover,body.your_space_users_show #links_container a: hover,body.your_space_users_index #links_container a: hover
  6772. {
  6773.     color: #7f8c8d
  6774. }
  6775.  
  6776. body.your_space_users_new h1,body.your_space_users_edit h1,body.your_space_users_show h1,body.your_space_users_index h1
  6777. {
  6778.     font-size: 30px;
  6779.     font-weight: bold;
  6780.     color: #2980b9
  6781. }
  6782.  
  6783. body.your_space_users_new .btn a,body.your_space_users_edit .btn a,body.your_space_users_show .btn a,body.your_space_users_index .btn a
  6784. {
  6785.     border-radius: 5px;
  6786.     background-color: #2980b9;
  6787.     font-size: 14px;
  6788.     font-weight: 300;
  6789.     text-decoration: none;
  6790.     color: #fff;
  6791.     padding: 10px
  6792. }
  6793.  
  6794. body.your_space_users_new .headline,body.your_space_users_edit .headline,body.your_space_users_show .headline,body.your_space_users_index .headline
  6795. {
  6796.     position: relative;
  6797.     padding: 20px
  6798. }
  6799.  
  6800. body.your_space_users_new .headline .btn,body.your_space_users_edit .headline .btn,body.your_space_users_show .headline .btn,body.your_space_users_index .headline .btn
  6801. {
  6802.     position: absolute;
  6803.     right: 40px;
  6804.     top: 20px
  6805. }
  6806.  
  6807. body.your_space_users_new #content_container,body.your_space_users_edit #content_container,body.your_space_users_show #content_container,body.your_space_users_index #content_container
  6808. {
  6809.     margin-top: 20px
  6810. }
  6811.  
  6812. body.your_space_users_new li.user_container,body.your_space_users_edit li.user_container,body.your_space_users_show li.user_container,body.your_space_users_index li.user_container
  6813. {
  6814.     width: 500px;
  6815.     margin: auto;
  6816.     background-color: #c9d6e1;
  6817.     border-top: 1px solid rgba(0,0,0,0.1);
  6818.     border-bottom: 1px solid rgba(255,255,255,0.3)
  6819. }
  6820.  
  6821. body.your_space_users_new li.user_container a,body.your_space_users_edit li.user_container a,body.your_space_users_show li.user_container a,body.your_space_users_index li.user_container a
  6822. {
  6823.     display: inline-block;
  6824.     width: 100%;
  6825.     padding: 12px 20px;
  6826.     text-decoration: none;
  6827.     color: #2c3e50;
  6828.     text-shadow: 0 0 2px rgba(255,255,255,0.2)
  6829. }
  6830.  
  6831. body.your_space_users_new li.user_container div,body.your_space_users_edit li.user_container div,body.your_space_users_show li.user_container div,body.your_space_users_index li.user_container div
  6832. {
  6833.     float: left;
  6834.     vertical-align: middle
  6835. }
  6836.  
  6837. body.your_space_users_new li.user_container div.photo,body.your_space_users_edit li.user_container div.photo,body.your_space_users_show li.user_container div.photo,body.your_space_users_index li.user_container div.photo
  6838. {
  6839.     margin-right: 30px
  6840. }
  6841.  
  6842. body.your_space_users_new #show_page #profile_container,body.your_space_users_edit #show_page #profile_container,body.your_space_users_show #show_page #profile_container,body.your_space_users_index #show_page #profile_container
  6843. {
  6844.     display: inline-block;
  6845.     vertical-align: top;
  6846.     width: 700px;
  6847.     margin: 30px auto;
  6848.     padding: 20px;
  6849.     border-radius: 5px;
  6850.     background-color: #fff;
  6851.     border: 1px solid rgba(0,0,0,0.2);
  6852.     box-shadow: 0 0 2px rgba(0,0,0,0.1)
  6853. }
  6854.  
  6855. body.your_space_users_new #show_page #profile_container .photo_container,body.your_space_users_edit #show_page #profile_container .photo_container,body.your_space_users_show #show_page #profile_container .photo_container,body.your_space_users_index #show_page #profile_container .photo_container
  6856. {
  6857.     float: left;
  6858.     width: 300px;
  6859.     margin-right: 40px
  6860. }
  6861.  
  6862. body.your_space_users_new #show_page #profile_container .text_container,body.your_space_users_edit #show_page #profile_container .text_container,body.your_space_users_show #show_page #profile_container .text_container,body.your_space_users_index #show_page #profile_container .text_container
  6863. {
  6864.     float: left;
  6865.     width: 360px;
  6866.     text-align: left
  6867. }
  6868.  
  6869. body.your_space_users_new #show_page #profile_container .text_container .user_name,body.your_space_users_edit #show_page #profile_container .text_container .user_name,body.your_space_users_show #show_page #profile_container .text_container .user_name,body.your_space_users_index #show_page #profile_container .text_container .user_name
  6870. {
  6871.     margin-bottom: 30px
  6872. }
  6873.  
  6874. body.your_space_users_new #show_page #contrib_container,body.your_space_users_edit #show_page #contrib_container,body.your_space_users_show #show_page #contrib_container,body.your_space_users_index #show_page #contrib_container
  6875. {
  6876.     width: 600px;
  6877.     margin: 0 auto 30px;
  6878.     padding: 20px;
  6879.     border-radius: 5px;
  6880.     background-color: #fff;
  6881.     border: 1px solid rgba(0,0,0,0.2);
  6882.     box-shadow: 0 0 2px rgba(0,0,0,0.1)
  6883. }
  6884.  
  6885. body.your_space_users_new #edit_page #form_container,body.your_space_users_edit #edit_page #form_container,body.your_space_users_show #edit_page #form_container,body.your_space_users_index #edit_page #form_container
  6886. {
  6887.     padding: 30px;
  6888.     width: 600px;
  6889.     margin: auto;
  6890.     box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
  6891.     background-color: #c9d6e1
  6892. }
  6893.  
  6894. body.your_space_users_new #edit_page form td,body.your_space_users_edit #edit_page form td,body.your_space_users_show #edit_page form td,body.your_space_users_index #edit_page form td
  6895. {
  6896.     padding: 10px 0
  6897. }
  6898.  
  6899. body.your_space_users_new #edit_page form .label,body.your_space_users_edit #edit_page form .label,body.your_space_users_show #edit_page form .label,body.your_space_users_index #edit_page form .label
  6900. {
  6901.     vertical-align: top;
  6902.     text-align: right;
  6903.     padding-right: 16px
  6904. }
  6905.  
  6906. body.your_space_users_new #edit_page form .name,body.your_space_users_edit #edit_page form .name,body.your_space_users_show #edit_page form .name,body.your_space_users_index #edit_page form .name
  6907. {
  6908.     width: 400px;
  6909.     padding: 5px;
  6910.     border: 1px solid rgba(0,0,0,0.25);
  6911.     box-shadow: 0 0 3px rgba(0,0,0,0.2) inset
  6912. }
  6913.  
  6914. body.your_space_users_new #edit_page form .description,body.your_space_users_edit #edit_page form .description,body.your_space_users_show #edit_page form .description,body.your_space_users_index #edit_page form .description
  6915. {
  6916.     width: 400px;
  6917.     padding: 5px;
  6918.     height: 200px;
  6919.     border: 1px solid rgba(0,0,0,0.25);
  6920.     box-shadow: 0 0 3px rgba(0,0,0,0.2) inset
  6921. }
  6922.  
  6923. body.your_space_users_new #edit_page form .btn,body.your_space_users_edit #edit_page form .btn,body.your_space_users_show #edit_page form .btn,body.your_space_users_index #edit_page form .btn
  6924. {
  6925.     border-radius: 5px;
  6926.     background-color: #2980b9;
  6927.     border: none;
  6928.     font-size: 14px;
  6929.     font-weight: 300;
  6930.     line-height: 26px;
  6931.     color: #fff;
  6932.     padding: 0 10px;
  6933.     cursor: pointer
  6934. }
  6935.  
  6936. body.your_space_users_new .clear,body.your_space_users_edit .clear,body.your_space_users_show .clear,body.your_space_users_index .clear
  6937. {
  6938.     clear: both
  6939. }
Advertisement
Add Comment
Please, Sign In to add comment