-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.css
37 lines (35 loc) · 1.04 KB
/
info.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
img[src="/gengifs/hwgginfo.gif"] {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Infobox_info_icon.svg/1200px-Infobox_info_icon.svg.png);
background-size: 2em;
background-repeat: no-repeat;
width: 2em;
height: 2em;
padding-left: 2em;
padding-top: 30px;
overflow: clip;
box-sizing: border-box;
}
img[src="/wtlgifs/web_info_cascade.png"] {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Infobox_info_icon.svg/1200px-Infobox_info_icon.svg.png);
background-size: 1.2em;
background-repeat: no-repeat;
width: 1.2em;
height: 1.2em;
padding-left: 1.2em;
padding-top: 1.2em;
overflow: clip;
box-sizing: border-box;
}
img[src="/wtlgifs/web_email.gif"] {
margin-left: 5px;
vertical-align: middle;
background-image: url(chrome-extension://oomgmpdljlikaoopjooacbkfcgcfpehj/page_assets/mail.gif);
background-size: 1em;
background-repeat: no-repeat;
width: 1em;
height: 1em;
padding-left: 1em;
padding-top: 1em;
overflow: clip;
box-sizing: border-box;
}