default
13 years ago
fixed
13 years ago
fullbackground
13 years ago
fullbackgroundfixed
13 years ago
popoveradmin.css
13 years ago
popovermenu.css
13 years ago
popoveradmin.css
360 lines
| 1 | /* @override http://dev.site/wp-content/plugins/popover/popoverincludes/css/popoveradmin.css?ver=4 */ |
| 2 | |
| 3 | div.popover-liquid-left { |
| 4 | float: left; |
| 5 | clear: left; |
| 6 | width: 100%; |
| 7 | margin-right: -325px; |
| 8 | } |
| 9 | div.popover-liquid-right { |
| 10 | float: right; |
| 11 | clear: right; |
| 12 | width: 300px; |
| 13 | } |
| 14 | #popover-left { |
| 15 | margin-left: 5px; |
| 16 | margin-right: 325px; |
| 17 | } |
| 18 | #popover-left #edit-popover { |
| 19 | background-color: transparent; |
| 20 | border: 0 none; |
| 21 | } |
| 22 | div.popover-holder-wrap { |
| 23 | padding: 0; |
| 24 | margin: 10px 0 20px; |
| 25 | } |
| 26 | |
| 27 | .sidebar-name { |
| 28 | background-color: #aaa; |
| 29 | background-image: url(../images/ed-bg.gif); |
| 30 | text-shadow: #FFF 0 1px 0; |
| 31 | border-color: #dfdfdf; |
| 32 | -moz-border-radius-topleft: 8px; |
| 33 | -moz-border-radius-topright: 8px; |
| 34 | -webkit-border-top-right-radius: 8px; |
| 35 | -webkit-border-top-left-radius: 8px; |
| 36 | -khtml-border-top-right-radius: 8px; |
| 37 | -khtml-border-top-left-radius: 8px; |
| 38 | border-top-right-radius: 8px; |
| 39 | border-top-left-radius: 8px; |
| 40 | } |
| 41 | |
| 42 | .sidebar-name:hover { |
| 43 | color: #333 !Important; |
| 44 | cursor: move; |
| 45 | } |
| 46 | |
| 47 | p.description { |
| 48 | margin: 0 12px 12px; |
| 49 | } |
| 50 | |
| 51 | .section-holder { |
| 52 | border-width: 0 1px 1px; |
| 53 | border-style: none solid solid; |
| 54 | -moz-border-radius-bottomleft: 8px; |
| 55 | -moz-border-radius-bottomright: 8px; |
| 56 | -webkit-border-bottom-right-radius: 8px; |
| 57 | -webkit-border-bottom-left-radius: 8px; |
| 58 | -khtml-border-bottom-right-radius: 8px; |
| 59 | -khtml-border-bottom-left-radius: 8px; |
| 60 | border-bottom-right-radius: 8px; |
| 61 | border-bottom-left-radius: 8px; |
| 62 | background-color: #f1f1f1; |
| 63 | border-color: #ddd; |
| 64 | padding-top: 15px; |
| 65 | padding-bottom: 15px; |
| 66 | margin-bottom: 20px; |
| 67 | overflow: hidden; |
| 68 | } |
| 69 | |
| 70 | .popover-holder { |
| 71 | position: relative; |
| 72 | background-color: #fff; |
| 73 | border-color: #ddd; |
| 74 | border-width: 0 1px 1px; |
| 75 | border-style: none solid solid; |
| 76 | -moz-border-radius-bottomleft: 8px; |
| 77 | -moz-border-radius-bottomright: 8px; |
| 78 | -webkit-border-bottom-right-radius: 8px; |
| 79 | -webkit-border-bottom-left-radius: 8px; |
| 80 | -khtml-border-bottom-right-radius: 8px; |
| 81 | -khtml-border-bottom-left-radius: 8px; |
| 82 | border-bottom-right-radius: 8px; |
| 83 | border-bottom-left-radius: 8px; |
| 84 | padding: 0; |
| 85 | } |
| 86 | |
| 87 | div.popover-details { |
| 88 | padding-top: 10px; |
| 89 | padding-left: 10px; |
| 90 | } |
| 91 | |
| 92 | .popover-holder label { |
| 93 | margin-bottom: 10px; |
| 94 | font-weight: bold; |
| 95 | } |
| 96 | |
| 97 | input.wide { |
| 98 | margin-top: 5px; |
| 99 | width: 98%; |
| 100 | margin-left: 0; |
| 101 | margin-bottom: 5px; |
| 102 | } |
| 103 | |
| 104 | #wp-popover_content-wrap { |
| 105 | width: 98%; |
| 106 | } |
| 107 | |
| 108 | .popover-holder h3 { |
| 109 | background-color: #efefef; |
| 110 | text-shadow: 0 1px 0 #FFFFFF; |
| 111 | color: #000; |
| 112 | font: normal bold 12px/2.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
| 113 | margin-left: 0; |
| 114 | margin-right: 0; |
| 115 | padding-left: 10px; |
| 116 | padding-top: 2px; |
| 117 | padding-bottom: 2px; |
| 118 | } |
| 119 | |
| 120 | .placeholder-rules { |
| 121 | width: 95%; |
| 122 | margin-left: 15px; |
| 123 | margin-bottom: 20px; |
| 124 | -moz-border-radius: 5px; |
| 125 | -webkit-border-radius: 5px; |
| 126 | -khtml-border-radius: 5px; |
| 127 | border-radius: 5px; |
| 128 | border: 2px dashed #ddd; |
| 129 | color: #a9a9a9; |
| 130 | font-weight: bold; |
| 131 | text-transform: uppercase; |
| 132 | text-align: center; |
| 133 | padding-top: 15px; |
| 134 | padding-bottom: 15px; |
| 135 | clear: both; |
| 136 | min-height: 80px; |
| 137 | } |
| 138 | |
| 139 | .droppable-rules { |
| 140 | margin-right: 15px; |
| 141 | margin-left: 15px; |
| 142 | margin-bottom: 20px; |
| 143 | -moz-border-radius: 5px; |
| 144 | -webkit-border-radius: 5px; |
| 145 | -khtml-border-radius: 5px; |
| 146 | border-radius: 5px; |
| 147 | border: 3px dashed #ddd; |
| 148 | color: #a9a9a9; |
| 149 | font-weight: bold; |
| 150 | text-transform: uppercase; |
| 151 | text-align: center; |
| 152 | padding-top: 15px; |
| 153 | padding-bottom: 15px; |
| 154 | clear: both; |
| 155 | } |
| 156 | |
| 157 | .droppable-rules.hoveringover { |
| 158 | border: 3px dashed #78aad3; |
| 159 | color: #78aad3; |
| 160 | } |
| 161 | |
| 162 | #positive-rules { |
| 163 | background: #fcfcfc; |
| 164 | } |
| 165 | #negative-rules { |
| 166 | background: #fcfcfc; |
| 167 | } |
| 168 | |
| 169 | .action-top.open { |
| 170 | -moz-border-radius-topleft: 6px; |
| 171 | -moz-border-radius-topright: 6px; |
| 172 | -webkit-border-top-right-radius: 6px; |
| 173 | -webkit-border-top-left-radius: 6px; |
| 174 | -khtml-border-top-right-radius: 6px; |
| 175 | -khtml-border-top-left-radius: 6px; |
| 176 | border-top-right-radius: 6px; |
| 177 | border-top-left-radius: 6px; |
| 178 | background: #dfdfdf url("../images/gray-grad.png") repeat-x left top; |
| 179 | text-shadow: #fff 0 1px 0; |
| 180 | width: 260px; |
| 181 | margin-left: 10px; |
| 182 | padding: 5px 5px 5px 15px; |
| 183 | font-weight: bold; |
| 184 | border: 1px solid #ddd; |
| 185 | margin-bottom: 0px; |
| 186 | min-height: 20px; |
| 187 | } |
| 188 | |
| 189 | .action-top.closed { |
| 190 | -moz-border-radius: 6px; |
| 191 | -webkit-border-radius: 6px; |
| 192 | -khtml-border-radius: 6px; |
| 193 | border-radius: 6px; |
| 194 | border-radius: 6px; |
| 195 | background: #dfdfdf url("../images/gray-grad.png") repeat-x left top; |
| 196 | text-shadow: #fff 0 1px 0; |
| 197 | width: 260px; |
| 198 | margin-left: 10px; |
| 199 | padding: 5px 5px 5px 15px; |
| 200 | font-weight: bold; |
| 201 | border: 1px solid #ddd; |
| 202 | margin-bottom: 10px; |
| 203 | min-height: 20px; |
| 204 | } |
| 205 | |
| 206 | .action-top:hover { |
| 207 | cursor: move; |
| 208 | } |
| 209 | |
| 210 | .action-body.open { |
| 211 | -moz-border-radius-bottomleft: 6px; |
| 212 | -moz-border-radius-bottomright: 6px; |
| 213 | -webkit-border-bottom-right-radius: 6px; |
| 214 | -webkit-border-bottm-left-radius: 6px; |
| 215 | -khtml-border-bottm-right-radius: 6px; |
| 216 | -khtml-border-bottom-left-radius: 6px; |
| 217 | border-bottom-right-radius: 6px; |
| 218 | border-bottom-left-radius: 6px; |
| 219 | background: #f7f7f7; |
| 220 | text-shadow: #fff 0 1px 0; |
| 221 | width: 250px; |
| 222 | margin-left: 10px; |
| 223 | padding: 5px 15px; |
| 224 | font-weight: normal; |
| 225 | border: 1px solid #ddd; |
| 226 | margin-bottom: 10px; |
| 227 | min-height: 20px; |
| 228 | } |
| 229 | |
| 230 | .action-body.closed { |
| 231 | display: none; |
| 232 | } |
| 233 | |
| 234 | .action-button { |
| 235 | float: right; |
| 236 | margin-right: 0px; |
| 237 | width: 26px; |
| 238 | height: 20px; |
| 239 | background: url("../images/arrows.png") no-repeat scroll 5px 3px transparent; |
| 240 | } |
| 241 | |
| 242 | .action-button:hover { |
| 243 | background: url("../images/arrows-dark.png") no-repeat scroll 5px 3px transparent; |
| 244 | } |
| 245 | |
| 246 | .action-top-placeholder { |
| 247 | -moz-border-radius: 6px; |
| 248 | -webkit-border-radius: 6px; |
| 249 | -khtml-border-radius: 6px; |
| 250 | border-radius: 6px; |
| 251 | border-radius: 6px; |
| 252 | background: transparent; |
| 253 | width: 250px; |
| 254 | margin-left: 10px; |
| 255 | padding: 5px 15px; |
| 256 | font-weight: bold; |
| 257 | margin-bottom: 10px; |
| 258 | min-height: 20px; |
| 259 | border: 1px dashed #ddd; |
| 260 | } |
| 261 | |
| 262 | div.popover-operation { |
| 263 | margin-right: 15px; |
| 264 | margin-left: 15px; |
| 265 | margin-bottom: 20px; |
| 266 | -moz-border-radius: 8px; |
| 267 | -webkit-border-radius: 8px; |
| 268 | -khtml-border-radius: 8px; |
| 269 | border-radius: 8px; |
| 270 | border: 1px solid #ddd; |
| 271 | } |
| 272 | |
| 273 | #upmessage p a { |
| 274 | text-decoration: none; |
| 275 | float:right; |
| 276 | cursor: pointer; |
| 277 | } |
| 278 | |
| 279 | h2.sidebar-name span { |
| 280 | float: right; |
| 281 | } |
| 282 | h2.sidebar-name span a { |
| 283 | text-decoration: none; |
| 284 | font-size: 11px; |
| 285 | } |
| 286 | |
| 287 | #hiden-actions { |
| 288 | margin-left: 5px; |
| 289 | margin-right: 325px; |
| 290 | display: none; |
| 291 | } |
| 292 | |
| 293 | div.popover-operation h2 { |
| 294 | text-shadow: 0 1px 0 #FFFFFF; |
| 295 | color: #000; |
| 296 | font: normal bold 12px/2.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
| 297 | margin-left: 0; |
| 298 | margin-right: 0; |
| 299 | padding-left: 10px; |
| 300 | padding-top: 2px; |
| 301 | padding-bottom: 2px; |
| 302 | } |
| 303 | |
| 304 | div.popover-operation .inner-operation { |
| 305 | padding: 10px; |
| 306 | font-size: 12px; |
| 307 | background: #fff; |
| 308 | -moz-border-radius-bottomleft: 8px; |
| 309 | -moz-border-radius-bottomright: 8px; |
| 310 | -webkit-border-bottom-right-radius: 8px; |
| 311 | -webkit-border-bottom-left-radius: 8px; |
| 312 | -khtml-border-bottom-right-radius: 8px; |
| 313 | -khtml-border-bottom-left-radius: 8px; |
| 314 | border-bottom-right-radius: 8px; |
| 315 | border-bottom-left-radius: 8px; |
| 316 | } |
| 317 | |
| 318 | div.popover-operation .inner-operation p { |
| 319 | margin-top: 0; |
| 320 | } |
| 321 | |
| 322 | div.popover-operation .inner-operation p.description { |
| 323 | margin: 10px 0 0; |
| 324 | } |
| 325 | |
| 326 | #positive-rules-holder, #negative-rules-holder { |
| 327 | clear: both; |
| 328 | } |
| 329 | |
| 330 | div.buttons { |
| 331 | text-align: right; |
| 332 | padding: 10px 15px 10px 10px; |
| 333 | } |
| 334 | div.buttons a.cancellink { |
| 335 | margin-right: 10px; |
| 336 | font-size: 12px; |
| 337 | text-decoration: underline; |
| 338 | color: #797979; |
| 339 | } |
| 340 | |
| 341 | .no-movecursor { |
| 342 | cursor: auto !Important; |
| 343 | } |
| 344 | |
| 345 | #upmessage p { |
| 346 | padding: 5px; |
| 347 | margin-top: 0; |
| 348 | margin-bottom: 10px; |
| 349 | background-color: #ffffe0; |
| 350 | border: 1px solid #e6db55; |
| 351 | margin-right: 15px; |
| 352 | } |
| 353 | |
| 354 | #popovernotonurl, #popoveronurl { |
| 355 | width: 99%; |
| 356 | min-height: 10em; |
| 357 | } |
| 358 | |
| 359 | |
| 360 |