Generic_Page_Dashboard_View.css
4.34 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
#w3tc-dashboard-widgets.metabox-holder {
background-color: #FFF;
margin:0;padding:0;
}
#w3tc-dashboard-widgets .hndle {
height: 36px;
line-height: 36px;
}
#w3tc-dashboard-widgets .hndle, #w3tc-dashboard-widgets .hndle span {
font-family: Arial, sans-serif;
font-weight: bold;
text-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#w3tc-dashboard-widgets h1 {
margin-top: 5px;
}
#w3tc-dashboard-widgets #postbox-container-left {
padding: 10px;
margin-right: 200px;
border: none;
background-color: #fff;
}
#w3tc-dashboard-widgets .handlediv {
display: none;
}
#w3tc-dashboard-widgets #postbox-container-3 .postbox .inside,
#w3tc-dashboard-widgets #postbox-container-3 .postbox {
min-width: 165px;
}
#w3tc-dashboard-widgets div.postbox,
#w3tc-dashboard-widgets #postbox-container-3 .hndle,
#w3tc-dashboard-widgets #postbox-container-3 .inside,
#w3tc-dashboard-widgets #postbox-container-3 .meta-box-sortables
#w3tc-dashboard-widgets #postbox-container-3 .widefat{
background: none;
}
#w3tc-dashboard-widgets #postbox-container-3 .postbox,
#w3tc-dashboard-widgets #postbox-container-3 .hndle,
#w3tc-dashboard-widgets #postbox-container-3 .inside,
#w3tc-dashboard-widgets #postbox-container-3 .meta-box-sortables
#w3tc-dashboard-widgets #postbox-container-3 .widefat{
border:none;
}
#w3tc-dashboard-widgets {
border-color: #c7c9c8;
background: url(pub/img/sidebar-background.png) repeat-y right;
min-width: 600px;
}
#w3tc-dashboard-widgets #postbox-container-right h3.hndle {
border-bottom:1px solid #d5d2d2;
margin: 5px 10px 0 10px;
padding: 0;
height: 34px;
text-shadow: white 0 1px 0;
-webkit-box-shadow: 0 1px 0 white;
box-shadow: 0 1px 0 white;
}
.w3tc-widget-newrelic-logo {
float: left;
width: 150px;
height: 35px;
background: url("pub/img/w3tc_newrelic-logo.png") 0 3px no-repeat;
}
.w3tc-widget-configure {
float: left;
}
.w3tc-widget-text {
float: left;
padding-right: 10px;
}
.w3tc-widget-w3tc-logo {
float: left;
width: 50px;
height: 35px;
background: url("pub/img/w3tc_w3tc-logo.png") 0 0 no-repeat;
}
.w3tc-widget-services-logo {
float: left;
width: 50px;
height: 35px;
background: url("pub/img/w3tc_w3edge-logo.png") 0 0 no-repeat;
}
.w3tc-widget-pagespeed-logo {
float: left;
width: 110px;
height: 35px;
background: url("pub/img/w3tc_google-logo.png") 0 3px no-repeat;
}
.w3tc-widget-netdna-logo {
float: left;
width: 150px;
height: 35px;
background: url("pub/img/w3tc_netdna-logo.png") 0 5px no-repeat;
}
.w3tc-widget-maxcdn-logo {
width: 150px;
height: 35px;
background: url("pub/img/w3tc_maxcdn-logo.png") 0 5px no-repeat;
float: left;
}
#normal-sortables .postbox {
float:left;
margin-right:10px;
}
/**
* HiDPI Displays
*/
/* doesnt work
@media print,
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
#w3tc h2.logo {
background-image: url("pub/img/W3TC_dashboard_logo_title-retina.png");
background-size: 224px 44px;
}
.w3tc-widget-w3tc-logo {
float: left;
width: 50px;
height: 90px;
background-image: url("pub/img/w3tc_w3tc-logo-retina.png");
background-size: 41px 34px;
}
.w3tc-widget-services-logo {
float: left;
width: 50px;
height: 90px;
background-image: url("pub/img/w3tc_w3edge-logo-retina.png");
background-size: 37px 35px;
}
.w3tc-widget-pagespeed-logo {
float: left;
width: 110px;
height: 90px;
background-image: url("pub/img/w3tc_google-logo-retina.png");
background-size: 97px 33px;
}
.w3tc-widget-netdna-logo {
float: left;
width: 180px;
height: 90px;
background-image: url("pub/img/w3tc_netdna-logo-retina.png");
background-size: 177px 90px;
}
.w3tc-widget-maxcdn-logo{
float: left;
width: 180px;
height: 90px;
background-image: url("pub/img/w3tc_maxcdn-logo-retina.png");
background-size: 468px 90px;
}
}
*/