PluginProbe
PowerPress Podcasting plugin by Blubrry / trunk
PowerPress Podcasting plugin by Blubrry vtrunk
11.17.9 11.17.8 11.17.7 11.17.6 11.17.4 11.17.3 11.17.2 11.17.1 11.17 11.16.11 11.16.10 11.16.9 11.16.8 11.16.7 11.16.6 11.16.5 11.16.4 11.16.3 11.16.2 11.16.1 11.9.13 11.9.14 11.9.15 11.9.16 11.9.17 All 383 releases
powerpress / css / jquery.css

jquery.css in PowerPress Podcasting plugin by Blubrry trunk, at css/jquery.css

277 lines 5.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* jquery.css */
2 input[type="button"].pp-plain-link, input[type="submit"].pp-plain-link {
3 text-decoration: underline;
4 background-color: transparent;
5 border: none;
6 color: #3d517e;
7 font-weight: bold;
8 font-size: 12px;
9 }
10 .pp-account-verify-container h3 {
11 font-size: 20px;
12 text-align: center;
13 }
14
15 #container p {
16 margin-block-start: 1em;
17 margin-block-end: 1em;
18 }
19
20 .pp-account-verify-container p {
21 font-size: 18px;
22 text-align: center;
23 margin-bottom: 2em;
24 margin-top: 2em;
25 }
26
27 .pp-account-verify-container a {
28 background-color: #1976D2;
29 border-color: #1976D2;
30 color: #FFFFFF;
31 text-align: center;
32 width: 50%;
33 box-sizing: border-box;
34 display: block;
35 padding: 1.5ch;
36 font-size: 16px;
37 border-radius: 4px;
38 margin: 1em calc(25% - 8px) 1em calc(25% - 8px);
39 text-decoration: none;
40 }
41
42 .pp-account-verify-container a:hover, .pp-account-verify-container a:focus {
43 background: #0D87E9;
44 border-color: #0D87E9;
45 color: #FFFFFF;
46 }
47
48 img {
49 border: 0;
50 }
51 #accountinfo label, h1, h2, h3, h4, h5, a {
52 color: #3D517E;
53 }
54 input[type="button"],
55 input[type="submit"] {
56 font-family: Geneva, Arial, Helvetica, sans-serif;
57 text-decoration: none;
58 font-size: 14px;
59 line-height: 16px;
60 cursor: pointer;
61 border-width: 1px;
62 border-style: solid;
63 border-color:#99ADC2;
64 -moz-border-radius: 5px;
65 -khtml-border-radius: 5px;
66 -webkit-border-radius: 5px;
67 border-radius: 5px;
68 -moz-box-sizing: content-box;
69 -webkit-box-sizing: content-box;
70 -khtml-box-sizing: content-box;
71 box-sizing: content-box;
72 background-color: #E8F4FF;
73 color: #003366;
74 font-weight: bold;
75 padding-top: 2px;
76 padding-right: 8px;
77 padding-bottom: 2px;
78 padding-left: 8px;
79 }
80
81 /* Fix what WordPress breaks for Thickbox: */
82 html,
83 body {
84 height: auto;
85 }
86 ul.media {
87
88 }
89 ul.media li {
90 list-style-type: none;
91 }
92 ul.media li a {
93 font-weight: bold;
94 }
95 #container {
96 margin: 0px 15px;
97 }
98 #accountinfo {
99
100 }
101 #accountinfo p {
102 font-size: 90%;
103 }
104 #accountinfo label {
105 float: left;
106 width: 240px;
107 margin-right: 10px;
108 display: block;
109 font-weight: bold;
110 }
111 #accountinfo input[type=text], #accountinfo input[type=password] {
112 width: 220px;
113 border-color: #AAAAAA;
114 }
115 #accountinfo select {
116 width: 222px;
117 border-color: #AAAAAA;
118 }
119 .powerpress-notice {
120 border: 1px solid #FFCC00;
121 font-size: 12px;
122 color: #000000;
123 background-color: #FFFFCC;
124 font-weight: bold;
125 padding: 5px;
126 margin: 20px;
127 }
128
129 #media-items-container {
130 margin: 0;
131 }
132 #media-items {
133 border-bottom-color: #dfdfdf;
134 border-bottom-width: 1px;
135 border-bottom-style: solid;
136 min-height: 26px;
137 width: 100%;
138 padding-top: 0px;
139 margin-top: 0px;
140 }
141
142 #media-published-title {
143 border-top-color: #dfdfdf;
144 border-top-width: 1px;
145 border-top-style: solid;
146 padding-top: 20px;
147 padding-bottom: 2px;
148 }
149 .media-item {
150
151 border-top-color: #dfdfdf;
152 border-top-width: 1px;
153 border-top-style: solid;
154 min-height: 26px;
155 width: 100%;
156
157 border-left-color: #dfdfdf;
158 border-left-width: 1px;
159 border-left-style: solid;
160 border-right-color: #dfdfdf;
161 border-right-width: 1px;
162 border-right-style: solid;
163 position: relative;
164
165 padding-top: 5px;
166
167 }
168 .media-item:hover {
169 background-color: #FFFFCC;
170 }
171 .media-item .media-name {
172 margin-left: 10px;
173 }
174 .media-item-links {
175 position: absolute;
176 top: 5px;
177 right: 10px;
178 text-align: right;
179 }
180 .media-published-date {
181 margin-left: 20px;
182 font-size: 80%;
183 }
184 #media-header {
185 position: relative;
186 margin: 0 0 5px 0;
187 }
188 #media-footer {
189 position: relative;
190 margin: 5px 0 0 0;
191 height: 12px;
192 }
193 #media-header p, #media-footer p {
194 margin: 8px 0;
195 }
196 .media-upload-link {
197 position: absolute;
198 bottom: 0;
199 right: 0;
200 margin: 0;
201 }
202 @media screen and (max-width: 782px) {
203 body * {
204 -webkit-tap-highlight-color: transparent !important;
205 }
206 }
207 /* copied from thickbox.js to hack away a bug */
208 body {
209 margin: 0;
210 }
211 .tb-close-icon:before {
212 content: "x";
213 font: bold 20px/20px sans-serif;
214 speak: never;
215 -webkit-font-smoothing: antialiased;
216 -moz-osx-font-smoothing: grayscale;
217 }
218 #TB_title {
219 background: #f0f0f1;
220 color: #3c434a;
221 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
222 border-bottom: 1px solid #ddd;
223 height: 29px;
224 font-size: 13px;
225 line-height: 1.4em;
226 }
227 #TB_ajaxWindowTitle {
228 float: left;
229 font-weight: 600;
230 line-height: 29px;
231 overflow: hidden;
232 padding: 0 29px 0 10px;
233 text-overflow: ellipsis;
234 white-space: nowrap;
235 width: calc( 100% - 39px );
236 }
237 #TB_closeWindowButton {
238 position: absolute;
239 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
240 left: auto;
241 right: 0;
242 width: 29px;
243 height: 29px;
244 border: 0;
245 padding: 0;
246 background: none;
247 cursor: pointer;
248 outline: none;
249 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
250 transition: color .1s ease-in-out, background .1s ease-in-out;
251 }
252 .tb-close-icon {
253 display: block;
254 color: #666;
255 text-align: center;
256 line-height: 29px;
257 padding-top: 5px;
258 width: 29px;
259 height: 29px;
260 position: absolute;
261 top: 0;
262 right: 0;
263 }
264
265 .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
266 border: 0;
267 clip: rect(1px,1px,1px,1px);
268 -webkit-clip-path: inset(50%);
269 clip-path: inset(50%);
270 height: 1px;
271 margin: -1px;
272 overflow: hidden;
273 padding: 0;
274 position: absolute;
275 width: 1px;
276 word-wrap: normal!important;
277 }