Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.52 KB | None | 0 0
  1. /*-----Board Toolbar---*/
  2.  
  3. *, html, body {
  4. font-family: Consolas !important;
  5. }
  6.  
  7.  
  8. a.selected {
  9. color: #00fb9b!important;
  10. }
  11.  
  12. input[type=submit] {
  13. border-radius: 2px;
  14. background: #393939;
  15. border: #888 1px solid;
  16. color: #f7f7f7;
  17. }
  18.  
  19. input[type=submit]:hover{
  20. color: #04ff9f;
  21. }
  22.  
  23. h2 a {
  24. color: #41cdff!important;
  25. }
  26.  
  27.  
  28. textarea#body {
  29. width: 507px!important;
  30. height: 207px!important;
  31.  
  32. }
  33.  
  34. a, a:visited, a.ytfile, a.ytfile:hover, .ytlink {
  35. text-decoration: none;
  36. color: #41cdff;
  37. }
  38.  
  39. .board_image {
  40. display:none!important;
  41. }
  42. }
  43.  
  44. .nyanban{
  45. display:none!important;
  46. }
  47. }
  48.  
  49. #quick-reply table {
  50. /* border-collapse: initial; */
  51. background: rgba(0, 0, 0, 0);
  52. border-style: solid!important;
  53. border-width: 0px;
  54. border:0px!important;
  55. margin: 0!important;
  56. width: 100%!important;
  57. padding: 2px 1px 2px 2px!important;
  58. }
  59.  
  60. div.blotter {
  61. color: #ff1a89!important;
  62. }
  63.  
  64. span.pln{
  65. color: #fff!important;
  66. }
  67.  
  68. .com {
  69. color: #c81818!important;
  70. }
  71.  
  72. .str {
  73. color: #218e21!important;
  74. }
  75.  
  76. .kwd {
  77. color: #2e2eff!important;
  78. }
  79.  
  80.  
  81. #quick-reply th {
  82. background-color: #000!important;
  83. border:0px!important;
  84. }
  85.  
  86.  
  87.  
  88. form table tr td
  89.  
  90. div.blotter {
  91. color: #ff1a89!important;
  92. }
  93.  
  94. .image_id{
  95. display: none!important;
  96. }
  97.  
  98. .ytlink {
  99. color: #41cdff!important;
  100. }
  101.  
  102. div.post.reply div.body a:hover{
  103. color: #00e2ff!important;
  104. }
  105.  
  106. span.mentioned.unimportant a:hover{
  107. color: #00e2ff!important
  108. }
  109.  
  110. .replyLink {
  111. margin-left: -20px!important;
  112. }
  113.  
  114.  
  115. div.post.reply {
  116. margin-top: 20px!important;
  117. }
  118.  
  119. div.post.reply div.body a, div.post div.body small {
  120. color: #fff;
  121. }
  122.  
  123. p.elevator {
  124. display:none!important;
  125. }
  126.  
  127. span.omitted, span.toolong {
  128. color: #fff;
  129. }
  130.  
  131. .dropzone {
  132. background-color: #000!important;
  133. }
  134.  
  135. .dropzone .file-hint {
  136. color: #14ef9b!important;
  137. }
  138.  
  139. .dropzone {
  140. color: #14e998!important;
  141. }
  142.  
  143. select {
  144. background: #000!important;
  145. }
  146.  
  147. p.intro span.name {
  148. display: none!important;
  149. }
  150.  
  151. .boardlist.first.desktop-boardlist {
  152. background: #000!important;
  153. border-color: #a9a9a900!important;
  154. }
  155.  
  156. div.favelito {
  157. content: url('https://i.imgur.com/LAVqcQN.png');
  158. display: block;
  159. margin-left: auto;
  160. margin-right: auto;
  161. padding-right: 30px! important;
  162. }
  163.  
  164.  
  165. body {
  166. background: #0D1021!important;
  167. margin: 0px 5px;
  168. padding-right: 5px;
  169. padding-left: 5px;
  170. }
  171.  
  172.  
  173. div.post.reply {
  174. min-width: auto!important;
  175.  
  176. }
  177.  
  178.  
  179. .post.reply.post-hover {
  180. background-color: #710c9f!important;
  181. border: 0px solid!important;
  182. }
  183.  
  184. #options_div,
  185. #alert_div {
  186. background-color: #000000d6!important;
  187. }
  188.  
  189. div.module,
  190. div.ban {
  191. background: #0c0c0c!important;
  192. border: 1px solid #98E!important;
  193. max-width: 750px!important;
  194. margin: 30px auto;
  195. overflow: auto;
  196. }
  197.  
  198. #banlist td:hover {
  199. background: #fff!important;
  200. }
  201.  
  202. .options_tab_icon {
  203. padding: 5px;
  204. color: white!important;
  205. }
  206.  
  207. div {
  208. width: auto;
  209. height: auto;
  210. background-color: transparent;
  211. animation-iteration-count: 0;
  212. }
  213.  
  214. .theme-catalog div.grid-size-small {
  215. background: #151a31!important;
  216. }
  217.  
  218. #alert_div {
  219. background: #151a31!important;
  220. }
  221.  
  222.  
  223. .theme-catalog div.grid-size-small:hover {
  224. background: #484f6f!important;
  225. }
  226.  
  227. ul.fav_nav a {
  228. text-decoration: none;
  229. color: #ff1a89!important;
  230. }
  231.  
  232. h2 {
  233. color: #ff1a89!important;
  234. background: none!important;
  235. */
  236. }
  237.  
  238. hr {
  239. height: 1px;
  240. border: #333333 1px solid!important;
  241. ;
  242. }
  243.  
  244. p.copyright {
  245. display: none!important;
  246. }
  247.  
  248. div.sidebar {
  249. padding-left: 5px;!important
  250. margin-left: -5px;
  251. background: #0c0e15!important;
  252. }
  253.  
  254.  
  255. .imgInfo {
  256. display: none!important;
  257. }
  258.  
  259. div.sidebar h3 {
  260. margin: 0;
  261. background: #060606!important;
  262. }
  263.  
  264. div.fav_irc h4 a {
  265. color: #41cdff;
  266. }
  267.  
  268.  
  269. div.fav_irc h4 {
  270. font-family: Verdana, Tahoma, sans-serif;
  271. margin: 0;
  272. font-size: 10px;
  273. background: none!important;
  274. */
  275. }
  276.  
  277.  
  278. a.post_no:hover {
  279. color: #0f0 !important;
  280. }
  281.  
  282. input[type=text],
  283. input[type=password],
  284. textarea {
  285. background: #13182d;
  286. border: 1px solid #374254;
  287. color: #eee;
  288. }
  289.  
  290.  
  291. div.boardlist {
  292. background-color: #0D1021 !important;
  293. color: #0D1021;
  294. }
  295.  
  296. /* Text and Icons */
  297. div.boardlist a {
  298. color: #14ef9b;
  299. }
  300.  
  301. input[type="text"],
  302. textarea,
  303. select {
  304. /* background: #333333; */
  305. color: #CCCCCC!important;
  306. border: #666666 1px solid!important;
  307. }
  308.  
  309.  
  310. div.post.reply.highlighted {
  311. background: #540b82c9!important;
  312. border: none!important;
  313. }
  314.  
  315.  
  316. .inline {
  317. margin-top: 10px;
  318. background: #540b82c9!important;
  319. border: none!important;
  320. }
  321.  
  322. /*-----Posts-----*/
  323. /* Children */
  324. div.post.reply {
  325. background-color: #1e0b38;
  326. border: 1px solid #1e0b38;
  327. min-width: 440px! important;
  328. margin-bottom: 2px;
  329. margin-left: 16px;
  330. margin-top: 2px;
  331. }
  332.  
  333. #quick-reply textarea > #body {} #upload input[type="file"],
  334. a.file.ytfile {
  335. max-width: 2140px;
  336. }
  337.  
  338. /* OP */
  339. body {
  340. background: #0D1021 none;
  341. color: #C5C8C6;
  342. }
  343.  
  344. /*----Text Colors----*/
  345. /* Chan name */
  346. h1,
  347. div.subtitle {
  348. color: #ff1a89 !important;
  349. }
  350.  
  351. /* Making a post */
  352. form table tr th {
  353. background: #0c1021;
  354. border: 1px solid #0c1021;
  355. color: #FFF;
  356. }
  357.  
  358. span.heading {
  359. color: #ff1a89!important;
  360. }
  361.  
  362. span.public_ban {
  363. color: #4eff00!important;
  364. }
  365. /* Name */
  366. p.intro span.name {
  367. color: #41cdff;
  368. }
  369.  
  370. /* Board Volunteer Name */
  371. .intro span.capcode,
  372. p.intro a.capcode,
  373. p.intro a.nametag {
  374. color: red;
  375. margin-left: 0;
  376. }
  377.  
  378. /* Main Text */
  379. body {
  380. color: #14ef9b;
  381. }
  382.  
  383. /* Subject */
  384. p.intro span.subject {
  385. color: #ff1a89;
  386. }
  387.  
  388. /* [Reply], [Show All Posts], and other various links */
  389. a:link,
  390. a:visited,
  391. p.intro a.email span.name {
  392. color: #41cdff;
  393. }
  394.  
  395. /* Greentext Meme-arrows Quoting */
  396. .quote {
  397. color: #b8d962;
  398. }
  399.  
  400. span.quote {
  401. color: #B8D962;
  402. }
  403.  
  404. /* Child links */
  405. div.post.reply div.body a {
  406. color: #00bcff;
  407. }
  408.  
  409. /* Click to Expand Info */
  410. span.omitted {
  411. color: #ff1a89;
  412. }
  413.  
  414. div.banner,
  415. div.banner a {
  416. color: #14ef9b;
  417. }
  418.  
  419.  
  420. /* Posting Mode Question */
  421. div.banner {
  422. background-color: #0D1021;
  423. }
  424.  
  425.  
  426. /*---etc---*/
  427. /* Border */
  428. hr {
  429. border-top: 1px solid #ffffff00;
  430. height: 0;
  431. clear: left;
  432. }
  433.  
  434. /* Pages */
  435. div.pages {
  436. background: #0D1021;
  437. border-color: #0D1021;
  438. }
  439. div.pages {
  440. color: #41cdff;
  441. }
  442.  
  443.  
  444. /*----Board Index---*/
  445. /* About 8chan Header */
  446. .box {
  447. background: #0D1021;
  448. border-color: #0D1021;
  449. color: #14ef9b;
  450. }
  451.  
  452. /* The Word "modes" */
  453. #boardlist span {
  454. color: #ff1a89!important;
  455. }
  456.  
  457.  
  458.  
  459. /* Boards by current popularity */
  460. .box-title {
  461. background: #0D1021;
  462. color: #ff1a89!important;
  463. }
  464.  
  465. li.col-12:nth-child(2n + 1) {
  466. background: #0D1021 !important;
  467. }
  468. li.col-12 {
  469. background-color: #0D1021;
  470. }
  471.  
  472.  
  473. /* Boards and their Active ISPs/Total posts */
  474. table thead th {
  475. background: #0D1021;
  476. border-color: #0D1021;
  477. color: #ff1a89;
  478. }
  479.  
  480. table tbody tr:nth-of-type(2n) {
  481. background-color: #0D1021;
  482. }
  483.  
  484. span.spoiler {
  485. background: #000!important;
  486. color: #000!important;
  487. }
  488.  
  489.  
  490. span.spoiler:hover {
  491. background: #000!important;
  492. color: #fff!important;
  493. }
  494.  
  495.  
  496. /* "Displaying results" */
  497. tbody.board-list-omitted td {
  498. background: #0D1021;
  499. border-color: #0D1021;
  500. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement