Pastebin launched a little side project called HostCabi.net, check it out ;-)Don't like ads? PRO users don't see any ads ;-)
Guest

CSS test

By: a guest on Jun 9th, 2013  |  syntax: None  |  size: 3.36 KB  |  hits: 36  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. .rules,
  2. .logo+hr,
  3. .logo+hr+div,
  4. .logo+hr+div+hr,
  5. hr+script+center>a,
  6. hr+script+center+hr,
  7. #recaptcha_logo,
  8. #recaptcha_tagline,
  9. table+br+hr+center>a,
  10. table+br+hr+center+hr,
  11. .postarea>form>div[style]>a[target],
  12. .doubledash {display:none !important}
  13.  
  14. * {
  15.     border: none !important;
  16.     background: none !important;
  17.     color: inherit !important;
  18. }
  19. html {
  20.     color: #555 !important;
  21.     background: #fff url('http://vargabar.com/resizablebg.jpg') fixed bottom right no-repeat
  22.     !important;
  23.  
  24. }
  25. body
  26. {
  27. background-image:url('http://fc00.deviantart.net/fs71/i/2011/114/3/4/pinkie_pie_cutie_mark_by_blackgryph0n-d3e1k3f.png');
  28. background-repeat:no-repeat;
  29.   background-size:80px 137.3px;
  30. background-position:right bottom;
  31. }
  32. #navtop {
  33.     position: absolute;
  34.     top:0;left:0;right:0;
  35.     color: #666 !important;
  36.     background: #111 !important;
  37.     border-bottom: 1px solid #282828 !important;
  38.     text-align: center;
  39.     margin: -4px;
  40.     padding: 3px;
  41. }
  42. #navtop a {
  43.     color: #9f0 !important;
  44. }
  45. hr {
  46.     border-bottom: 1px solid rgba(0,0,0,0.5) !important;
  47.     border-top: 1px solid rgba(255,255,255,0.1) !important;
  48. }
  49. a>img {
  50.     box-shadow: 0 0 6px #000;
  51.     -moz-box-shadow: 0 0 6px #000;
  52.     -webkit-box-shadow: 0 0 6px #000;
  53. }
  54. .logo b {
  55.     color: #fff !important;
  56. }
  57. .postarea {
  58.     color: #fff !important;
  59.     position: fixed;
  60.     top:0; right:0;
  61. }
  62. .postblock {
  63.     color: #999 !important;
  64. }
  65. .postarea form {
  66.     padding-left: 12px;
  67.     opacity: .1;
  68.     width: 0;
  69. }
  70. .postarea form:hover {
  71.     width: auto;
  72.     opacity: 1;
  73.     background: rgba(0,0,0,0.8) !important;
  74.     border-radius: 0 0 0 32px;
  75.     -moz-border-radius: 0 0 0 32px;
  76.     -webkit-border-radius: 0 0 0 32px;
  77.     box-shadow: 0 0 32px #000;
  78.     -moz-box-shadow: 0 0 32px #000;
  79.     -webkit-box-shadow: 0 0 32px #000;
  80. }
  81. tr>th>font {
  82.     position: fixed;
  83.     top:-2px; right:0;
  84.     font-size: 0;
  85. }
  86. tr>th>font:after {
  87.     color: #f00 !important;
  88.     content: 'REPLY';
  89.     font-size: 48px;
  90. }
  91.  
  92.  
  93.  
  94. form>table {
  95.     padding: 4px !important;
  96. }
  97. .reply, .replyhl {
  98.     background: rgba(255, 255, 255, 0.8) !important;
  99.     border: 1px solid #161616 !important;
  100.     margin: 8px !important;
  101.     box-shadow: 0 0 6px rgba(0,0,0,0.5);
  102.     -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  103.     -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
  104. }
  105. .replyhl {
  106.     border: 1px solid #9f0 !important;
  107.     border-width: 4px 0 !important;
  108. }
  109. .postername,.commentpostername {
  110.     color: #373737 !important;
  111. }
  112. .postertrip {
  113.     color: #644 !important;
  114. }
  115. blockquote {
  116.     color: #1b1b1b !important;
  117. }
  118. .quotejs {
  119.     color: #373737 !important;
  120. }
  121. .quotelink {
  122.     color: #cc5490 !important;
  123. }
  124. .unkfunc {
  125.     color: #6c6 !important;
  126. }
  127.  
  128. .commentpostername>span[style] {
  129.     color: #f0c !important;
  130.     font-size: 1.1em;
  131. }
  132. a[href="mailto:sage"] {
  133.     text-decoration: none !important;
  134. }
  135. a[href="mailto:sage"]:before {
  136.     color: #f90;
  137.     content: '「さげる」';
  138.     text-shadow: 0 -1px 1px #f00;
  139. }
  140.  
  141. .filesize span {
  142.     font-size: .01em;
  143.     letter-spacing: -5em;
  144. }
  145. .filesize span:before {
  146.     font-size: 100em;
  147.     letter-spacing: 0;
  148.     content: attr(title);
  149. }
  150. span.spoiler {
  151.     color: #aaa !important;
  152.     background: #fff !important;
  153. }
  154. span.spoiler:hover {
  155.     color: #000 !important;
  156. }
  157. br+br+b[style] {
  158.     color: #f00 !important;
  159. }