View difference between Paste ID: GzT7vwUj and BM137gpj
SHOW: | | - or go back to the newest paste.
1
/* Icons */
2
#siteTable a[href^="//#"] {
3
 display: inline-block;
4
 width: 16px;
5
 height: 16px;
6
 line-height: normal;
7
 background-repeat: no-repeat;
8
 background-image: url(%%icons%%);
9
 vertical-align: middle;
10
 padding: 0;
11
 border-width: 0;
12
 background-color: transparent;
13
 cursor: default;
14
}
15
#siteTable  a[href^="//#"][href$="-big"] {
16
 width: 24px;
17
 height: 24px;
18
 line-height: 24px;
19
 background-image: url(%%icons-large%%);
20
}
21
#siteTable .comment a[href^="//#"] {
22
 display: none!important;
23
}
24
25
a[href^="//#"]{background-position: -999px -999px}
26
a[href^="//#ball"]{background-position:0 0}
27
a[href^="//#clock"]{background-position:0 -34px}
28
a[href^="//#down"]{background-position:0 -68px}
29
a[href^="//#flag"]{background-position:0 -102px}
30
a[href^="//#info"]{background-position:0 -136px}
31
a[href^="//#net"]{background-position:0 -170px}
32
a[href^="//#news"]{background-position:0 -204px}
33
a[href^="//#notes"]{background-position:0 -238px}
34
a[href^="//#red"]{background-position:0 -272px}
35
a[href^="//#stream"]{background-position:0 -306px}
36
a[href^="//#sub"]{background-position:0 -340px}
37
a[href^="//#up"]{background-position:0 -374px}
38
a[href^="//#whistle"]{background-position:0 -408px}
39-
a[href^="//#yellow"]{background-position:0 -442px}
39+
a[href^="//#yellow"]{background-position:0 -442px}
40
41
/* Video icon */
42
.md a[href*="youtube.com/watch"],
43
.md a[href*="youtu.be/"],
44
.md a[href*="vimeo.com/"],
45
.md a[href*="twitvid.com/"],
46
.md a[href*="/video/"],
47
.md a[href*="/gvideos/"] {
48
 background-image: url(%%video%%);
49
 background-repeat: no-repeat;
50
 background-position: left center;
51
 padding-left: 20px;
52
}