forked from BoldGrid/w3-total-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCdn_StackPath_Widget_View.css
98 lines (90 loc) · 1.7 KB
/
Cdn_StackPath_Widget_View.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
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
.w3tc-widget-stackpath-logo {
width: 150px;
height: 35px;
background: url("pub/img/w3tc_stackpath_logo.svg") 0 8px no-repeat;
float: left;
}
.w3tcstackpath_h4 {
text-align: center;
}
.w3tcstackpath_summary_h4 {
text-align: center;
color: #8F8F8F;
text-align: left;
margin: 0;
}
.w3tcstackpath_status,
.w3tcstackpath_summary {
border-bottom: 1px solid #d2d2d2;
padding-left: 10px;
padding-right: 10px;
}
.w3tcstackpath_wrapper {
margin-left: -10px;
margin-right: -10px;
}
.w3tcstackpath_ul li {
margin-bottom: 3px;
padding: 0;
}
.w3tcstackpath_summary_col1 {
display: block;
font-weight: bold;
width: 90px;
float:left;
}
.w3tcstackpath_summary_col2 {
display: block;
font-weight: bold;
width: 80px;
float:left;
}
.w3tcstackpath_tools {
margin-top:15px;
padding-left: 10px;
padding-right: 10px;
}
.w3tcstackpath_tools li {
display:inline-block;
margin-right:10px;
}
ul.w3tcstackpath_file_hits li {
line-height: 12px;
font-size:10px;
}
ul.w3tcstackpath_file_hits li span {
color: #fff;
padding-top: 2px;
padding-left: 5px;
}
.w3tcstackpath_chart {
clear: both;
padding-left: 10px;
padding-right: 10px;
}
.w3tcstackpath_status p, .w3tcstackpath_chart p {
color:#8F8F8F;
margin:0;
}
.w3tcstackpath_account_status {
font-weight: bold;
color: #000;
}
.w3tcstackpath_zone_name {
color: #c0d9e4
}
.w3tcstackpath_wrapper .button-secondary{
margin-bottom: 3px;
}
.w3tcstackpath_signup_h4 {
text-align: left;
margin-bottom: 0;
padding-bottom: 0;
}
.w3tcstackpath_signup p{
margin-top: 4px;
padding-top: 0;
}
.w3tcstackpath_signup p span.desc {
color:#8F8F8F;
}