forked from cripi-interface-development/dz2-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchoose.css
More file actions
55 lines (42 loc) · 1.1 KB
/
choose.css
File metadata and controls
55 lines (42 loc) · 1.1 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
img[src="/theme/ver-1603233632/images/buhonline-logo.gif"] {
background-color: red;
}
img[src*="buhonline-logo.gif"] {
background-color: red;
}
img[src$="buhonline-logo.gif"] {
background-color: red;
}
img[alt="Бухгалтерия Онлайн"] {
background-color: red;
}
img[title="Бухгалтерия Онлайн"] {
background-color: red;
}
div > a[href^="http://www.buhonline.ru"] > img {
background-color: red;
}
a[href^="http://www.buhonline.ru"] > img {
background-color: red;
}
div > a[href="http://www.buhonline.ru"] > img:hover {
background-color: red;
}
div[class="buhonline-block"] > a > img {
background-color: red;
}
div[class="buhonline-block"]:first-line {
background-color: red;
}
div a[href^="http://www.buhonline.ru"]:first-child {
background-color: red;
}
.buhonline-block a img {
background-color: red;
}
.right-col- > div > a > img {
background-color: red;
}
.right-col- div:nth-of-type(2n) a img {
background-color: red;
}