PluginProbe
Vimeography: Vimeo Video Gallery WordPress Plugin / 0.7
Vimeography: Vimeo Video Gallery WordPress Plugin v0.7
2.4.9 2.4.8 trunk 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 0.6 0.6.1 0.6.2 0.6.3 0.6.4 0.6.5 0.6.6 0.6.7 0.6.8 0.6.8.1 0.6.9 0.6.9.1 0.6.9.2 0.7 0.8 All 103 releases
vimeography / media / css / admin.css

admin.css in Vimeography: Vimeo Video Gallery WordPress Plugin 0.7, at media/css/admin.css

134 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
2
3 .wp-admin select {
4 height: auto;
5 }
6
7 #wpcontent option {
8 padding: 2px 5px 2px 2px;
9 }
10
11 .clearfix:after {
12 clear: both;
13 content: ".";
14 display: block;
15 height: 0;
16 visibility: hidden;
17 }
18 .clearfix {
19 display: block;
20 }
21
22 .wp_bootstrap h2.page-title {
23 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
24 margin-bottom: 20px;
25 padding-bottom: 10px;
26 }
27
28 select#vimeography-source
29 {
30 width: 250px;
31 }
32
33 #vimeography-source-url {
34 color: #464646;
35 }
36
37 #vimeography-basic-settings-form .form-table th {
38 width: 265px;
39 }
40
41 #vimeography-advanced-settings .form-table th {
42 width: 320px;
43 }
44
45 .form-table th h2 {
46 color: #111;
47 font-weight: 500;
48 }
49
50 /* Themes List */
51 #vimeography-appearance-form {
52 clear: both;
53 }
54
55 ul#themes {
56 list-style-type: none;
57 }
58
59 ul#themes li {
60 float: left;
61 margin: 0 40px 30px 0;
62 padding: 0;
63 position: relative;
64 width: 220px;
65 }
66
67 ul#themes li .theme-container {
68 background: none repeat scroll 0 0 #FFFFFF;
69 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
70 clear: left;
71 margin-bottom: 10px;
72 position: relative;
73 padding: 10px;
74 }
75
76 ul#themes li .theme-container.active {
77 background-color: #FDFFB7;
78 }
79
80 ul#themes li div.theme-image {
81 height: 150px;
82 overflow: hidden;
83 width: 200px;
84 }
85
86 ul#themes div.theme-details {
87 font-size: 12px;
88 color: #aaa;
89 margin-top: 5px;
90 }
91
92 ul#themes div.theme-details a {
93 text-decoration: none;
94 color: #666;
95 font-weight: bold;
96 }
97
98 ul#themes div.theme-details span {
99 float: right;
100 }
101
102 ul#themes a.theme-info {
103 background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
104 color: #888888;
105 font-size: 12px;
106 height: 130px;
107 left: 10px;
108 line-height: 2;
109 margin: 0;
110 opacity: 0;
111 overflow: hidden;
112 padding: 10px;
113 position: absolute;
114 text-decoration: none;
115 top: 10px;
116 width: 180px;
117 }
118
119 ul#themes a.theme-info strong {
120 color: #444444;
121 display: block;
122 font-size: 14px;
123 font-weight: bold;
124 line-height: 1.2;
125 margin: 0 0 4px;
126 }
127
128 ul#themes a.theme-info span {
129 display: block;
130 font-size: 12px;
131 line-height: 1.4;
132 margin: 0 0 10px;
133 }
134