Advertisement
mkv

ricechan-beta-mod

mkv
May 24th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.60 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain("boards.4chan.org") {
  3.  
  4. /* some shitty modification of a shitty 4chan css
  5.  * 2012  ed <irc.rizon.net>
  6.  * better version on userstyles later
  7.  */
  8.  
  9. hr.abovePostForm,
  10. hr.abovePostForm+div,
  11. hr.abovePostForm+div+hr,
  12. script+hr,
  13. script+hr+div,
  14. script+hr+div+hr,
  15. script+hr+div+hr+a+div+hr,
  16. #delform .board+div[style],
  17. #delform .board+div[style]+hr
  18. {
  19.     display: none !important;
  20. }
  21. body {
  22.     background: none !important;
  23. }
  24. html {
  25.     background: url('file:///C:/Users/ed/desktop/giniro.png') fixed center no-repeat !important;
  26. }
  27. #boardNavDesktop {
  28.     display: none !important;
  29. }
  30. .boardBanner {
  31.     color: #888 !important;
  32.     position: absolute;
  33.     top: 1em;
  34.     right: 1em;
  35.     z-index: -1;
  36. }
  37. .boardBanner a {
  38.     color: #aaa !important;
  39.     text-decoration: none !important;
  40. }
  41. /*#postForm { MOOOOOOT */
  42. #mpostform+div+form {
  43.     position: fixed;
  44.     top: 0;
  45.     right: 0;
  46.     width: 5em;
  47.     height: 2em;
  48.     z-index: 9001;
  49.     overflow: hidden;
  50. }
  51. #mpostform+div+form:hover {
  52.     height: auto;
  53.     width: auto;
  54. }
  55. #postForm {
  56.     background: rgba(255,255,255,0.3);
  57.     border: 2px solid #444;
  58.     border-width: 0 0 2px 2px;
  59. }
  60. #postForm:hover {
  61.     border-radius: 0 0 0 12px;
  62.     padding: 1em;
  63. }
  64. #postForm * {
  65.     border: none !important;
  66. }
  67. #postForm tbody>tr>td {
  68.     color: #fff !important;
  69.     background: none !important;
  70.     font-weight: normal !important;
  71. }
  72. #postForm td:first-child+td>input:first-child,
  73. #postForm td:first-child+td>textarea:first-child {
  74.     /* I really thought this would get easier */
  75.     width: 30em !important;
  76. }
  77. #postForm tr:first-child+tr+tr input[name="sub"] {
  78.     width: 22em !important;
  79. }
  80. #postFile,
  81. #postFile * {
  82.     width: 15em !important;
  83. }
  84. #postForm label {
  85.     font-size: 1px;
  86. }
  87. #recaptcha_area *,
  88. .recaptcha_image_cell,
  89. .recaptcha_image_cell * {
  90.     height: auto !important;
  91.     border-collapse: collapse;
  92.     margin: 0 !important;
  93.     border: 0 !important;
  94.     padding: 0 !important;
  95. }
  96. #recaptcha_response_field {
  97.     width: 294px !important;
  98. }
  99. #recaptcha_switch_audio,
  100. #recaptcha_whatsthis,
  101. #recaptcha_tagline,
  102. #recaptcha_logo,
  103. #postPassword+span,
  104. ul.rules {
  105.     display: none !important;
  106. }
  107. #globalMessage {
  108.     border: 4px solid #555;
  109.     border-width: 3px 0 !important;
  110.     background: #4c4c4c;
  111.     overflow: hidden;
  112.     margin-bottom: 1em;
  113.     height: 2px;
  114. }
  115. #globalMessage a {
  116.     color: #fc0 !important;
  117. }
  118. #globalMessage:hover {
  119.     font-weight: normal !important;
  120.     padding: .5em !important;
  121.     color: #fff !important;
  122.     background: #333;
  123.     height: auto;
  124. }
  125. .postingMode {
  126.     max-width: 900px;
  127.     margin: auto;
  128.     background: #564 !important;
  129.     border: 5px solid #675;
  130.     border-width: 2px 8px;
  131.     border-radius: 32px;
  132.     color: #cdb !important;
  133.     font-weight: normal !important;
  134. }
  135. .navLinks {
  136.     display: none;
  137. }
  138. .thread {
  139.     background: rgba(0,0,0,0.4) !important;
  140.     max-width: 900px !important;
  141.     margin: 0 auto !important;
  142.     color: #fff !important;
  143.     margin-bottom: 2em !important;
  144.     padding: .5em !important;
  145.     border: 1px solid rgba(0,0,0,0.4);
  146.     border-radius: 8px;
  147. }
  148. .thread+hr {
  149.     display: none !important;
  150. }
  151. .summary {
  152.     display: block;
  153.     text-align: right;
  154.     color: rgba(255,255,255,0.6) !important;
  155.     margin-top: -3em !important;
  156.     margin-bottom: 1.5em !important;
  157. }
  158. .post {
  159.     float: none !important;
  160.     display: block !important;
  161.     position: relative !important;
  162. }
  163. .fileThumb {
  164.     margin: .3em 1em .3em .5em !important;
  165.     padding: 0 !important;
  166. }
  167. .fileThumb img {
  168.     border-radius: 4px;
  169.     margin: 0 !important;
  170. }
  171. .op .fileThumb {
  172.     margin: 0 1em .5em .1em !important;
  173. }
  174. .op .postInfo {
  175.     margin-top: -.3em !important;
  176. }
  177. .fileInfo {
  178.     position: absolute;
  179. }
  180. .op .fileInfo {
  181.     bottom: .3em;
  182.     right: -.5em;
  183. }
  184. .reply .fileInfo {
  185.     right: 0em;
  186.     top: .5em;
  187. }
  188. .sideArrows {
  189.     display: none !important;
  190. }
  191. .postContainer {
  192.     clear: both !important;
  193. }
  194. .reply {
  195.     width: 99.5% !important;
  196.     margin: 6px 0 !important;
  197.     border: none !important;
  198.     background: rgba(0,0,0,0.5) !important;
  199.     border: 1px solid rgba(255,255,255,0.1) !important;
  200.     border-radius: 4px;
  201. }
  202. .highlight {
  203.     border-top: 3px solid #9a7 !important;
  204.     border-bottom: 3px solid #9a7 !important;
  205. }
  206. .post:last-child {
  207.     margin-bottom: 0 !important;
  208. }
  209. .postInfo,
  210. .postInfo * {
  211.     color: #999 !important;
  212. }
  213. .fileInfo {
  214.     color: #aaa !important;
  215. }
  216. .fileText a {
  217.     color: #ac0 !important;
  218.     text-decoration: none !important;
  219. }
  220. .quotelink {
  221.     color: #cf0 !important;
  222.     text-decoration: none !important;
  223. }
  224. .quote {
  225.     color: #ac8 !important;
  226. }
  227. .spoiler {
  228.     color: #888 !important;
  229.     background: #4c4c4c !important;
  230.     padding: .1em .3em !important;
  231.     border-radius: 4px;
  232. }
  233. .spoiler:hover {
  234.     color: #fff !important;
  235. }
  236. .useremail[href="mailto:sage"]:before {
  237.     content: '≡ ';
  238.     font-weight: bold;
  239.     color: #fc0;
  240. }
  241. .useremail[href="mailto:sage"] .name {
  242.     text-decoration: none !important;
  243.     color: #b96 !important;
  244. }
  245. .pagelist {
  246.     background: none !important;
  247.     border: none !important;
  248.     color: #777 !important;
  249. }
  250. .pagelist a {
  251.     color: #cf0 !important;
  252. }
  253. .pagelist strong {
  254.     color: #fff !important;
  255. }
  256. #boardNavDesktopFoot {
  257.     color: #777 !important;
  258. }
  259. #boardNavDesktopFoot a {
  260.     color: #aaa !important;
  261. }
  262. .deleteform, .stylechanger {
  263.     color: #999 !important;
  264. }
  265. .ys_playAudioLink {
  266.     color: #fc0 !important;
  267.     text-decoration: none !important;
  268. }
  269. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement