-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathExtension_ImageService_Plugin_Admin.css
131 lines (108 loc) · 2.34 KB
/
Extension_ImageService_Plugin_Admin.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
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
span.w3tc-convert:before {
content:'\0041';
display: inline-block;
font-family: 'w3tc';
font-size: x-large;
}
th span.w3tc-convert:before,
th #w3tc-imageservice-settings {
vertical-align: text-bottom;
}
p span.w3tc-convert:before {
vertical-align: middle;
}
.w3tc-converted-reduced {
color: green;
}
.w3tc-disabled {
cursor: not-allowed;
opacity: 0.7;
}
.w3tc-disabled > a {
color: currentColor;
display: inline-block; /* For IE11 / Ms Edge bug */
pointer-events: none;
text-decoration: none;
}
/* Statistics section on the extension settings, tools, and statistics page. */
#w3tc-imageservice-counts td,
#w3tc-imageservice-usage td {
padding: 1px 10px;
}
#w3tc_default_save_and_flush_extension_imageservice_configuration {
display: none;
}
@-webkit-keyframes w3tc-animation-rotating {
from {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes w3tc-animation-rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.w3tc-rotating {
-webkit-animation: w3tc-animation-rotating 2s linear infinite;
-moz-animation: w3tc-animation-rotating 2s linear infinite;
-ms-animation: w3tc-animation-rotating 2s linear infinite;
-o-animation: w3tc-animation-rotating 2s linear infinite;
animation: w3tc-animation-rotating 2s linear infinite;
}
@-webkit-keyframes w3tc-highlight {
0% {
background: #fefefe;
}
50% {
background: gray;
}
to {
background: #fefefe;
}
}
@keyframes w3tc-highlight {
0% {
background: #fefefe;
}
50% {
background: gray;
}
to {
background: #fefefe;
}
}
.w3tc-highlight {
-webkit-animation: w3tc-highlight 1s linear;
-o-animation: w3tc-highlight 1s linear;
animation: w3tc-highlight 1s linear;
-webkit-animation-iteration-count: 1;
-o-animation-iteration-count: 1;
animation-iteration-count: 1;
}
#w3tc_dashboard_banner {
width: 100%;
}
a:hover {
cursor: pointer;
}
.media_page_w3tc_extension_page_imageservice #licensing_terms {
display:none;
}