Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. body:not(.subscriber) .arrow.down, body:not(.subscriber) .arrow.upmod, body:not(.subscriber) .arrow.up{
  2. display: none;
  3. }
  4.  
  5. body:not(.subscriber) #siteTable::before {
  6. content: "Do you enjoy HighSchoolDxD? Join us for discussions, news about HighSchoolDxD, and media about your favorite girl. Just hit the subscribe button on the sidebar!";
  7. display: block;
  8. background-color: #2AA262;
  9. border: 1px solid #203F0B;
  10. width: auto;
  11. margin: 12px 0px 10px 0px;
  12. padding: 4px 8px;
  13. color: #EEE;
  14. font-weight: bold;
  15. font-size: initial;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement