Advertisement
Guest User

[s4s] css v0.1

a guest
Jul 15th, 2015
791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.10 KB | None | 0 0
  1. /*
  2. [s4s] css v0.1 by Doctor Worse Than Hitler
  3. couple of things:
  4. 1. Use it with futaba or yotsuba theme (go to a worksafe board and set your theme at the bottom right of the page. Yotsuba is the default for non-worksafe boards so it works well on those without any changes)
  5. 2. email me at doctorworsethanhitler@gmail.com with suggestions or post on [s4s], but remember CSS is only for beautifying (or in this case, horribly corrupting) things. There's a big limit as to the content one can add.
  6. 3. There's a lot of unnecessary !important's because I used Stylish to make this and a by-product of Stylish is having to tag a lot of sh*t with it and I'm too fuggin lazy to remove them. this may affect other css you have.
  7. 4. Keep funposting :^)
  8. */
  9.  
  10. body {
  11.     background: url(https://i.imgur.com/xKAr3uo.png) top right fixed no-repeat;
  12.     letter-spacing: 1px;
  13.     color: yellow;
  14.     text-shadow: 1px 1px 1px blue, -1px 1px 1px blue, 1px -1px 1px blue, -1px -1px 1px blue, 1px 1px 1px blue, -1px 1px 1px blue, 1px -1px 1px blue, -1px -1px 1px blue, 1px 1px 1px blue, -1px 1px 1px blue, 1px -1px 1px blue, -1px -1px 1px blue;
  15.     /* really hacky way of getting the blue outline on the text to be strong enough */
  16.    
  17.     font-family: comic sans ms, sans;
  18.     font-weight: bold;
  19.     font-size: 12pt;
  20.     background-color: #FC9999;
  21. }
  22. .backlink a,
  23. .burichan_new .backlink a,
  24. .yotsuba_b_new .backlink a {
  25.     color: yellow !important;
  26. }
  27. div.post div.postInfo span.nameBlock span.name,
  28. span.summary,
  29. span.quote {
  30.     color: #0e2 !important;
  31. }
  32. span.quote:hover:before {
  33.     content: " (who is he quoting?) ";
  34.     position: relative;
  35.     background-color: white;
  36.     border-radius: 6px;
  37.     color: yellow;
  38.     display: inline;
  39. }
  40. #boardNavDesktop,
  41. #boardNavDesktopFoot,
  42. #boardNavDesktopFoot a,
  43. #boardNavDesktop a,
  44. #footer-links a,
  45. #footer-links a:not(:hover) {
  46.     color: yellow !important;
  47.     font-weight: bold !important;
  48.     font-size: 12pt;
  49. }
  50. #boardNavDesktop a:hover,
  51. #boardNavDesktopFoot a:hover {
  52.     color: #FF0 !important;
  53. }
  54. .postblock,
  55. table.postForm > tbody > tr > td:first-child {
  56.     color: yellow;
  57. }
  58. .dd-menu li {
  59.     border-color: #fff;
  60. }
  61. .dd-menu ul {
  62.     border-color: #faa !important;
  63.     background-color: pink;
  64. }
  65. div.reply {
  66.     background-color: #FC6C85;
  67.     border-color: #FC5577;
  68.     background-image: url(https://i.imgur.com/FZtfJdQ.jpg);
  69. }
  70.  
  71.  
  72. div.reply:hover {
  73.     background-color: #faa !important;
  74. }
  75. .reply:target {
  76.     background-color: #faa !important;
  77.     border-color: #fff !important;
  78. }
  79. a,
  80. a.replylink:not(:hover),
  81. .quoteLink,
  82. .quotelink,
  83. .deadlink,
  84. .pagejump a {
  85.     color: #FC9999 !important;
  86. }
  87. span.capcodeMod strong.capcode,
  88. span.subject {
  89.     color: white !important;
  90. }
  91.  
  92. s {
  93.     text-shadow: none;
  94. }
  95.  
  96. a:hover,
  97. a.replylink:hover,
  98. .quoteLink:hover,
  99. .quotelink:hover,
  100. .deadlink:hover,
  101. .pagejump a:hover {
  102.     color: pink !important;
  103. }
  104. #quote-preview {
  105.     background-color: #FC5577 !important;
  106.     border-color: #fc5577 !important;
  107. }
  108.  
  109. table.postForm > tbody > tr > td:first-child {
  110.     background-color: #FC9999;
  111.     border-color: fc5577
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement