| 1 |
/* Self Clearing Goodness */ |
| 2 |
#catchwebtools:after, |
| 3 |
#plugin-option-title:after, |
| 4 |
#plugin-support:after, |
| 5 |
#catch_ad_tabs:after, |
| 6 |
#module-container:after { |
| 7 |
content: "\0020"; |
| 8 |
display: block; |
| 9 |
height: 0; |
| 10 |
clear: both; |
| 11 |
visibility: hidden; |
| 12 |
} |
| 13 |
.clear { |
| 14 |
clear: both; |
| 15 |
} |
| 16 |
#catchwebtools { |
| 17 |
background-color: #fff; |
| 18 |
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); |
| 19 |
margin: 10px 20px 10px 0; |
| 20 |
padding-bottom: 30px; |
| 21 |
} |
| 22 |
#catchwebtools .updated { |
| 23 |
float: right; |
| 24 |
} |
| 25 |
#plugin-option-header { |
| 26 |
background-color: #3A3D41; |
| 27 |
min-height: 120px; |
| 28 |
padding: 10px 20px 20px; |
| 29 |
} |
| 30 |
#plugin-social { |
| 31 |
float: right; |
| 32 |
width: 330px; |
| 33 |
} |
| 34 |
#plugin-social ul li { |
| 35 |
display: inline; |
| 36 |
float: right; |
| 37 |
} |
| 38 |
#plugin-option-title { |
| 39 |
float: left; |
| 40 |
} |
| 41 |
#plugin-option-title .title { |
| 42 |
color: #fff; |
| 43 |
float: left; |
| 44 |
font-size: 21px; |
| 45 |
line-height: 53px; |
| 46 |
padding: 0 10px 0 0; |
| 47 |
text-shadow: none; |
| 48 |
} |
| 49 |
#plugin-option-title .logo { |
| 50 |
float: left; |
| 51 |
padding: 0; |
| 52 |
} |
| 53 |
#plugin-support { |
| 54 |
clear: both; |
| 55 |
text-align: right; |
| 56 |
} |
| 57 |
#plugin-support ul li { |
| 58 |
display: inline; |
| 59 |
} |
| 60 |
#plugin-support a { |
| 61 |
opacity: 0.8; |
| 62 |
-moz-opacity: 0.8; |
| 63 |
} |
| 64 |
#plugin-support a:hover { |
| 65 |
opacity: 1; |
| 66 |
-moz-opacity: 1; |
| 67 |
} |
| 68 |
#catchwebtools .tabNavigation { |
| 69 |
background-color: #000; |
| 70 |
margin: 0 auto 10px; |
| 71 |
text-align: center; |
| 72 |
font: 13px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 73 |
line-height: 18px; |
| 74 |
} |
| 75 |
#catchwebtools .tabNavigation li { |
| 76 |
display: inline-block; |
| 77 |
margin: 0; |
| 78 |
} |
| 79 |
#catchwebtools .tabNavigation li a { |
| 80 |
color: #EEEEEE; |
| 81 |
display: block; |
| 82 |
font-size: 15px; |
| 83 |
line-height: 38px; |
| 84 |
outline: none; |
| 85 |
padding: 0 20px; |
| 86 |
text-decoration: none; |
| 87 |
text-transform: uppercase; |
| 88 |
} |
| 89 |
#catchwebtools .tabNavigation li a:hover, |
| 90 |
#catchwebtools .tabNavigation li.ui-state-active a { |
| 91 |
background-color: #dfdfdf; |
| 92 |
color: #000; |
| 93 |
} |
| 94 |
#catchwebtools .option-container { |
| 95 |
margin: 0 auto; |
| 96 |
width: 90%; |
| 97 |
} |
| 98 |
#catchwebtools .tabNavigation .ui-tabs-selected a { |
| 99 |
background: url( '../../../../../wp-admin/images/menu-bits.gif' ) repeat-x left top #E0E0E0; |
| 100 |
border-color: #aaa !important; |
| 101 |
color: #000; |
| 102 |
} |
| 103 |
#catchwebtools #videos textarea, #howimadeit textarea { |
| 104 |
height: 150px; |
| 105 |
width: 400px; |
| 106 |
} |
| 107 |
|
| 108 |
#catchwebtools #videos textarea, #howimadeit textarea { |
| 109 |
height: 150px; |
| 110 |
width: 400px; |
| 111 |
} |
| 112 |
#catchwebtools #faq ul li { |
| 113 |
list-style:disc inside none; |
| 114 |
} |
| 115 |
#sociallinks .form-table th { |
| 116 |
padding: 0px; |
| 117 |
vertical-align: middle; |
| 118 |
} |
| 119 |
#catchwebtools .form-table select[multiple] { |
| 120 |
height: 200px; |
| 121 |
} |
| 122 |
|
| 123 |
#catchwebtools .form-table label.box { |
| 124 |
float: left; |
| 125 |
margin-right: 20px; |
| 126 |
} |
| 127 |
#catchwebtools .form-table label.box:last-child { |
| 128 |
margin-right: 0; |
| 129 |
} |
| 130 |
h3.option-toggle { |
| 131 |
-webkit-border-top-left-radius: 3px; |
| 132 |
-webkit-border-top-right-radius: 3px; |
| 133 |
-moz-border-radius-topleft: 3px; |
| 134 |
-moz-border-radius-topright: 3px; |
| 135 |
border-top-left-radius: 3px; |
| 136 |
border-top-right-radius: 3px; |
| 137 |
margin: 20px 0 0 0; |
| 138 |
min-width: 600px; |
| 139 |
border:1px solid #dfdfdf; |
| 140 |
background-color: #F1F1F1; |
| 141 |
background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); |
| 142 |
background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); |
| 143 |
background-image: -o-linear-gradient(top, #f9f9f9, #ececec); |
| 144 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); |
| 145 |
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); |
| 146 |
background-image: linear-gradient(top, #f9f9f9, #ececec); |
| 147 |
height: 34px; |
| 148 |
line-height: 34px; |
| 149 |
font-size: 15px; |
| 150 |
font-weight: normal; |
| 151 |
float: left; |
| 152 |
padding: 0; |
| 153 |
width: 98%; |
| 154 |
} |
| 155 |
h3.option-toggle a { |
| 156 |
background:url(../../images/arrow-light.png) 99% 50% no-repeat; |
| 157 |
color: #464646; |
| 158 |
padding-left: 10px; |
| 159 |
text-decoration: none; |
| 160 |
display: block; |
| 161 |
text-shadow:#fff 0 1px 0; |
| 162 |
} |
| 163 |
h3.option-toggle a:hover, h3.option-active a { |
| 164 |
background:url(../../images/arrow-dark.png) 99% 50% no-repeat; |
| 165 |
color: #444; |
| 166 |
} |
| 167 |
.option-content { |
| 168 |
-webkit-border-bottom-right-radius: 3px; |
| 169 |
-webkit-border-bottom-left-radius: 3px; |
| 170 |
-moz-border-radius-bottomright: 3px; |
| 171 |
-moz-border-radius-bottomleft: 3px; |
| 172 |
border-bottom-right-radius: 3px; |
| 173 |
border-bottom-left-radius: 3px; |
| 174 |
margin: 0; |
| 175 |
min-width: 600px; |
| 176 |
padding: 0; |
| 177 |
border: 1px solid #dfdfdf; |
| 178 |
border-top:none; |
| 179 |
background: #fcfcfc; |
| 180 |
overflow: hidden; |
| 181 |
font-size: 12px; |
| 182 |
clear: both; |
| 183 |
color: #333; |
| 184 |
width: 98%; |
| 185 |
} |
| 186 |
.option-content p { |
| 187 |
padding-left: 10px; |
| 188 |
} |
| 189 |
/* Genericon */ |
| 190 |
.genericon { |
| 191 |
vertical-align: middle; |
| 192 |
float: right; |
| 193 |
} |
| 194 |
/* Dashboard */ |
| 195 |
#catchwebtools #dashboard { |
| 196 |
margin: 0 auto; |
| 197 |
width: 90%; |
| 198 |
} |
| 199 |
.wrap #plugin-description h2 { |
| 200 |
color: #464646; |
| 201 |
font-size: 18px; |
| 202 |
padding-bottom: 0; |
| 203 |
} |
| 204 |
.wrap #plugin-description p { |
| 205 |
font-size: 13px; |
| 206 |
line-height: 1.5; |
| 207 |
margin-top: 5px; |
| 208 |
} |
| 209 |
#module-container { |
| 210 |
margin-left: -2%; |
| 211 |
} |
| 212 |
#module-container .catch-modules { |
| 213 |
background-color: #f9f9f9; |
| 214 |
border: 1px solid #dfdfdf; |
| 215 |
border-radius: 5px; |
| 216 |
display: inline; |
| 217 |
float: left; |
| 218 |
margin-bottom: 20px; |
| 219 |
margin-left: 2%; |
| 220 |
min-height: 145px; |
| 221 |
padding: 5px 1.5% 40px; |
| 222 |
position: relative; |
| 223 |
width: 28%; |
| 224 |
} |
| 225 |
#module-container .catch-modules p { |
| 226 |
margin: 0 0 10px; |
| 227 |
} |
| 228 |
#module-container .catch-actions { |
| 229 |
bottom: 15px; |
| 230 |
display: block; |
| 231 |
left: 15px; |
| 232 |
position: absolute; |
| 233 |
} |
| 234 |
#module-container .catch-actions a, #module-container .catch-actions .button { |
| 235 |
font-weight: bold; |
| 236 |
} |