gavin19

reddit net neut

May 15th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. -Add this at the very top of your sidebar and add a couple of line breaks below it to ensure it doesn't merge with existing content.
  2.  
  3. >[Save the Internet & Stop the FCC's Plan to Kill Net Neutrality](http://www.redditblog.com/2014/05/only-you-can-protect-net-neutrality_13.html)
  4. >
  5. >[Call the FCC](https://act.freepress.net/call/internet_wheeler_nn/)[Call Congress](https://act.freepress.net/call/internet_congress_nn/)
  6. >
  7. >[Outside the US? Say No to the Internet Slow Lane](https://openmedia.org/SlowLane/)
  8.  
  9.  
  10.  
  11. -At the bottom of your stylesheet, paste
  12.  
  13. .side {
  14. margin-top: 120px;
  15. }
  16. .side .md > blockquote:first-child {
  17. position: absolute;
  18. top: 70px; /* CHANGE THIS VALUE TO DETERMINE HOW FAR FROM THE TOP OF THE PAGE THE BOX WILL BEGIN */
  19. padding: 0;
  20. border: 0;
  21. margin: 0;
  22. width: 300px;
  23. }
  24. .side .md > blockquote:first-child p {
  25. margin: 0;
  26. }
  27. .side .md > blockquote:first-child a {
  28. display: block;
  29. text-align: center;
  30. color: #fff;
  31. background: #000;
  32. font-size: 14px;
  33. font-weight: bold;
  34. }
  35. .side .md > blockquote:first-child a:hover {
  36. text-decoration: underline;
  37. }
  38. .side .md > blockquote:first-child [href*="protect-net-neutrality_13.html"] {
  39. padding: 7px 0;
  40. }
  41. .side .md > blockquote:first-child [href*="freepress"] {
  42. display: inline-block;
  43. font-size: 16px;
  44. height: 45px;
  45. line-height: 45px;
  46. color: orangered;
  47. background-color: #333;
  48. width: 149px;
  49. border-bottom: 1px dotted #999;
  50. }
  51. .side .md > blockquote:first-child [href*="freepress"] + a {
  52. border-left: 1px dotted #999;
  53. padding-left: 1px;
  54. }
  55. .side .md > blockquote:first-child [href*="freepress"]:hover {
  56. background: orangered;
  57. color: #fff;
  58. text-decoration: none;
  59. }
  60. .side .md > blockquote:first-child [href="https://openmedia.org/SlowLane/"] {
  61. font-size: 10px;
  62. font-weight: normal;
  63. line-height: 2;
  64. }
Add Comment
Please, Sign In to add comment