-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontentstyles.css
More file actions
37 lines (33 loc) · 866 Bytes
/
contentstyles.css
File metadata and controls
37 lines (33 loc) · 866 Bytes
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
div.developer-mozilla-org:not([data-hveid])::before {
background-image: url(https://developer.cdn.mozilla.net/media/img/favicon32.png);
width: 32px;
height: 32px;
content: "";
display: block;
position: absolute;
left: -25px;
}
div.developer-mozilla-org:not([data-hveid]) {
background-color: #EFF1F3;
border: 8px solid #EFF1F3;
border-left: 12px solid #EFF1F3;
border-right: 12px solid #EFF1F3;
}
div.stackoverflow-com:not([data-hveid])::before {
background-image: url(http://cdn.sstatic.net/stackoverflow/img/favicon.ico);
width: 32px;
height: 32px;
content: "";
display: block;
position: absolute;
left: -25px;
}
div.stackoverflow-com:not([data-hveid]) {
background-color: #FFF8F0;
border: 8px solid #FFF8F0;
border-left: 12px solid #FFF8F0;
border-right: 12px solid #FFF8F0;
}
div.w3schools-com {
display: none;
}