Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Header + Votes */
- #header {
- background-image: url(%%projector%%);
- background-position: right 10px;
- }
- #header-img {
- margin-left: 3px;
- }
- .arrow.up { background: url(%%unvoted%%); }
- .arrow.down { background: url(%%unvoted%%); }
- .arrow.upmod { background: url(%%upvoted%%); }
- .arrow.downmod { background: url(%%downvoted%%); }
- /* End Header + Votes */
- /*Make deleted comments take up less space*/
- .deleted > .entry > .grayed { display: none; }
- .debuginfo {
- display: none;
- }
- /* subscribers and online count text */
- div.titlebox .word {
- display: none
- }
- div.titlebox .subscribers span.number:after {
- content: " moderators";
- }
- div.titlebox .users-online span.number:after {
- content: " users removing posts";
- }
Advertisement
Add Comment
Please, Sign In to add comment