| 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 |
|