Advertisement
Guest User

Solarized (Light)

a guest
Oct 30th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.84 KB | None | 0 0
  1. html, body {
  2.     background-color: #FDF6E3;
  3.     background-image: none !important;
  4.     color: #333333;
  5.     font-family: "Trebuchet MS",Trebuchet,serif;
  6. }
  7. a {
  8.     color: #000000;
  9. }
  10. a:hover {
  11.     color: #0066FF;
  12. }
  13. .adminbar {
  14.     clear:both;
  15.     float:right;
  16.     font-size: .8em;
  17. }
  18. .adminbar a {
  19.     font-weight: bold;
  20. }
  21. .logo {
  22.     clear:both;
  23.     text-align:left;
  24.     font-size:2em;
  25.     font-weight: bold;
  26.     color:#000000;
  27.     /*width:100%;*/
  28. }
  29. .replymode, .passvalid {
  30.     background: #B58900;
  31.     text-align:center;
  32.     padding:2px;
  33.     color:#2266AA;
  34.     clear: both;
  35.     font-weight: bold;
  36.     margin-bottom: .5em;
  37.     border: solid 1px #CCCCCC;
  38.     -moz-border-radius: 5px;
  39. }
  40. .catalogmode {
  41.     background: #EEE8D5;
  42.     text-align: center;
  43.     padding: 2px;
  44.     color: #599b71;
  45.     clear: both;
  46.     font-weight: bold;
  47.     margin-bottom: .5em;
  48.     border: solid 1px #CCCCCC;
  49.     -moz-border-radius: 5px;
  50. }
  51. .postarea {
  52. }
  53. .rules {
  54. font-size:0.7em;
  55. }
  56. .postblock {
  57.     background:transparent;
  58.     color:#002244;
  59.     font-weight:bold;
  60. }
  61. .footer {
  62.     text-align:center;
  63.     font-size:12px;
  64.     font-family:serif;
  65.     margin: 2em 0 0 0;
  66. }
  67. .dellist {
  68.     font-weight: bold;
  69.     text-align:center;
  70. }
  71. .delbuttons {
  72.     text-align:center;
  73.     padding-bottom:4px;
  74. }
  75. .managehead {
  76.     background:#599b71;
  77.     color:#002244;
  78.     padding:0px;
  79. }
  80. .postlists {
  81.     background:#FFFFFF;
  82.     width:100%;
  83.     padding:0px;
  84.     color:#800000;
  85. }
  86. .row1 {
  87.     background:#599b71;
  88.     color:#002244;
  89. }
  90. .row2 {
  91.     background:#CCCCCC;
  92.     color:#002244;
  93. }
  94. .unkfunc {
  95.     background:inherit;
  96.     color:#789922;
  97. }
  98. .reflink {
  99. font-size: .8em;   
  100. font-weight: bold;
  101. }
  102. .filesize {
  103.     text-decoration:none;
  104.     color: #666666;
  105.     font-size: .8em;
  106. }
  107. .filetitle {
  108.     background:inherit;
  109.     font-size:1.2em;
  110.     color:#002244;
  111.     font-weight:bold;
  112. }
  113. .postername {
  114.     color:#004A99;
  115.     font-weight:bold;
  116. }
  117. .postertrip {
  118.     color:#FF3300;
  119. }
  120. .oldpost {
  121.     color:#CC1105;
  122.     font-weight:bold;
  123. }
  124. .omittedposts {
  125.     color:#666666;
  126. }
  127. .reply {
  128.     background:#EEE8D5;
  129.     border: solid 1px #CCCCCC;
  130.     padding: 0;
  131.     margin: 0;
  132.     -moz-border-radius: 5px;
  133. }
  134. blockquote {
  135.     margin: .5em .5em .5em 1em;
  136. }
  137. blockquote p {
  138.     margin: 0;
  139.     padding: 0;
  140. }
  141. .reply blockquote {
  142.     margin: .5em !important;
  143. }
  144. .doubledash {
  145.     display: none;
  146.     vertical-align:top;
  147.     clear:both;
  148.     float:left;
  149. }
  150. .replytitle {
  151.     font-size: 1.2em;
  152.     color:#002244;
  153.     font-weight:bold;
  154. }
  155. .commentpostername {
  156.     color:#004A99;
  157.     font-weight:800;
  158. }
  159. .thumbnailmsg {
  160.     font-size: .8em;
  161.     color:#666666;
  162. }
  163. hr {
  164.     border-style: solid none none none;
  165.     border-width: 1px;
  166.     border-color: #BBBBBB;
  167. }
  168. table {
  169.     border-style: none;
  170. }
  171. table td {
  172.     border-style: none;
  173. }
  174. .nothumb {
  175.     background-color: #FFFFFF;
  176.     border-style: dotted;
  177.     margin: .3em .5em;
  178. }
  179.  
  180. .abbrev {
  181.     color:#666666;
  182. }
  183. .highlight {
  184.     background:#EEDACB;
  185.     color:#333333;
  186.     border: 2px dashed #EE6600;
  187. }
  188.  
  189. #watchedthreads {
  190.     background-color: #a4ddac !important;
  191.     border: 1px solid #CCCCCC !important;
  192.     -moz-border-radius: 5px;
  193. }
  194.  
  195. .hidethread {
  196.     background: transparent url('./icons/beige/icons.gif') -32px -16px no-repeat !important;
  197. }
  198.  
  199. .unhidethread {
  200.     background: transparent url('./icons/beige/icons.gif') -48px 0px no-repeat !important;
  201. }
  202.  
  203. .watchthread {
  204.     background: transparent url('./icons/beige/icons.gif') -32px 0px no-repeat !important;
  205. }
  206.  
  207. .expandthread {
  208.     background: transparent url('./icons/beige/icons.gif') 0px -16px no-repeat !important;
  209. }
  210.  
  211. .quickreply {
  212.     background: transparent url('./icons/beige/icons.gif') 0px 0px no-repeat !important;
  213. }
  214.  
  215. .hidewatchedthreads {
  216.     background: transparent url('./icons/beige/icons.gif') -48px -16px no-repeat !important;
  217. }
  218.  
  219. .refreshwatchedthreads {
  220.     background: transparent url('./icons/beige/icons.gif') -16px -16px no-repeat !important;
  221. }
  222.  
  223. .restorewatchedthreads {
  224.     background: transparent url('./icons/beige/icons.gif') -16px 0px no-repeat !important;
  225. }
  226. .reflinkpreview {
  227.     background-color: #a4ddac !important;
  228. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement