Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- ===============================================================
- HEADER AND UP/DOWNVOTES
- ===============================================================
- */
- .arrow.up { background: url(%%unvoted%%); }
- .arrow.down { background: url(%%unvoted%%); }
- .arrow.upmod { background: url(%%upvoted%%); }
- .arrow.downmod { background: url(%%downvoted%%); }
- #header {
- background-image: url(%%popcorn-header%%);
- background-position: left 10px;
- }
- .pagename.redditname a:before {
- content: "SubredditDrama" !important;
- font-size: 16px;
- /*height: 30px;*/
- }
- .pagename.redditname a {
- font-size: 0px;
- }
- /* END HEADER + VOTING STUFF */
- /*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: " dramanauts";
- }
- div.titlebox .users-online span.number:after {
- content: " talking about people munching on popcorn";
- }
- /* GRR AYY */
- .roundfield { background-color: #DBDBDB !important; }
- .linkinfo { background-color: #DBDBDB; border: 1px solid #414141; }
Advertisement
Add Comment
Please, Sign In to add comment