View difference between Paste ID: m2pYF9v3 and sHkNw8y7
SHOW: | | - or go back to the newest paste.
1
/* Header + Votes */
2
3
#header {
4
    background-image: url(%%projector%%);
5
    background-position: right 10px; 
6
}
7
8
#header-img {
9
    margin-left: 3px;
10
}
11
12-
.arrow.up { background: url(%%unvoted%%); }
12+
.midcol { visibility: hidden; margin: 0px; width: 0px; }
13-
.arrow.upmod { background: url(%%upvoted%%); }
13+
.arrow { visibility: hidden; margin-left: 0px; }
14-
.arrow.down { visibility: hidden; }
14+
.link .rank { font-size: 0px; }
15
16
/* End Header + Votes */
17
18
/*Make deleted comments take up less space*/
19
.deleted > .entry > .grayed { display: none; }
20
 
21
 
22
.debuginfo {
23
    display: none;
24
}
25
 
26
/* subscribers and online count text */
27
 
28
div.titlebox .word {
29
    display: none
30
}
31
div.titlebox .subscribers span.number:after {
32
    content: " moderators";
33
}  
34
div.titlebox .users-online span.number:after {
35
    content: " users removing posts";
36
}