Plugin Directory

source: featured-video-plus/trunk/styles/backend.css @ 1181216

Last change on this file since 1181216 was 1181216, checked in by a.hoereth, 9 years ago

Version 2.1.1

File size: 1.3 KB
Line 
1#featured-video-plus-box .fvp-current-video {
2  background: transparent fixed no-repeat center center;
3}
4#featured-video-plus-box .fvp-current-video,
5#featured-video-plus-box .fvp-current-video iframe,
6#featured-video-plus-box .fvp-current-video video {
7  width: 256px;
8  height: auto;
9  margin-bottom: 5px;
10}
11#featured-video-plus-box .fvp-hidden {
12  display: none;
13}
14#featured-video-plus-box .fvp-notice {
15  -webkit-border-radius: 3px;
16  -moz-border-radius: 3px;
17  border-radius: 3px;
18  margin: .5em 0;
19  padding: .4em .6em .2em;
20  border: 1px solid #808080;
21  background-color: #fff;
22}
23#featured-video-plus-box .fvp-warning {
24  -webkit-border-radius: 3px;
25  -moz-border-radius: 3px;
26  border-radius: 3px;
27  margin: .5em 0;
28  padding: .4em .6em .2em;
29  border: 1px solid #808080;
30  background-color: #fff;
31  border: 1px solid #E6DB55;
32  background-color: #FFFFE0;
33}
34#featured-video-plus-box textarea {
35  resize: none;
36  width: 100%;
37  height: 1.1em;
38  line-height: 1.1em;
39  font-size: 1em;
40  min-height: 23px;
41}
42#featured-video-plus-box .fvp-input-wrapper {
43  position: relative;
44}
45#featured-video-plus-box .fvp-video {
46  padding-right: 21px;
47}
48#featured-video-plus-box .fvp-media-icon {
49  background: transparent no-repeat top left;
50  display: block;
51  width: 15px;
52  height: 15px;
53  position: absolute;
54  top: 4px;
55  right: 4px;
56}
Note: See TracBrowser for help on using the repository browser.