dashboard-360-rtl.css
1.65 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.wpseo-score-icon {
display: inline-block;
width: 12px;
height: 12px;
margin: 3px 3px 0 10px;
border-radius: 50%;
background: #888;
vertical-align: top;
}
.wpseo-score-icon.good {
background-color: #7ad03a;
}
.wpseo-score-icon.ok {
background-color: #ee7c1b;
}
.wpseo-score-icon.bad {
background-color: #dc3232;
}
.wpseo-score-icon.na {
background-color: #888;
}
.wpseo-score-icon.noindex {
background-color: #1e8cbe;
}
#wpseo-dashboard-overview a {
text-decoration: underline;
}
#wpseo-dashboard-overview a.button {
text-decoration: none;
}
#wpseo-dashboard-overview th {
font-weight: 400;
text-align: right;
}
.wpseo-dashboard-overview-scores {
display: table;
}
.wpseo-dashboard-overview-scores li {
display: table-row;
}
.wpseo-dashboard-overview-post-score,
.wpseo-dashboard-overview-post-count {
display: table-cell;
padding: 2px 0;
}
.wpseo-dashboard-overview-post-count {
padding: 0 10px 0 0;
text-align: left;
}
#wpseo-dashboard-overview .onpage {
margin: 5px 0 0;
padding: 10px 0 0;
border-top: 1px solid #eee;
}
#wpseo-dashboard-overview .onpage .button.landing-page {
border-color: #7b1e4f #6f1b47 #6f1b47;
color: #fff;
background: #a4286a;
box-shadow: 0 1px 0 #6f1b47;
}
#wpseo-dashboard-overview .onpage .button.landing-page:hover,
#wpseo-dashboard-overview .onpage .button.landing-page:focus {
border-color: #6f1b47;
background: #90235d;
}
#wpseo-dashboard-overview .onpage .button.landing-page:focus {
box-shadow: 0 1px 0 #7b1e4f, 0 0 2px 1px #a35685;
}
#wpseo-dashboard-overview .onpage .button.landing-page:active {
border-color: #6f1b47;
background: #7b1e4f;
box-shadow: inset 0 2px 0 #6f1b47;
vertical-align: top;
}