Advertisement
TeslaCoilGirl

Astrobooru.css 2

Oct 18th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.32 KB | None | 0 0
  1. * {
  2.   font-family: courier;
  3.   margin: 0;
  4.   padding: 0;
  5. }
  6.  
  7.  
  8.  
  9. body {
  10.   font: 80% courier;
  11.   background-color: #001133;
  12.   padding: 1em 2em;
  13.   color: #bbefff;
  14.   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001133+0,001155+49,001144+55,001133+100 */
  15. background: -moz-linear-gradient(left,  #001133 0%, #001155 49%, #001144 55%, #001133 100%), no-repeat; /* FF3.6+ */
  16. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#001133), color-stop(49%,#001155), color-stop(55%,#001144), color-stop(100%,#001133)), no-repeat; /* Chrome,Safari4+ */
  17. background: -webkit-linear-gradient(left,  #001133 0%,#001155 49%,#001144 55%,#001133 100%), no-repeat; /* Chrome10+,Safari5.1+ */
  18. background: -o-linear-gradient(left,  #001133 0%,#001155 49%,#001144 55%,#001133 100%), no-repeat; /* Opera 11.10+ */
  19. background: -ms-linear-gradient(left,  #001133 0%,#001155 49%,#001144 55%,#001133 100%), no-repeat; /* IE10+ */
  20. background: linear-gradient(to right,  #001133 0%,#001155 49%,#001144 55%,#001133 100%), no-repeat; /* W3C */
  21. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001133', endColorstr='#001133',GradientType=1 ), no-repeat; /* IE6-9 */
  22.  
  23. }
  24.  
  25. h1 {
  26.   font-size: 2em;
  27. }
  28.  
  29. h2 {
  30.   font-size: 1.8em;
  31. }
  32.  
  33. h3 {
  34.   font-size: 1.6em;
  35. }
  36.  
  37. h4 {
  38.   font-size: 1.4em;
  39. }
  40.  
  41. h5 {
  42.   font-size: 1.2em;
  43. }
  44.  
  45. h6 {
  46.   font-size: 1em;
  47. }
  48.  
  49. img {
  50.   border: none;
  51.   vertical-align: middle;
  52. }
  53.  
  54. input {
  55.   padding: 0 0.5em;
  56. }
  57.  
  58. a:link {
  59.   color: #FFF;
  60.   text-decoration: none;
  61. }
  62.  
  63. a:visited {
  64.   color: #DDD;
  65.   text-decoration: none;
  66. }
  67.  
  68. a:hover {
  69.   color: #EEE;
  70.   text-decoration: none;
  71. }
  72.  
  73. a:active {
  74.   color: #FFF;
  75.   text-decoration: none;
  76. }
  77.  
  78. a.spoilers {
  79.   color: white;
  80.   background: white;
  81.   cursor: text;
  82. }
  83.  
  84. a.spoilers:hover {
  85.   color: white;
  86.   background: #FFF;
  87. }
  88.  
  89. a.help {
  90.   background: #E6E6E6;
  91. }
  92.  
  93. .link {
  94.   color: #FFF;
  95.   background: none;
  96.   border: none;
  97.   font-size: 1em;
  98.   cursor: pointer;
  99. }
  100.  
  101. .link:hover {
  102.   color: #EEE;
  103. }
  104.  
  105. label {
  106.   font-weight: bold;
  107.   padding-right: 2em;
  108. }
  109.  
  110. strong.divider {
  111.   font-weight: bold;
  112.   color: gray;
  113. }
  114.  
  115. span.author {
  116.   color: #CCC;
  117. }
  118.  
  119. span.date {
  120.   color: #CCC;
  121. }
  122.  
  123. span.locked-topic {
  124.   color: #999;
  125. }
  126.  
  127. th {
  128.   font-weight: bold;
  129.   text-align: left;
  130.   background-color: #006ffa;
  131.   color: white;
  132.   padding: 0.2em 0.5em;
  133.   white-space: nowrap;
  134. }
  135.  
  136. th a, th a:link, th a:visited {
  137.   color: rgb(250, 250, 255);
  138. }
  139.  
  140. tr.padded th {
  141.   padding: 0 1em;
  142. }
  143.  
  144. table.highlightable > tbody > tr:hover {
  145.   background: #667084;
  146. }
  147.  
  148. tr.even {
  149.   background: #ffffff;
  150. }
  151.  
  152. tr.odd {
  153.   background: #f0f0f0;
  154. }
  155.  
  156. tr.pending-tag {
  157.   background: #dcf6dc;
  158. }
  159.  
  160. td {
  161.   padding: 1px 4px; vertical-align: top;
  162. }
  163.  
  164. fieldset {
  165.   border: 1px dashed gray;
  166.   margin-bottom: 1em;
  167.   padding: 0.5em 1em;
  168.   width: 50%;
  169. }
  170.  
  171. legend {
  172.   letter-spacing: 0.5em;
  173. }
  174.  
  175. code {
  176.   font-family: monospace;
  177.   font-size: 1.2em;
  178. }
  179.  
  180. table {
  181.   margin-bottom: 2em;
  182. }
  183.  
  184. textarea {
  185.   font-family: monospace;
  186.   font-size: 1.2em;
  187.   width: 400px;
  188.   height: 100px;
  189. }
  190.  
  191. ol {
  192.   margin-left: 1em;
  193. }
  194.  
  195. ul {
  196.   margin-bottom: 1em;
  197. }
  198.  
  199. li {
  200.   margin-left: 1em;
  201. }
  202.  
  203. p {
  204.   margin-bottom: 1em;
  205. }
  206.  
  207. h5 a:link {
  208.   color: white;
  209. }
  210.  
  211. h5 a:visited {
  212.   color: white;
  213. }
  214.  
  215. h5 a:hover {
  216.   color: #EEE;
  217. }
  218.  
  219. .space {
  220.   margin-bottom: 1em;
  221. }
  222.  
  223. div#header {
  224.   margin-bottom: 1em;
  225. }
  226.  
  227. div#content {
  228.  
  229. }
  230.  
  231. div#footer {
  232.   margin-top: 1em;
  233.   text-align: center;
  234.   font-size: 120%;
  235.   color: #CCC;
  236.   clear: both;
  237. }
  238.  
  239. div.sidebar {
  240.   width: 20%;
  241.   margin-right: 1em;
  242.   float: left;
  243.   overflow: hidden;
  244. }
  245.  
  246. div.sidebar li {
  247.   list-style-type: none;
  248.   margin: 0;
  249. }
  250.  
  251. div.content {
  252.   float: left;
  253.   width: 78%;
  254. }
  255.  
  256. div.option {
  257.   clear: both;
  258.   margin-bottom: 0.5em;
  259. }
  260.  
  261. div.option p {
  262.   width: 15em;
  263.   font-size: 90%;
  264. }
  265.  
  266. label.block {
  267.   float: left;
  268.   width: 15em;
  269.   padding-right: 1em;
  270. }
  271.  
  272. span.informational {
  273.   cursor: help;
  274. }
  275.  
  276. img.preview {
  277.   margin: auto;
  278. }
  279.  
  280. span.thumb {
  281.   height: 180px;
  282.   width: 180px;
  283.   display: inline-block;
  284.   float: left;
  285.   text-align: center;
  286.   vertical-align: middle;
  287. }
  288.  
  289. .hidden-comment {
  290.   background-color: #CCC;
  291. }
  292.  
  293. .ignored-comment {
  294.   background-color: #FEE;
  295. }
  296.  
  297. .good-comment {
  298.   background-color: #EFE;
  299. }
  300.  
  301. .ignored-post {
  302.   background-color: #FEE;
  303. }
  304.  
  305.  
  306. span.comment-info {
  307.   font-size: 120%;
  308. }
  309.  
  310. span.comment-info a {
  311.   color: #AAA;
  312. }
  313.  
  314. span.comment-info a:hover {
  315.   color: #EEE;
  316. }
  317.  
  318. a.comment-link:link, a.comment-link:visited {
  319.   color: white;
  320.   font-weight: bold;
  321. }
  322.  
  323. a.resp-link {
  324.   font-weight: bold;
  325. }
  326.  
  327. span.post-count {
  328.   color: #AAA;
  329. }
  330.  
  331. ul.flat-list {
  332.   display: inline;
  333. }
  334.  
  335. ul.flat-list * {
  336.   display: inline;
  337. }
  338.  
  339. ul.flat-list li {
  340.   list-style-type: none;
  341.   font-weight: bold;
  342.   margin: 0 1em 0 0;
  343. }
  344.  
  345. ul.flat-list li a {
  346.   font-weight: normal;
  347. }
  348.  
  349. ul.flat-list li a.forum-update {
  350.   font-weight: bold;
  351. }
  352.  
  353. ul.link-page {
  354.     font-size: 1.2em;
  355.     font-weight: bold;
  356. }
  357.  
  358. ul.link-page > li {
  359.     margin: 0;
  360.     padding: 0;
  361.     list-style-type: none;
  362. }
  363.  
  364. li#notice {
  365.   color: red;
  366.   font-weight: bold;
  367. }
  368.  
  369. form.button-to input {
  370.   border: none;
  371.   color: #FFF;
  372.   background: none;
  373.   cursor: pointer;
  374.   font-size: 1em;
  375.   font-weight: normal;
  376. }
  377.  
  378. form.button-to input:hover {
  379.   color: #EEE;
  380. }
  381.  
  382. div#paginator {
  383.   display: block;
  384.   padding: 2em 0 1em 0;
  385.   font-size: 1em;
  386.   text-align: center;
  387.   font-weight: bold;
  388.   clear: both;
  389. }
  390.  
  391. div#paginator span {
  392.   margin: 0 3px;
  393.   padding: 2px 6px;
  394. }
  395.  
  396. div#paginator a {
  397.   margin: 0 3px;
  398.   padding: 2px 6px;
  399.   font-weight: normal;
  400.   border: 1px solid #EAEAEA;
  401. }
  402.  
  403. div#paginator a.current {
  404.   border: 1px solid #AAA;
  405. }
  406.  
  407. div#paginator a:hover {
  408.   background: rgb(60, 60, 220);
  409.   color: white;
  410. }
  411.  
  412. div#paginator a.arrow {
  413.   border: none;
  414. }
  415.  
  416. div#paginator a.arrow:hover {
  417.   background: white;
  418.   color: #EEE;
  419. }
  420.  
  421. div#static-index {
  422.   text-align: center;
  423. }
  424.  
  425. div#static-index div#links a {
  426.   margin: 0 0.5em;
  427. }
  428.  
  429. div#static-more li {
  430.   list-style-type: none;
  431.   margin: 0;
  432. }
  433.  
  434. div#static-more div {
  435.   float: left;
  436.   width: 25%;
  437. }
  438.  
  439. div#static-more ul {
  440.   margin-top: 2em;
  441. }
  442.  
  443. div#user-stats li {
  444.   list-style-type: none;
  445.   margin: 0;
  446. }
  447.  
  448. div#user-stats div {
  449.   float: left;
  450.   width: 30%;
  451. }
  452.  
  453. div#user-stats ul {
  454.   margin-top: 2em;
  455. }
  456.  
  457. div.comment-quote {
  458.   padding: 0 1em;
  459.   margin: 0;
  460.   background: #3a3a3a;
  461. }
  462. div.quote {
  463.   margin-top: 10px;
  464.   padding: 12px;
  465.   text-align: justify;
  466.   font-style: italic;
  467.   background: #3a3a3a url('/counter/quote.gif') no-repeat top right;
  468.   font-size: 12px;
  469.   font-family: sans-serif, courier, tahoma;
  470.   border: 1px solid #bababa;
  471.   color: #bbefff;
  472.  
  473. }
  474.  
  475.  
  476. div.comment-quote div.comment-quote {
  477.   background: #DDD;
  478. }
  479.  
  480. div#comment-list2 li {
  481.   list-style-type: none;
  482.   margin: 0;
  483. }
  484.  
  485. div#comment-list2 ul.post-info {
  486.   font-size: 1.2em;
  487.   color: #AAA;
  488. }
  489.  
  490. div#comment-list2 h4 a {
  491.   color: #999;
  492. }
  493.  
  494. div#comment-list2 h5.post-header {
  495.   margin-bottom: 1em;
  496.   font-weight: normal;
  497.   color: #AAA;
  498. }
  499.  
  500. div#comment-list2 h5 a {
  501.   color: #999;
  502. }
  503.  
  504. div#comment-list2 h5 a:hover {
  505.   color: #EEE;
  506. }
  507.  
  508. div#comment-list2 div.col1 {
  509.   width: 200px;
  510.   float: left;
  511.   text-align: center;
  512. }
  513.  
  514. div#comment-list2 div.col2 {
  515.   width: 500px;
  516.   padding-right: 1em;
  517.   float: left;
  518. }
  519.  
  520. div#comment-list2 div.col3 {
  521.   width: 200px;
  522.   float: left;
  523. }
  524.  
  525. div#comment-list2 div.comment {
  526.   margin-bottom: 1em;
  527. }
  528.  
  529. div#comment-list2 h4.comment-header {
  530.   font-weight: normal;
  531.   color: #AAA;
  532. }
  533.  
  534. div#comment-list2 img.preview {
  535.   display: block;
  536.   margin: auto;
  537. }
  538.  
  539. div#comment-list2 div.post {
  540.   margin: 0 2em 0 0;
  541.   padding: 2em 1em;
  542.   float: left;
  543.   clear: both;
  544.   width: 100%;
  545. }
  546.  
  547. div#post-list div.upload input {
  548.   margin-right: 1em;
  549. }
  550.  
  551. div#post-view img.data {
  552.   margin-right: 5em;
  553. }
  554.  
  555. div#post-view div#related0 img {
  556.   padding: 0;
  557. }
  558.  
  559. div#post-view div#note-container {
  560.   position: absolute;
  561. }
  562.  
  563. div#post-view div.note-box {
  564.   position: absolute;
  565.   border: 1px solid white;
  566.   width: 150px;
  567.   height: 150px;
  568.   cursor: move;
  569.   background: #FFE;
  570.   overflow: auto;
  571.   opacity:0.5;
  572.  
  573.   /* for IE */
  574.   filter:alpha(opacity=50);
  575.   /* for Mozilla */
  576.   -moz-opacity:0.5;
  577. }
  578.  
  579. div#post-view div.note-corner {
  580.   background: white;
  581.   width: 7px;
  582.   height: 7px;
  583.   position: absolute;
  584.   bottom: 0;
  585.   right: 0;
  586.   cursor: se-resize;
  587. }
  588.  
  589. div#post-view div.note-body {
  590.   background: #FFE;
  591.   border: 1px solid white;
  592.   display: none;
  593.   width: 140px;
  594.   height: 100px;
  595.   position: absolute;
  596.   padding: 5px;
  597.   cursor: pointer;
  598.   overflow: auto;
  599. }
  600.  
  601. tn {
  602.  
  603.   font-size: 0.8em;
  604.   color: gray;
  605. }
  606.  
  607. div#post-view div#edit-box textarea {
  608.   width: 90%;
  609. }
  610.  
  611. div#post-view div#edit-box {
  612.   position: absolute;
  613.   z-index: 100;
  614.   background: #FFE;
  615.   border: 1px solid white;
  616.   padding: 1em;
  617. }
  618.  
  619. div#post-view p {
  620.   margin: 0;
  621. }
  622.  
  623. div#post-view span.radio {
  624.   margin-right: 1em;
  625. }
  626.  
  627. div#post-view div.comment {
  628.   margin-bottom: 1em;
  629. }
  630.  
  631. div#post-remove * {
  632.   display: inline;
  633. }
  634.  
  635. div#post-remove img {
  636.   margin: 1em 0;
  637.   display: block;
  638. }
  639.  
  640. div#tag-list {
  641.   text-align: center;
  642.   margin-bottom: 2em;
  643. }
  644.  
  645. div#tag-list div.space a {
  646.   padding-right: 5px;
  647. }
  648.  
  649.  
  650. div#alpha-paginator {
  651.   text-align: center;
  652. }
  653.  
  654. div#alpha-paginator a {
  655.   margin: 0.2em;
  656. }
  657.  
  658. div#wiki-view {
  659.   line-height: 2em;
  660.   width: 50em;
  661.   text-align: left;
  662. }
  663.  
  664. h2.wiki-title {
  665.   color: #EFEFEF;
  666.   margin-bottom: 0.25em;
  667. }
  668.  
  669. span.old-version {
  670.   color: gray;
  671. }
  672.  
  673. p.linked-from {
  674.   color: gray;
  675.   font-style: italic;
  676. }
  677.  
  678. div.diff {
  679.   font-family: monospace;
  680.   font-size: 1.2em;
  681.   margin-top: 1em;
  682. }
  683.  
  684. del {
  685.   font-family: monospace;
  686.   background-color: #f88;
  687.   text-decoration: line-through;
  688. }
  689.  
  690. ins {
  691.   font-family: monospace;
  692.   background-color: #8f8;
  693. }
  694.  
  695. div#admin-edit-user option {
  696.   width: 15em;
  697. }
  698.  
  699. div#upload-list td {
  700.   padding: 0 1em;
  701. }
  702.  
  703. div#user-index {
  704.   width: 40em;
  705. }
  706.  
  707. div#user-list {
  708.   width: 40em;
  709. }
  710.  
  711. div#user-list table {
  712.   width: 100%;
  713. }
  714.  
  715. div#post-add {
  716. }
  717.  
  718. div#post-add table div {
  719.   width: 36em;
  720. }
  721.  
  722. div#post-add div#mytags a,
  723. div#post-add div#recent a,
  724. div#post-add div#related a {
  725.   margin-right: 15px;
  726. }
  727.  
  728. div#post-add label {
  729.   padding: 0;
  730.   margin: 0;
  731. }
  732.  
  733. div#post-popular {
  734.   text-align: center;
  735. }
  736.  
  737. div#post-popular * {
  738.   margin: auto;
  739. }
  740.  
  741. div#post-popular h1 {
  742.   margin-bottom: 1em;
  743. }
  744.  
  745. div#post-tag-history li {
  746.   list-style-type: none;
  747.   margin: 0;
  748. }
  749.  
  750. div#amb-content {
  751.   font-size: 1.2em;
  752.   font-style: italic;
  753. }
  754.  
  755. ul.tag-explore {
  756.   margin: 0;
  757. }
  758.  
  759. ul.tag-explore li {
  760.   list-style-type: none;
  761.   margin: 0 0 0 1em;
  762. }
  763.  
  764. div#tag-explore img {
  765.   margin: 1em;
  766. }
  767.  
  768. span.artist-tag {
  769.   color: #f00;
  770. }
  771.  
  772. span.character-tag {
  773.   color: #0a0;
  774. }
  775.  
  776. span.copyright-tag {
  777.   color: #a0a;
  778. }
  779.  
  780. tr.footer > td {
  781.   padding-top: 1em;
  782. }
  783.  
  784. div#artist td {
  785.   white-space: nowrap;
  786. }
  787.  
  788. div#artist > div#search-form {
  789.   margin-bottom: 2em;
  790. }
  791.  
  792. div#forum > table {
  793.   width: 100%;
  794. }
  795.  
  796. div#forum > table td,
  797. div#forum > table th {
  798.   text-align: center;
  799. }
  800.  
  801. div#forum > table td:first-child,
  802. div#forum > table th:first-child {
  803.   text-align: left;
  804. }
  805.  
  806. div#forum > div.post {
  807.   margin-bottom: 2em;
  808.   float: left;
  809.   clear: left;
  810. }
  811.  
  812. div#forum > div.post div.author {
  813.   float: left;
  814.   width: 15em;
  815.   padding-right: 1em;
  816. }
  817.  
  818. div#forum > div.post div.author h6.author {
  819.   font-size: 1.3em;
  820. }
  821.  
  822. div#forum > div.post div.post-content {
  823.   padding-left: 2em;
  824.   float: left;
  825.   min-height: 4em;
  826. }
  827.  
  828. div#forum > div.post div.footer {
  829.   margin-top: 1em;
  830.   color: #CCC;
  831. }
  832.  
  833. div#forum > div.post div.footer a {
  834.   color: #666;
  835. }
  836.  
  837. div#forum > div.post div.body {
  838.   width: 40em;
  839. }
  840. div.response-list > div.post {
  841.   float: left;
  842.   clear: left;
  843.   margin-bottom: 2em;
  844. }
  845.  
  846. div.response-list > div.post > div.author {
  847.   float: left;
  848.   width: 15em;
  849.   padding-right: 1em;
  850. }
  851.  
  852. div.response-list > div.post > div.author > h6 {
  853.   font-size: 1.3em;
  854. }
  855.  
  856. div.response-list > div.post > div.content {
  857.   float: left;
  858.   width: 30em;
  859.   padding: 0 0 0 10px;
  860.   margin: 0;
  861. }
  862.  
  863. div.response-list > div.post > div.content > div.footer {
  864.   margin-top: 1em;
  865.   color: #CCC;
  866. }
  867.  
  868. div.response-list > div.post > div.content > div.footer a {
  869.   color: #666;
  870. }
  871.  
  872. div#invite > div#new {
  873. }
  874.  
  875. div#invite > div#current {
  876.   margin-top: 2em;
  877. }
  878.  
  879. span.blocked-post {
  880.   display: block;
  881.   float: left;
  882.   text-align: center;
  883.   width: 150px;
  884.   height: 150px;
  885.   margin: 15px;
  886. }
  887.  
  888. p.tn {
  889.   font-size: smaller;
  890.   color: gray;
  891. }
  892.  
  893. ul.news li {
  894.   margin-bottom: 0.5em;
  895. }
  896.  
  897. div.help {
  898.   width: 40em;
  899.   margin-top: 2em;
  900. }
  901.  
  902. div.help div.section {
  903.   margin-bottom: 4em;
  904. }
  905.  
  906. div.help div.section div.section {
  907.   margin-bottom: 2em;
  908. }
  909.  
  910. div.help h4 {
  911.   margin-bottom: 0.5em;
  912.   color: #060;
  913. }
  914.  
  915. div.help h1, div.help h2, div.help h3, div.help h4 {
  916.   margin: 0 0 0.5em 0;
  917. }
  918.  
  919. dt {
  920.   font-weight: bold;
  921. }
  922.  
  923. dt.bad {
  924.   color: red;
  925. }
  926.  
  927. dd {
  928.   margin-bottom: 1em;
  929. }
  930.  
  931. div.help div.code {
  932.   border: 1px dashed green;
  933.   margin: 1em 0;
  934.   padding: 1em 2em;
  935.   background: #EEE;
  936.   overflow: hidden;
  937.   font-family: monospace;
  938. }
  939.  
  940. a.code {
  941.   font-family: monospace;
  942. }
  943.  
  944.  
  945. .adHeadline {
  946. font: bold 12px Arial;
  947. text-decoration: underline;
  948. color: #FFF0FF;
  949. }
  950.  
  951. .adText {
  952. font: normal 12px Arial;
  953. text-decoration: none;
  954. color: #FFF;
  955. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement