Advertisement
Guest User

ylis

a guest
Apr 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1. /* Haluatko tägit pois näkyvistä?
  2.  
  3. .tag {
  4. display: none;
  5. }
  6.  
  7.  
  8. .postedbyop, .admin {
  9. display: inline;
  10. }
  11.  
  12. */
  13.  
  14.  
  15. /* Näytä kaikkien nimenä Anonyymi?
  16. .postername {
  17. display: none;
  18. }
  19.  
  20.  
  21. .tags:before {
  22. content: 'Anonyymi';
  23. color: #117442;
  24. font-weight: 600;
  25. }
  26. */
  27.  
  28.  
  29. body {
  30. background: #222222;
  31. }
  32.  
  33.  
  34. body.menu_opened #left nav {
  35. border-bottom: 1px solid #222222;
  36. }
  37.  
  38.  
  39. p.infobar a {
  40. color: #000000 !important;
  41. }
  42.  
  43.  
  44. a {
  45. color: #17a45c;
  46. }
  47.  
  48.  
  49. a:link {
  50. color: #17a45c;
  51. }
  52.  
  53.  
  54. a:visited {
  55. color: #17a45c;
  56. }
  57.  
  58.  
  59. a:hover {
  60. color: #ba1f27;
  61. }
  62.  
  63.  
  64. a[onclick] {
  65. cursor:pointer
  66. color: #ba1f27;
  67. }
  68.  
  69.  
  70. a:active {
  71. color: #17a45c;
  72. }
  73.  
  74.  
  75. .icon-share2 {
  76. display: none !important;
  77. }
  78.  
  79.  
  80. .icon-text-align-justify {
  81. display: none !important;
  82. }
  83.  
  84.  
  85. .pure-table {
  86. border: 1px solid #000;
  87. }
  88.  
  89.  
  90. .pure-table thead {
  91. background: #17a45c;
  92. }
  93.  
  94.  
  95. .pure-table td, .pure-table th {
  96. border-left: 1px solid #000;
  97. }
  98.  
  99.  
  100. .pure-table-striped tr:nth-child(2n-1) td {
  101. background-color: #000;
  102. }
  103.  
  104.  
  105. .boardheader h1 {
  106. color: #17a45c;
  107. }
  108.  
  109.  
  110. .infobar {
  111. background-color: #17a45c;
  112. border-radius: 0px;
  113. }
  114.  
  115.  
  116. .postedbyop {
  117. background-color: #17a45c;
  118. }
  119.  
  120.  
  121. .tooltip {
  122. background-color: #1c1c1c;
  123. }
  124.  
  125.  
  126. .tooltip .postuid {
  127. background-color: #333333;
  128. border: 1px solid #3a3a3a;
  129. }
  130.  
  131.  
  132. .tooltip .goldhide-info {
  133. background-color: #252525;
  134. border-top: 1px solid #17a45c;
  135. }
  136.  
  137.  
  138. .tooltip .postername {
  139. color:#ff5656;
  140. }
  141.  
  142.  
  143. .tooltip .postinfo {
  144. background-color: #252525;
  145. }
  146.  
  147.  
  148. .tooltip .replies {
  149. border-top:1px solid #3c3c3c;
  150. }
  151.  
  152.  
  153. .tooltip .post a:hover,.tooltip .replies a:hover {
  154. color: #17a45c;
  155. }
  156.  
  157.  
  158. .tooltip .filecontainer figcaption a:hover {
  159. color: #17a45c;
  160. }
  161.  
  162.  
  163. .tooltip .post a,.tooltip .replies a {
  164. color: #17a45c;
  165. }
  166.  
  167.  
  168. .linkbutton:hover {
  169. border-color: #17a45c;
  170. }
  171.  
  172.  
  173. .linkbutton {
  174. border-right: 1px solid #17a45c;
  175. border-bottom: 1px solid #17a45c;
  176. }
  177.  
  178.  
  179. .dialog {
  180. border: 1px solid #222;
  181. }
  182.  
  183.  
  184. input, select, textarea, button {
  185. background-color: #333333 !important;
  186. border-color: #404040 !important;
  187. color: #d4d4d4;
  188. }
  189.  
  190.  
  191. #notifications .notification.unread {
  192. background-color: #252525;
  193. }
  194.  
  195.  
  196. #left {
  197. background-color: #292929;
  198. }
  199.  
  200.  
  201. #left nav {
  202. border-bottom: 1px solid #333333;
  203. }
  204.  
  205.  
  206. #front .box {
  207. background: #252525;
  208. }
  209.  
  210.  
  211. #front .news .newstext {
  212. background-color: #222;
  213. }
  214.  
  215.  
  216. #front nav#front-boards a:hover {
  217. background-color: #333333;
  218. }
  219.  
  220.  
  221. #left a {
  222. color: rgb(238, 238, 238);
  223. }
  224.  
  225.  
  226. #left a:not(.logo):hover {
  227. background: #292929;
  228. }
  229.  
  230.  
  231. #right {
  232. background-color: #222;
  233. }
  234.  
  235.  
  236. #right .threads .thread .postuid {
  237. background-color: #333333;
  238. border: 1px solid #3a3a3a;
  239. }
  240.  
  241.  
  242. #right .threads .thread .edits h4 {
  243. background-color: #383838;
  244. }
  245.  
  246.  
  247. #right .threads .thread .edits .edit {
  248. border-top: 1px solid #3c3c3c;
  249. }
  250.  
  251.  
  252. #right form#post.asyncreply {
  253. background-color: #252525;
  254. }
  255.  
  256.  
  257. #right .hidden [class^="icon-"], #right .hidden [class*=" icon-"] {
  258. background-color: #17a45c;
  259. }
  260.  
  261.  
  262. #right .threads .thread .goldhide-info {
  263. border-top: 1px solid #17a45c;
  264. }
  265.  
  266.  
  267. #right .threads .thread .postinfo {
  268. background-color: #252525;
  269. }
  270.  
  271.  
  272. #right .threads .thread .post a,#right .threads .thread .replies a {
  273. color: #17a45c;
  274. }
  275.  
  276.  
  277. #right .threads .thread .post a:hover,#right .threads .thread .replies a:hover {
  278. color: #ba1f27;
  279. }
  280.  
  281.  
  282. #right .threads .thread .filecontainer figcaption a:hover {
  283. color: #ba1f27;
  284. }
  285.  
  286.  
  287. #right .threads.style-box .thread, #right .threads.style-box .hidden {
  288. border: 1px solid #17a45c;
  289. }
  290.  
  291.  
  292. #right .threads .thread .postername {
  293. color: #ff5656;
  294. }
  295.  
  296.  
  297. #right form#post .label {
  298. color: #17a45c;
  299. }
  300.  
  301.  
  302. #right form#post #postbuttons {
  303. border: 1px solid #17a45c;
  304. }
  305.  
  306.  
  307. #right form#post #postoptions {
  308. border: 1px solid #17a45c;
  309. background-color: #252525;
  310. }
  311.  
  312.  
  313. #right .threads .thread .post a, #right .threads .thread .replies a {
  314. color: #17a45c;
  315. }
  316.  
  317.  
  318. #right .navigationbar .pagination .cur {
  319. background-color: #17a45c;
  320. }
  321.  
  322.  
  323. #right .navigationbar {
  324. border-top: 1px solid #222;
  325. border-bottom: 1px solid #222;
  326. }
  327.  
  328. #right .navigationbar .pagination {
  329. border: 1px solid #333333;
  330. border-radius: 0px;
  331. }
  332.  
  333.  
  334. #front h3 {
  335. background: #17a45c;
  336. }
  337.  
  338.  
  339. #right .threads .thread .messageoptions a, #right .threads .thread .messageoptions_mobile, #right .threads .thread .icon-share2 {
  340. /* background-color: rgba(255,255,255,0.05); */
  341. background-color: #333;
  342. color: #eee;
  343. }
  344.  
  345.  
  346. #right .navigationbar .pagination {
  347. background-color: #252525;
  348. }
  349.  
  350.  
  351. #right.preferences .tag-preview-box {
  352. border: 1px solid #17a45c;
  353. }
  354.  
  355.  
  356. #right.preferences .tag-preview-box h4 {
  357. background-color: #252525;
  358. border-bottom: 1px solid #17a45c;
  359. }
  360.  
  361.  
  362. #right .threads.style-replies .thread .messageoptions {
  363. border: 0;
  364. }
  365.  
  366.  
  367. #right .threads.style-replies .post .postcontent {
  368. background-color: #1c1c1c;
  369. }
  370.  
  371.  
  372. #right .threads .thread .post {
  373. background-color: #1c1c1c;
  374. }
  375.  
  376.  
  377. #right .thread .answers .answer.highlighted {
  378. border: 5px dashed #17a45c;
  379. border-radius: 0px;
  380. }
  381.  
  382.  
  383. #right .threads .thread .answer.highlighted .postinfo {
  384. background-color: #252525;
  385. border-color: #1C1C1C;
  386. }
  387.  
  388.  
  389. #right .threads.style-box .thread .file, #right .threads.style-box .hidden .file {
  390. background-color: #252525;
  391. }
  392.  
  393.  
  394. #right .threads .thread .answer {
  395. background-color: #252525;
  396. border-bottom: 1px solid #17a45c;
  397. border-right: 1px solid #17a45c;
  398. border-radius: 0px;
  399. }
  400.  
  401.  
  402. #right .threads .thread .postinfo {
  403. background-color: #252525;
  404. border-bottom: 1px solid #1C1C1C;
  405. }
  406.  
  407.  
  408. #right.preferences form input[type="submit"] {
  409. color: #d4d4d4;
  410. }
  411.  
  412.  
  413. #right.preferences form textarea {
  414. background-color: #333333;
  415. color: #d4d4d4;
  416. border: 1px solid #404040;
  417. }
  418.  
  419.  
  420. #right.preferences form select {
  421. background-color: #333333;
  422. color: #d4d4d4;
  423. border: 1px solid #404040;
  424. }
  425.  
  426.  
  427. #right form#post #msg {
  428. border: 1px solid #17a45c;
  429. }
  430.  
  431.  
  432. #right form#post textarea, #right form#post input, #right form#post button, #right form#post select {
  433. background-color: #333333 !important;
  434. border-color: #404040 !important;
  435. }
  436.  
  437.  
  438. #right form#post textarea, #right form#post input, #right form#post :not(#postbuttons) button, #right form#post select {
  439. background-color: #333333 !important;
  440. border-color: #404040 !important;
  441. }
  442.  
  443.  
  444. #right form#post #embedtype {
  445. color: #d4d4d4;
  446. }
  447.  
  448.  
  449. #right form#post #file {
  450. color: #d4d4d4;
  451. }
  452.  
  453.  
  454. #right form#post #postbuttons button {
  455. color: #17a45c;
  456. }
  457.  
  458.  
  459. #right form#post #postbuttons, #right form#post #colorbuttons {
  460. border: 1px solid #404040;
  461. background-color: #333333;
  462. }
  463.  
  464.  
  465. #right form#post #colorbuttons {
  466. border-top: 1px solid #333333;
  467. }
  468.  
  469.  
  470. #right.preferences input[type="text"], #right.preferences input[type="password"] {
  471. border: 1px solid #404040;
  472. }
  473.  
  474.  
  475. #right .threads .thread .replies {
  476. border-top: 1px solid #3c3c3c;
  477. background-color: #1c1c1c;
  478. }
  479.  
  480.  
  481. #right .thread .answers .answer {
  482. border: 1px solid #222;
  483. }
  484.  
  485.  
  486. #right .threads .thread .answer.highlighted {
  487. background-color: #252525;
  488. border-color: #17a45c;
  489. }
  490.  
  491.  
  492. #right form#post #postbuttons #colorbuttons {
  493. border-top: 1px solid #17a45c;
  494. }
  495.  
  496.  
  497. ::-webkit-scrollbar {
  498. width: 10px;
  499. border-radius: 10px;
  500. }
  501.  
  502.  
  503. ::-webkit-scrollbar-track {
  504. background: #111;
  505. }
  506.  
  507.  
  508. ::-webkit-scrollbar-thumb {
  509. background: #117442;
  510. }
  511.  
  512.  
  513. ::-webkit-scrollbar-thumb:hover {
  514. background: #117442;
  515. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement