Advertisement
Guest User

8chan dark aoi 2 style sheet

a guest
Mar 19th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.85 KB | None | 0 0
  1. /**
  2.  * 8ch-dark-aoi-2.css
  3.  * From /hover/
  4.  */
  5. body
  6. {
  7.     background: #113;
  8.     color: #eee; /*1A1*/
  9.     font-family: sans-serif;
  10.     font-size: 12px;
  11.     animation: display-none;
  12. }
  13. .quote
  14. {
  15.     color:#a3d951
  16. }
  17. .quote_checked
  18. {
  19.  color: #001488;
  20. }
  21. h1
  22. {
  23.     font-size: 20pt;
  24.     text-align: center;
  25.     letter-spacing: 0px;
  26. }
  27. div.title, h1
  28. {
  29.     color: #3272DD;
  30.     font-family: Arial, Helvetica, sans-serif;
  31. }
  32. div.title p
  33. {
  34.     font-size: 10px;
  35. }
  36. header div.subtitle
  37. {
  38.     color: #33A;
  39. }
  40. a:link, a:visited, .intro a.email span.name
  41. {
  42.     color: #CCCCCC;
  43.     text-decoration: none;
  44.     font-family: sans-serif;
  45. }
  46. a.download_image
  47. {
  48.         color: #CCCCCC;
  49. }
  50. a:link:hover, a:visited:hover
  51. {
  52.     color: #fff;
  53.     font-family: sans-serif;
  54.     text-decoration: none;
  55.  
  56. }
  57. a.post_no
  58. {
  59.     color: #AAAAAA;
  60.     text-decoration: none;
  61. }
  62. a.post_no:hover
  63. {
  64.     color: #3272DD !important;
  65.     text-decoration: underline overline;
  66. }
  67. #post-form-outer
  68. {
  69.     padding-top:52px;
  70. }
  71. div.post.reply
  72. {
  73.     background: #336;
  74.     border: #111 1px solid;
  75.         -webkit-border-radius: 10px;
  76.         -khtml-border-radius: 10px;
  77.         -moz-border-radius: 10px;
  78.         border-radius: 10px;
  79.  
  80. }
  81. div.post.reply.highlighted
  82. {
  83.     background: #00004B;
  84.     border: transparent 1px solid;
  85. }
  86. div.post.reply div.body a:link, div.post.reply div.body a:visited
  87. {
  88.     color: #CCCCCC;
  89. }
  90. div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
  91. {
  92.     color: #3272DD;
  93. }
  94. .intro span.subject
  95. {
  96.     font-size: 12px;
  97.     font-family: sans-serif;
  98.     color: #AAA;
  99.     font-weight: 800;
  100. }
  101. .intro span.name
  102. {
  103.     color: #8292DD;
  104.     font-weight: 600;
  105. }
  106. .intro a.capcode, p.intro a.nametag
  107. {
  108.     color: magenta;
  109.     margin-left: 0;
  110. }
  111. .intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name
  112. {
  113.     color: #32afff;
  114. }
  115. pre
  116. {
  117.         background-color:#ccc;
  118. }
  119. input[type="text"], textarea, select
  120. {
  121.     background: #113;
  122.     color: #CCCCCC;
  123.     border: #666666 1px solid;
  124.     padding-left: 5px;
  125.     padding-right: -5px;
  126.     font-family: sans-serif;
  127.     font-size: 10pt;
  128. }
  129. input[type="password"]
  130. {
  131.     background: #113;
  132.     color: #CCCCCC;
  133.     border: #666666 1px solid;
  134. }
  135. form table tr th
  136. {
  137.     background: #114;
  138.     color: #8090D0;
  139.     font-weight: 800;
  140.     text-align: left;
  141.     padding: 0;
  142. }
  143. div.banner
  144. {
  145.     background: #113;
  146.     border-top: #339 1px solid;
  147.     border-bottom: #339 1px solid;
  148.     color: #999;
  149.     text-align: center;
  150.     padding: 4px;
  151.     padding-left: 12px;
  152.     padding-right: 12px;
  153.     margin-left: auto;
  154.     margin-right: auto;
  155.     margin-bottom: 36px;
  156.     font-size: 12px;
  157. }
  158. div.banner a
  159. {
  160.     color:#AAA;
  161. }
  162. input[type="submit"]
  163. {
  164.     background: #333333;
  165.     border: #888888 1px solid;
  166.     color: #CCCCCC;
  167. }
  168. input[type="submit"]:hover
  169. {
  170.     background: #555555;
  171.     border: #888888 1px solid;
  172.     color: #3272DD;
  173. }
  174. input[type="text"]:focus
  175. {
  176.     border:#aaa 1px solid;
  177. }
  178. div.blotter
  179. {
  180.     font-size: 13px;
  181.     color: #999;
  182. }
  183. p.fileinfo a:hover
  184. {
  185.     text-decoration: underline;
  186. }
  187. span.trip
  188. {
  189.     color: #AAAAAA;
  190. }
  191. div.pages
  192. {
  193.     color: #AAAAAA;
  194.     background: #00004B;
  195.     border: #339 1px solid;
  196.     font-family: sans-serif;
  197.     font-size: 10pt;
  198. }
  199. div.pages a.selected
  200. {
  201.     color: #CCCCCC;
  202. }
  203. hr
  204. {
  205.     height: 1px;
  206.     border-top: #339 1px solid;
  207. }
  208. div.boardlist
  209. {
  210.     color: #339; /*999999*/
  211.     background-color: #113;
  212.     font-size: 11pt;
  213. }
  214. div.boardlist a
  215. {
  216.     color: #CCC ;
  217. }
  218. div.ban
  219. {
  220.     background-color: transparent;
  221.     border: transparent 0px solid;
  222. }
  223. div.ban h2
  224. {
  225.     background: transparent;
  226.     color: lime;
  227.     font-size: 12px;
  228. }
  229. table.modlog tr th
  230. {
  231.     background: #333333;
  232.     color: #AAAAAA;
  233. }
  234.  
  235. .desktop-style div.boardlist:not(.bottom)
  236. {  
  237.     background-color: #113;
  238. }
  239.  
  240. div.report
  241. {
  242.     color: #666666;
  243. }
  244.  
  245. /* options.js */
  246. #options_div, #alert_div
  247. {
  248.     background: #00004B;
  249. }
  250. .options_tab_icon
  251. {
  252.     color: #AAAAAA;
  253. }
  254. .options_tab_icon.active
  255. {
  256.     color: #FFFFFF;
  257. }
  258.  
  259. .options_tab h2
  260. {
  261.     color: #ddd ;
  262. }
  263.  
  264. #quick-reply table
  265. {
  266.     background: none repeat scroll 0% 0% #333 !important;
  267. }
  268.  
  269. .modlog tr:nth-child(even), .modlog th
  270. {
  271.     background-color: #282A2E;
  272. }
  273.  
  274.  
  275.  
  276. .box
  277. {
  278.     background: #333333;
  279.     border-color: #555555;
  280.     color: #C5C8C6;
  281.     border-radius: 10px;
  282. }
  283. .box-title
  284. {
  285.     background: transparent;
  286.     color: #3272DD;
  287. }
  288.  
  289. table thead th
  290. {
  291.     background: #333333;
  292.     border-color: #555555;
  293.     color: #C5C8C6;
  294.     border-radius: 4px;
  295. }
  296. table tbody tr:nth-of-type( even )
  297. {
  298.     background-color: #333333;
  299. }
  300.  
  301. table.board-list-table .board-uri .board-sfw
  302. {
  303.     color: #CCCCCC;
  304. }
  305. tbody.board-list-omitted td
  306. {
  307.     background: #333333;
  308.     border-color: #555555;
  309. }
  310.  
  311. table.board-list-table .board-tags .board-cell:hover
  312. {
  313.     background: #1e1e1e;
  314. }
  315. table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell
  316. {
  317.     background: #333333;
  318. }
  319.  
  320. /*Modification of frontpage*/
  321. section.description
  322. {
  323.   background: rgb(51, 51, 51)!important;
  324. }
  325.  
  326. li.col-12
  327. {
  328.   background-color: #282a2e ;
  329. }
  330.  
  331. li.col-12:nth-child(odd) { background: #1d1f21!important; }
  332.  
  333. ul.box-content
  334. {
  335.   margin: 0px 0!important;
  336. }
  337.  
  338. a.hash_unix, a.hash_unix:visited, a.download_file_8ch, a.download_file_8ch:visited
  339. {
  340.     color: #CCCCCC;
  341. }
  342.  
  343. /*09/28/2017*/
  344. div.ban
  345. {
  346.  background: #1e1e1e!important;
  347.  border: 1px solid #555555;
  348.  color: #C5C8C6;
  349.  border-radius: 10px;
  350. }
  351.  
  352. div.ban h2
  353. {
  354.  background: #333;
  355.  color: #3272DD;
  356. }
  357.  
  358. img.banner, img.board_image
  359. {
  360.     margin: 20px auto 0 auto;
  361. }
  362.  
  363. #filter-list tr:nth-child(even) {background-color:#282a2e!important;}
  364.  
  365. #s-bottom-ad {
  366.     width: 300px; /*300*/
  367.     height: 250px; /*250*/
  368.     margin-left: 305px;
  369.     margin-top: 35px;
  370.     margin-bottom: 30px;
  371. }
  372.  
  373. span.heading
  374. {
  375.     color: #33C;
  376. }
  377. span.sage
  378. {
  379.     color:#33C;
  380. }
  381. .intro span.capcode, p.intro a.capcode, p.intro a.nametag
  382. {
  383.     color:#CCC;
  384.     font-weight:bold;
  385.     text-shadow: black 2px 2px 2px, black -2px -2px 2px, black -2px 2px 2px, black 2px -2px 2px;
  386. }
  387. .required-star
  388. {
  389.     color: #55E;
  390. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement