SHARE
TWEET

Cunradowy Css 2

a guest Jan 24th, 2016 66 Never
  1. html, body {
  2.     background:#FFFEED !important;
  3.       background-image: url('img/bghead.png'), url('https://i.imgur.com/ZONDsRV.png') !important;
  4.       background-repeat: repeat-x, no-repeat !important;
  5.       background-attachment: fixed, fixed !important;
  6.       background-position:top, right bottom !important;
  7.     color:#835B36 !important;
  8.       font-family: sans-serif !important;
  9.       font-size: 90% !important;
  10. padding-top: 15px;
  11. }
  12. body {color: rgb(0,2,0) !important;; }",
  13. a {
  14.     color:#888 !important;
  15.     text-decoration: none !important;
  16. }
  17. a:hover {
  18.     color:#000 !important;
  19. }
  20. .reflink a:hover{
  21.     font-weight: bold !important;
  22. }
  23. input, textarea {
  24. background-color: #fff !important;
  25. color: #000 !important;
  26. border: 1px solid #CCC !important;
  27. }
  28. input:focus, textarea:focus
  29. {
  30. background-color: #fff !important;
  31. }
  32. .adminbar {
  33.     text-align:right !important;
  34.     clear:both !important;
  35.     float:right !important;
  36.     font-size: 13px !important;
  37. }
  38. .navbar {
  39.     font-size: 13px !important;
  40. }
  41. header {
  42.     clear:both !important;
  43.     text-align:center !important;
  44.     font-size:1.7em !important;
  45.     color:#455736 !important;
  46.     width:100% !important;
  47. }
  48. header div.subtitle, h1 {
  49.     color:#455736 !important;
  50. }
  51. div.banner {
  52.     background:#F3DBA7 !important;
  53.     text-align:center !important;
  54.     padding:2px !important;
  55.     color:#835B36 !important;
  56.     width:100% !important;
  57.     margin: 0 !important;
  58.     font-weight: normal !important;
  59.     font-size: 90% !important;
  60. }
  61. .catalogmode {
  62.     background:#0040E0 !important;
  63.     text-align:center !important;
  64.     padding:2px !important;
  65.     color:#FFFFFF !important;
  66.     width:100% !important;
  67. }
  68. .postarea {
  69.         background:inherit !important;
  70. }
  71. .rules {
  72.     /*font-size:0.7em !important;*/
  73.     width: 468px !important;
  74.     font-size: 10px !important;
  75.     font-family: sans-serif !important;
  76. }
  77. .rules li {
  78.     margin-left: 1em !important;
  79.     /*text-indent: 0em !important;*/
  80. }
  81. form table tr th, form table th, .postblock {
  82.     background:#CDC8A3 !important;
  83.     color:#455736 !important;
  84.     /* font-weight:800 !important; */
  85.     text-align: left !important;
  86.     padding-left: 3px !important;
  87.     padding-right: 3px !important;
  88.     border: none !important;
  89.     shadowban: none !important;
  90. }
  91. .footer {
  92.     text-align:center !important;
  93.     font-size:12px !important;
  94.     font-family:serif !important;
  95. }
  96. .passvalid {
  97.     background:#F3DBA7 !important;
  98.     text-align:center !important;
  99.     width:100% !important;
  100.     color:#ffffff !important;
  101. }
  102. .dellist {
  103.     font-weight: bold !important;
  104.     text-align:center !important;
  105. }
  106. .delbuttons {
  107.     text-align:center !important;
  108.     padding-bottom:4px !important;
  109.  
  110. }
  111. .managehead {
  112.     background:#AAAA66 !important;
  113.     color:#400000 !important;
  114.     padding:0px !important;
  115. }
  116. .postlists {
  117.     background:#FFFFFF !important;
  118.     width:100% !important;
  119.     padding:0px !important;
  120.     color:#FFF !important;
  121. }
  122. .row1 {
  123.     background:#EEEECC !important;
  124.     color:#FFF !important;
  125. }
  126. .row2 {
  127.     background:#DDDDAA !important;
  128.     color:#FFF !important;
  129. }
  130. .unkfunc {
  131.     background:inherit !important;
  132.     color:#789922 !important;
  133. }
  134. .filesize {
  135.     text-decoration:none !important;
  136. }
  137. .filetitle {
  138.     background:inherit !important;
  139.     font-size:1.2em !important;
  140.     color:#6D9E55 !important;
  141.     font-weight:800 !important;
  142. }
  143. .postername {
  144.     color:#117743 !important;
  145.     font-weight:bold !important;
  146. }
  147. .postertrip {
  148.     color:#117743 !important;
  149. }
  150. .oldpost {
  151.     color:#6D9E55 !important;
  152.     font-weight:800 !important;
  153. }
  154. .omittedposts {
  155.     color:#707070 !important;
  156. }
  157.  
  158. .reply {
  159.     background: rgba(0, 100, 0, 0.3);
  160.     color: #006400 !important;
  161.     -moz-border-radius: 5px !important;
  162.     -webkit-border-radius: 5px !important;
  163.     border-radius: 5px !important;
  164.     padding: 5px !important;
  165.     border-style: none !important;
  166.  
  167. }
  168. .post-hover {
  169.     background: rgba(241,219,165,1) !important;
  170.     border-style: none !important;
  171.     border: 1px dashed #000000 !important;
  172. }
  173. .replyhl {
  174.     background: #F0C0B0 !important;
  175.     color: #FFF !important;
  176. }
  177. .doubledash {
  178.     vertical-align:top !important;
  179.     clear:both !important;
  180.     float:left !important;
  181. }
  182. .replytitle {
  183.     font-size: 1.0em !important;
  184.     color:#6D9E55 !important;
  185.     font-weight:800 !important;
  186. }
  187. .commentpostername {
  188.     color:#117743 !important;
  189.     font-weight:800 !important;
  190. }
  191. .thumbnailmsg {
  192.     font-size: small !important;
  193.     color:#FFF !important;
  194. }
  195. .abbrev {
  196.     color:#707070 !important;
  197. }
  198. .highlighted {
  199.     background:#F3DBA7 !important;
  200.     color:#707070 !important;
  201.     border: 2px dashed #707070 !important;
  202. }
  203. #watchedthreads {
  204.     background-color: #F3DBa7 !important;
  205. }
  206.  
  207. .hidethread {
  208.     background: transparent url('./icons/blueplus/icons.gif') -32px -16px no-repeat !important;
  209. }
  210.  
  211. .unhidethread {
  212.     background: transparent url('./icons/blueplus/icons.gif') -48px 0px no-repeat !important;
  213. }
  214.  
  215. .watchthread {
  216.     background: transparent url('./icons/blueplus/icons.gif') -32px 0px no-repeat !important;
  217. }
  218.  
  219. .expandthread {
  220.     background: transparent url('./icons/blueplus/icons.gif') 0px -16px no-repeat !important;
  221. }
  222.  
  223. .quickreply {
  224.     background: transparent url('./icons/blueplus/icons.gif') 0px 0px no-repeat !important;
  225. }
  226.  
  227. .hidewatchedthreads {
  228.     background: transparent url('./icons/blueplus/icons.gif') -48px -16px no-repeat !important;
  229. }
  230.  
  231. .refreshwatchedthreads {
  232.     background: transparent url('./icons/blueplus/icons.gif') -16px -16px no-repeat !important;
  233. }
  234.  
  235. .restorewatchedthreads {
  236.     background: transparent url('./icons/blueplus/icons.gif') -16px 0px no-repeat !important;
  237. }
  238. .reflinkpreview {
  239.     background-color: #F3DBA7 !important;
  240. }
  241. div.pages {
  242. background: none;
  243. border-right: none;
  244. border-bottom: none;
  245. display: inline;
  246. padding: 4px;
  247. border: 4px double #000;
  248. border-collapse: separate;
  249. border-spacing: 2px;
  250. border-color: gray;
  251. color: #835B36 !important;
  252. }
  253. hr {
  254. border-top: 1px solid #835B36 !important;
  255. }
  256. .desktop-style div.boardlist:nth-child(1) {
  257.     background: none repeat scroll 0 0 #FFFFFF !important;
  258. }
  259. .desktop-style div.boardlist:nth-child(1):hover {
  260.     background: none repeat scroll 0 0 #FFFFFF;
  261. }
  262.  
  263. div.post.reply {
  264. background: rgba(0, 100, 0, 0.3);
  265. color: #835B36 !important;
  266. -moz-border-radius: 5px !important;
  267. -webkit-border-radius: 5px !important;
  268. border-radius: 5px !important;
  269. padding: 5px !important;
  270. border-style: none !important;
  271. }
  272.  
  273. div.boardlist
  274. {
  275. color: #B86;
  276. position: fixed;
  277. top: -3px;
  278. background: rgba(255, 255, 238, 1);
  279. width: 100%;
  280. padding: 3px;
  281. padding-left: 15px;
  282. left: 0px;
  283. }
  284.  
  285.  
  286. div.boardlist.bottom {
  287. background: rgba(255, 255, 255, 0) !important;
  288. position: static !important;
  289. width: 50% !important;
  290. }
  291.  
  292. span.settings {
  293. position: fixed !important;
  294. z-index: 99 !important;
  295. }
RAW Paste Data
Top