Advertisement
Guest User

Dark Futaba

a guest
Jan 19th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. html,body,.list div a:hover {
  2. background:#323130;
  3. }
  4. .reply,.highlight,.news,.category {
  5. background:#302a2b;
  6. }
  7. .passvalid,.postblock,.spoiler,.spoiler:hover {
  8. background:#50462d;
  9. }
  10. .theader {
  11. background:#58200a;
  12. }
  13. .postlists {
  14. background:#999;
  15. }
  16. .header {
  17. background:#673b25;
  18. }
  19. .row1 {
  20. background:#775;
  21. }
  22. .row2 {
  23. background:#336;
  24. }
  25. .logo,.sublogo,.postblock,.reply,.spoiler:hover,.greeting,.news,.list div a,.header,.logo a,.highlight,.thumbnailmsg,.row1,.row2,.postlists,.sublogo a,html,body {
  26. color:#f77777
  27. }
  28. a {
  29. color:#8689ff;
  30. }
  31. a:hover,.filetitle,.prohibition,.adminname,.oldpost {
  32. color:#f22;
  33. }
  34. .postername,.commentpostername {
  35. color:#37c57d;
  36. }
  37. .postertrip {
  38. color:#3f9;
  39. }
  40. .spoiler {
  41. color:#50462d;
  42. }
  43. .unkfunc {
  44. color:#cdee77;
  45. }
  46. .abbrev,.omittedposts {
  47. color:#c5c5c5;
  48. }
  49. .managehead {
  50. background:#220;
  51. color:#d77777;
  52. }
  53. .nothumb {
  54. border-color:#111;
  55. background:#555;
  56. }
  57. .list {
  58. border-color:#302a2b;
  59. }
  60. hr,table[border],table[border="1"]>tbody>tr>td {
  61. border-color:#201f1e!important;
  62. border-style:double;
  63. }
  64. textarea,input {
  65. background:#000!important;
  66. color:#fff!important;
  67. border-color:#444!important;
  68. border-width:1px!important;
  69. border-style:double;
  70. }
  71. img[src*="captcha"] {
  72. filter:brightness(10);
  73. -webkit-filter:brightness(10);
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement