| 1 |
body { |
| 2 |
position: relative; |
| 3 |
background-color: transparent; |
| 4 |
} |
| 5 |
hr { |
| 6 |
border: 0; |
| 7 |
height: 0; |
| 8 |
border-top: 1px solid rgba(0, 0, 0, 0.1); |
| 9 |
border-bottom: 1px solid rgba(255, 255, 255, 0.3); |
| 10 |
} |
| 11 |
|
| 12 |
.vimeography-group:before, |
| 13 |
.vimeography-group:after { |
| 14 |
content: ""; |
| 15 |
display: table; |
| 16 |
} |
| 17 |
.vimeography-group:after { |
| 18 |
clear: both; |
| 19 |
} |
| 20 |
.vimeography-group { |
| 21 |
*zoom: 1; |
| 22 |
} |
| 23 |
|
| 24 |
.wp-admin select { |
| 25 |
height: auto; |
| 26 |
} |
| 27 |
|
| 28 |
#wpcontent option { |
| 29 |
padding: 2px 5px 2px 2px; |
| 30 |
} |
| 31 |
|
| 32 |
.clearfix:after { |
| 33 |
clear: both; |
| 34 |
content: "."; |
| 35 |
display: block; |
| 36 |
height: 0; |
| 37 |
visibility: hidden; |
| 38 |
} |
| 39 |
.clearfix { |
| 40 |
display: block; |
| 41 |
} |
| 42 |
|
| 43 |
.wp_bootstrap h2.page-title { |
| 44 |
border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| 45 |
margin-bottom: 20px; |
| 46 |
padding-bottom: 10px; |
| 47 |
} |
| 48 |
|
| 49 |
#vimeography-basic-settings-form th { |
| 50 |
width: 265px; |
| 51 |
} |
| 52 |
|
| 53 |
#vimeography-basic-settings-form th h2 { |
| 54 |
color: #111; |
| 55 |
font-weight: 500; |
| 56 |
font-size: 1.4em; |
| 57 |
line-height: 1.4em; |
| 58 |
margin: 0; |
| 59 |
} |
| 60 |
|
| 61 |
/* Themes List */ |
| 62 |
#vimeography-appearance-form { |
| 63 |
clear: both; |
| 64 |
} |
| 65 |
|
| 66 |
ul.vimeography-theme-list { |
| 67 |
list-style-type: none; |
| 68 |
margin: 0; |
| 69 |
padding: 0; |
| 70 |
} |
| 71 |
|
| 72 |
ul.vimeography-theme-list li { |
| 73 |
margin: 20px 25px 0; |
| 74 |
padding: 0; |
| 75 |
position: relative; |
| 76 |
width: 220px; |
| 77 |
} |
| 78 |
|
| 79 |
ul.vimeography-theme-list li .theme-container { |
| 80 |
background: none repeat scroll 0 0 #ffffff; |
| 81 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); |
| 82 |
clear: left; |
| 83 |
margin-bottom: 10px; |
| 84 |
position: relative; |
| 85 |
padding: 10px; |
| 86 |
} |
| 87 |
|
| 88 |
ul.vimeography-theme-list li .theme-container.active { |
| 89 |
background-color: #fdffb7; |
| 90 |
} |
| 91 |
|
| 92 |
ul.vimeography-theme-list li div.theme-image { |
| 93 |
height: 150px; |
| 94 |
overflow: hidden; |
| 95 |
width: 200px; |
| 96 |
} |
| 97 |
|
| 98 |
ul.vimeography-theme-list div.theme-details { |
| 99 |
font-size: 12px; |
| 100 |
color: #aaa; |
| 101 |
margin-top: 5px; |
| 102 |
} |
| 103 |
|
| 104 |
ul.vimeography-theme-list div.theme-details a { |
| 105 |
text-decoration: none; |
| 106 |
color: #666; |
| 107 |
font-weight: bold; |
| 108 |
} |
| 109 |
|
| 110 |
ul.vimeography-theme-list div.theme-details span { |
| 111 |
float: right; |
| 112 |
} |
| 113 |
|
| 114 |
ul.vimeography-theme-list a.theme-info { |
| 115 |
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95); |
| 116 |
color: #888888; |
| 117 |
font-size: 12px; |
| 118 |
height: 130px; |
| 119 |
left: 10px; |
| 120 |
line-height: 2; |
| 121 |
margin: 0; |
| 122 |
opacity: 0; |
| 123 |
overflow: hidden; |
| 124 |
padding: 10px; |
| 125 |
position: absolute; |
| 126 |
text-decoration: none; |
| 127 |
top: 10px; |
| 128 |
width: 180px; |
| 129 |
} |
| 130 |
|
| 131 |
ul.vimeography-theme-list a.theme-info strong { |
| 132 |
color: #444444; |
| 133 |
display: block; |
| 134 |
font-size: 14px; |
| 135 |
font-weight: bold; |
| 136 |
line-height: 1.2; |
| 137 |
margin: 0 0 4px; |
| 138 |
} |
| 139 |
|
| 140 |
ul.vimeography-theme-list a.theme-info span { |
| 141 |
display: block; |
| 142 |
font-size: 12px; |
| 143 |
line-height: 1.4; |
| 144 |
margin: 0 0 10px; |
| 145 |
} |
| 146 |
|
| 147 |
/* New gallery editor */ |
| 148 |
#vimeography-gallery-editor { |
| 149 |
position: relative; |
| 150 |
height: 100%; |
| 151 |
} |
| 152 |
|
| 153 |
#vimeography-gallery-editor form { |
| 154 |
margin: 0; |
| 155 |
} |
| 156 |
|
| 157 |
#vimeography-gallery-menu-container h1 { |
| 158 |
font-size: 16px; |
| 159 |
line-height: 16px; |
| 160 |
margin: 0; |
| 161 |
padding: 5px 0; |
| 162 |
} |
| 163 |
|
| 164 |
#vimeography-gallery-menu-container h2 { |
| 165 |
font-size: 12px; |
| 166 |
line-height: 12px; |
| 167 |
color: #808080; |
| 168 |
margin: 0; |
| 169 |
padding: 0; |
| 170 |
} |
| 171 |
|
| 172 |
#vimeography-gallery-menu-container { |
| 173 |
overflow: hidden; |
| 174 |
position: absolute; |
| 175 |
left: 0; |
| 176 |
top: 0; |
| 177 |
bottom: 0; |
| 178 |
height: 600px; |
| 179 |
width: 280px; |
| 180 |
border: 1px solid #c4c4c4; |
| 181 |
-webkit-border-radius: 4px; |
| 182 |
-moz-border-radius: 4px; |
| 183 |
border-radius: 4px; |
| 184 |
display: block; |
| 185 |
background: #f4f4f4; /* Old browsers */ |
| 186 |
/* IE9 SVG, needs conditional override of 'filter' to 'none' */ |
| 187 |
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); |
| 188 |
background: -moz-linear-gradient(top, #f4f4f4 0%, #e5e5e8 100%); /* FF3.6+ */ |
| 189 |
background: -webkit-gradient( |
| 190 |
linear, |
| 191 |
left top, |
| 192 |
left bottom, |
| 193 |
color-stop(0%, #f4f4f4), |
| 194 |
color-stop(100%, #e5e5e8) |
| 195 |
); /* Chrome,Safari4+ */ |
| 196 |
background: -webkit-linear-gradient( |
| 197 |
top, |
| 198 |
#f4f4f4 0%, |
| 199 |
#e5e5e8 100% |
| 200 |
); /* Chrome10+,Safari5.1+ */ |
| 201 |
background: -o-linear-gradient( |
| 202 |
top, |
| 203 |
#f4f4f4 0%, |
| 204 |
#e5e5e8 100% |
| 205 |
); /* Opera 11.10+ */ |
| 206 |
background: -ms-linear-gradient(top, #f4f4f4 0%, #e5e5e8 100%); /* IE10+ */ |
| 207 |
background: linear-gradient(to bottom, #f4f4f4 0%, #e5e5e8 100%); /* W3C */ |
| 208 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e8',GradientType=0 ); /* IE6-8 */ |
| 209 |
} |
| 210 |
|
| 211 |
.vimeography-gallery-meta { |
| 212 |
display: block; |
| 213 |
padding: 10px 13px 15px; |
| 214 |
height: 38px; |
| 215 |
border-top: 1px solid #fff; |
| 216 |
border-bottom: 1px solid #ddd; |
| 217 |
background: #f7fafc; /* Old browsers */ |
| 218 |
/* IE9 SVG, needs conditional override of 'filter' to 'none' */ |
| 219 |
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); |
| 220 |
background: -moz-linear-gradient(top, #f7fafc 0%, #edf2f7 100%); /* FF3.6+ */ |
| 221 |
background: -webkit-gradient( |
| 222 |
linear, |
| 223 |
left top, |
| 224 |
left bottom, |
| 225 |
color-stop(0%, #f7fafc), |
| 226 |
color-stop(100%, #edf2f7) |
| 227 |
); /* Chrome,Safari4+ */ |
| 228 |
background: -webkit-linear-gradient( |
| 229 |
top, |
| 230 |
#f7fafc 0%, |
| 231 |
#edf2f7 100% |
| 232 |
); /* Chrome10+,Safari5.1+ */ |
| 233 |
background: -o-linear-gradient( |
| 234 |
top, |
| 235 |
#f7fafc 0%, |
| 236 |
#edf2f7 100% |
| 237 |
); /* Opera 11.10+ */ |
| 238 |
background: -ms-linear-gradient(top, #f7fafc 0%, #edf2f7 100%); /* IE10+ */ |
| 239 |
background: linear-gradient(to bottom, #f7fafc 0%, #edf2f7 100%); /* W3C */ |
| 240 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafc', endColorstr='#edf2f7',GradientType=0 ); /* IE6-8 */ |
| 241 |
} |
| 242 |
|
| 243 |
#vimeography-gallery-main-menu-container, |
| 244 |
#vimeography-gallery-themes-container, |
| 245 |
#vimeography-gallery-theme-settings-container { |
| 246 |
width: 280px; |
| 247 |
float: left; |
| 248 |
height: 100%; |
| 249 |
position: relative; |
| 250 |
} |
| 251 |
|
| 252 |
#vimeography-gallery-main-menu, |
| 253 |
#vimeography-themes-container, |
| 254 |
#vimeography-theme-settings-container { |
| 255 |
position: absolute; |
| 256 |
bottom: 0; |
| 257 |
top: 65px; |
| 258 |
width: 280px; |
| 259 |
overflow-y: auto; |
| 260 |
overflow-x: hidden; |
| 261 |
background-color: #e2e8f0; |
| 262 |
} |
| 263 |
|
| 264 |
.vimeography-gallery-menu-group { |
| 265 |
border-bottom: 1px solid #e2e8f0; |
| 266 |
} |
| 267 |
|
| 268 |
.vimeography-gallery-menu-heading { |
| 269 |
background: #f7fafc; |
| 270 |
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); |
| 271 |
} |
| 272 |
|
| 273 |
.vimeography-gallery-menu-group:nth-child(odd) .theme-container { |
| 274 |
background: #f0f0f0; |
| 275 |
} |
| 276 |
|
| 277 |
.vimeography-gallery-menu-heading:hover, |
| 278 |
.vimeography-gallery-menu-group:nth-child(odd) .theme-container:hover { |
| 279 |
background: #f9f9f9; |
| 280 |
} |
| 281 |
|
| 282 |
.vimeography-gallery-menu-heading a { |
| 283 |
font-size: 13px; |
| 284 |
line-height: 13px; |
| 285 |
font-weight: 500; |
| 286 |
color: #333; |
| 287 |
margin: 0; |
| 288 |
padding: 13px 13px 13px 16px; |
| 289 |
display: block; |
| 290 |
text-shadow: 0px 1px 0px #fff; |
| 291 |
} |
| 292 |
|
| 293 |
.vimeography-gallery-menu-heading a:hover { |
| 294 |
text-decoration: none; |
| 295 |
color: #232323; |
| 296 |
} |
| 297 |
|
| 298 |
.vimeography-gallery-menu-heading.active, |
| 299 |
.vimeography-gallery-menu-heading.selected { |
| 300 |
background-color: #2d3748 !important; |
| 301 |
-moz-box-shadow: inset 0 0 5px #000000; |
| 302 |
-webkit-box-shadow: inset 0 0 5px #000000; |
| 303 |
box-shadow: inset 0 0 5px #000000; |
| 304 |
border: none; |
| 305 |
} |
| 306 |
|
| 307 |
.vimeography-gallery-menu-heading.active a, |
| 308 |
.vimeography-gallery-menu-heading.selected a { |
| 309 |
color: #f4f4f4; |
| 310 |
text-shadow: none; |
| 311 |
} |
| 312 |
|
| 313 |
.vimeography-gallery-menu-heading.theme-container img { |
| 314 |
float: left; |
| 315 |
} |
| 316 |
|
| 317 |
.vimeography-gallery-menu-heading .theme-name { |
| 318 |
vertical-align: top; |
| 319 |
margin-left: 7px; |
| 320 |
} |
| 321 |
|
| 322 |
.vimeography-gallery-menu-heading .theme-version { |
| 323 |
font-size: 10px; |
| 324 |
margin-left: 7px; |
| 325 |
} |
| 326 |
|
| 327 |
.vimeography-gallery-menu-heading .icon-ok, |
| 328 |
.vimeography-gallery-menu-heading .icon-pencil { |
| 329 |
margin: -7px 0 0 0; |
| 330 |
} |
| 331 |
|
| 332 |
.vimeography-gallery-menu-heading .icon-ok { |
| 333 |
display: none; |
| 334 |
} |
| 335 |
|
| 336 |
.vimeography-gallery-menu-heading .icon-wrench { |
| 337 |
background-position: -360px -144px; |
| 338 |
} |
| 339 |
|
| 340 |
.vimeography-gallery-menu-heading .icon-tasks { |
| 341 |
background-position: -384px -144px; |
| 342 |
} |
| 343 |
|
| 344 |
.vimeography-gallery-menu-content { |
| 345 |
padding: 0 17px; |
| 346 |
background-color: #e2e8f0; |
| 347 |
} |
| 348 |
|
| 349 |
.vimeography-gallery-menu-setting { |
| 350 |
padding: 15px 0; |
| 351 |
border-bottom: 1px solid #d4d4d4; |
| 352 |
border-top: 1px solid #f3f3f3; |
| 353 |
} |
| 354 |
|
| 355 |
.vimeography-gallery-menu-setting.first { |
| 356 |
border-top: none; |
| 357 |
} |
| 358 |
.vimeography-gallery-menu-setting.last { |
| 359 |
border-bottom: none; |
| 360 |
} |
| 361 |
|
| 362 |
.vimeography-gallery-menu-setting label { |
| 363 |
color: #444; |
| 364 |
font-weight: 700; |
| 365 |
text-shadow: 0px 1px 0px #fff; |
| 366 |
margin: 0 0 5px 2px; |
| 367 |
} |
| 368 |
|
| 369 |
.vimeography-gallery-menu-setting input, |
| 370 |
.vimeography-gallery-menu-setting select { |
| 371 |
font-size: 13px; |
| 372 |
margin: 0; |
| 373 |
} |
| 374 |
|
| 375 |
.vimeography-gallery-menu-setting input[type="text"].span3 { |
| 376 |
width: 210px; |
| 377 |
line-height: 18px; |
| 378 |
padding: 4px; |
| 379 |
height: auto; |
| 380 |
} |
| 381 |
|
| 382 |
.popover-content p { |
| 383 |
margin: 0; |
| 384 |
} |
| 385 |
#vimeography-gallery-menu-container.affix { |
| 386 |
position: fixed; |
| 387 |
top: 40px; |
| 388 |
left: 182px; |
| 389 |
} |
| 390 |
#vimeography-gallery-menu-container.affix-bottom { |
| 391 |
position: absolute; |
| 392 |
bottom: 150px; |
| 393 |
} |
| 394 |
|
| 395 |
.wp_bootstrap .form-table input { |
| 396 |
width: 460px; |
| 397 |
font-size: 22px; |
| 398 |
line-height: 22px; |
| 399 |
height: 35px; |
| 400 |
} |
| 401 |
table.widefat.fixed { |
| 402 |
border-collapse: separate; |
| 403 |
} |
| 404 |
|
| 405 |
.alert h3 { |
| 406 |
line-height: 20px; |
| 407 |
} |
| 408 |
|
| 409 |
/* menu */ |
| 410 |
.wp-submenu.wp-submenu-wrap { |
| 411 |
margin: 0; |
| 412 |
} |
| 413 |
|