popoveradmin.css
294 lines
| 1 | /* @override http://dev.site/wp-content/plugins/popover/popoverincludes/css/popoveradmin.css?ver=2 */ |
| 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 | .popover-holder h3 { |
| 105 | background-color: #edf3fe; |
| 106 | text-shadow: 0 1px 0 #FFFFFF; |
| 107 | color: #000; |
| 108 | font: normal bold 12px/2.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
| 109 | margin-left: 0; |
| 110 | margin-right: 0; |
| 111 | padding-left: 10px; |
| 112 | padding-top: 2px; |
| 113 | padding-bottom: 2px; |
| 114 | } |
| 115 | |
| 116 | .placeholder-rules { |
| 117 | width: 95%; |
| 118 | margin-left: 15px; |
| 119 | margin-bottom: 20px; |
| 120 | -moz-border-radius: 5px; |
| 121 | -webkit-border-radius: 5px; |
| 122 | -khtml-border-radius: 5px; |
| 123 | border-radius: 5px; |
| 124 | border: 2px dashed #ddd; |
| 125 | color: #a9a9a9; |
| 126 | font-weight: bold; |
| 127 | text-transform: uppercase; |
| 128 | text-align: center; |
| 129 | padding-top: 15px; |
| 130 | padding-bottom: 15px; |
| 131 | clear: both; |
| 132 | min-height: 80px; |
| 133 | } |
| 134 | |
| 135 | .droppable-rules { |
| 136 | margin-right: 15px; |
| 137 | margin-left: 15px; |
| 138 | margin-bottom: 20px; |
| 139 | -moz-border-radius: 5px; |
| 140 | -webkit-border-radius: 5px; |
| 141 | -khtml-border-radius: 5px; |
| 142 | border-radius: 5px; |
| 143 | border: 3px dashed #ddd; |
| 144 | color: #a9a9a9; |
| 145 | font-weight: bold; |
| 146 | text-transform: uppercase; |
| 147 | text-align: center; |
| 148 | padding-top: 15px; |
| 149 | padding-bottom: 15px; |
| 150 | clear: both; |
| 151 | } |
| 152 | |
| 153 | .droppable-rules.hoveringover { |
| 154 | border: 3px dashed #78aad3; |
| 155 | color: #78aad3; |
| 156 | } |
| 157 | |
| 158 | #positive-rules { |
| 159 | background: #fcfcfc; |
| 160 | } |
| 161 | #negative-rules { |
| 162 | background: #fcfcfc; |
| 163 | } |
| 164 | |
| 165 | .action-top { |
| 166 | -moz-border-radius: 6px; |
| 167 | -webkit-border-radius: 6px; |
| 168 | -khtml-border-radius: 6px; |
| 169 | border-radius: 6px; |
| 170 | border-radius: 6px; |
| 171 | background: #dfdfdf url("../images/gray-grad.png") repeat-x left top; |
| 172 | text-shadow: #fff 0 1px 0; |
| 173 | width: 250px; |
| 174 | margin-left: 10px; |
| 175 | padding: 5px 15px; |
| 176 | font-weight: bold; |
| 177 | border: 1px solid #ddd; |
| 178 | margin-bottom: 10px; |
| 179 | min-height: 20px; |
| 180 | } |
| 181 | |
| 182 | .action-top:hover { |
| 183 | cursor: move; |
| 184 | } |
| 185 | |
| 186 | .action-top-placeholder { |
| 187 | -moz-border-radius: 6px; |
| 188 | -webkit-border-radius: 6px; |
| 189 | -khtml-border-radius: 6px; |
| 190 | border-radius: 6px; |
| 191 | border-radius: 6px; |
| 192 | background: transparent; |
| 193 | width: 250px; |
| 194 | margin-left: 10px; |
| 195 | padding: 5px 15px; |
| 196 | font-weight: bold; |
| 197 | margin-bottom: 10px; |
| 198 | min-height: 20px; |
| 199 | border: 1px dashed #ddd; |
| 200 | } |
| 201 | |
| 202 | div.popover-operation { |
| 203 | margin-right: 15px; |
| 204 | margin-left: 15px; |
| 205 | margin-bottom: 20px; |
| 206 | -moz-border-radius: 8px; |
| 207 | -webkit-border-radius: 8px; |
| 208 | -khtml-border-radius: 8px; |
| 209 | border-radius: 8px; |
| 210 | border: 1px solid #ddd; |
| 211 | } |
| 212 | |
| 213 | #upmessage p a { |
| 214 | text-decoration: none; |
| 215 | float:right; |
| 216 | cursor: pointer; |
| 217 | } |
| 218 | |
| 219 | h2.sidebar-name span { |
| 220 | float: right; |
| 221 | } |
| 222 | h2.sidebar-name span a { |
| 223 | text-decoration: none; |
| 224 | font-size: 11px; |
| 225 | } |
| 226 | |
| 227 | #hiden-actions { |
| 228 | margin-left: 5px; |
| 229 | margin-right: 325px; |
| 230 | display: none; |
| 231 | } |
| 232 | |
| 233 | div.popover-operation h2 { |
| 234 | text-shadow: 0 1px 0 #FFFFFF; |
| 235 | color: #000; |
| 236 | font: normal bold 12px/2.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
| 237 | margin-left: 0; |
| 238 | margin-right: 0; |
| 239 | padding-left: 10px; |
| 240 | padding-top: 2px; |
| 241 | padding-bottom: 2px; |
| 242 | } |
| 243 | |
| 244 | div.popover-operation .inner-operation { |
| 245 | padding: 10px; |
| 246 | font-size: 12px; |
| 247 | background: #fff; |
| 248 | -moz-border-radius-bottomleft: 8px; |
| 249 | -moz-border-radius-bottomright: 8px; |
| 250 | -webkit-border-bottom-right-radius: 8px; |
| 251 | -webkit-border-bottom-left-radius: 8px; |
| 252 | -khtml-border-bottom-right-radius: 8px; |
| 253 | -khtml-border-bottom-left-radius: 8px; |
| 254 | border-bottom-right-radius: 8px; |
| 255 | border-bottom-left-radius: 8px; |
| 256 | } |
| 257 | |
| 258 | div.popover-operation .inner-operation p { |
| 259 | margin-top: 0; |
| 260 | } |
| 261 | |
| 262 | div.popover-operation .inner-operation p.description { |
| 263 | margin: 10px 0 0; |
| 264 | } |
| 265 | |
| 266 | #positive-rules-holder, #negative-rules-holder { |
| 267 | clear: both; |
| 268 | } |
| 269 | |
| 270 | div.buttons { |
| 271 | text-align: right; |
| 272 | padding: 10px 15px 10px 10px; |
| 273 | } |
| 274 | div.buttons a.cancellink { |
| 275 | margin-right: 10px; |
| 276 | font-size: 12px; |
| 277 | text-decoration: underline; |
| 278 | color: #797979; |
| 279 | } |
| 280 | |
| 281 | .no-movecursor { |
| 282 | cursor: auto !Important; |
| 283 | } |
| 284 | |
| 285 | #upmessage p { |
| 286 | padding: 5px; |
| 287 | margin-top: 0; |
| 288 | margin-bottom: 10px; |
| 289 | background-color: #ffffe0; |
| 290 | border: 1px solid #e6db55; |
| 291 | margin-right: 15px; |
| 292 | } |
| 293 | |
| 294 |