Guest User

Reddit SOPA/PIPA blackout instructions

a guest
Jan 8th, 2012
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 KB | None | 0 0
  1. Replace your sidebar with this:
  2.  
  3. ### THIS SUBREDDIT HAS BEEN TEMPORARILY BLACKED OUT IN PROTEST OF SOPA AND PIPA.  PLEASE REFER TO [/R/SOPA](/r/SOPA) FOR FURTHER INFORMATION.
  4.  
  5.  
  6. Now, replace your stylesheet with:
  7.  
  8. body, div, img {
  9.     background: black !important;
  10.     visibility: hidden !important;
  11. }
  12. a, a:visited, a:hover {
  13.     color: red;
  14. }
  15. .titlebox form {
  16.     /*Hack to enable repositioning of child elements*/
  17.     position: static
  18.  }
  19.  .side h3:nth-of-type(1) {
  20.     visibility: visible;
  21.     font-size: 30pt;
  22.     position:absolute;
  23.     display: block;
  24.     top: 45%;
  25.     left: 0;
  26.     color: white;
  27.     text-align: center;
  28.     width: 100%;
  29.     height: 10%;
  30.     padding: 0;
  31.     margin: 0;
  32. }
Add Comment
Please, Sign In to add comment