| 14 | | .a-slot.editing-now |
| 15 | | { |
| 16 | | z-index: 900; |
| 17 | | } |
| 18 | | |
| 19 | | .logged-in .a-slot { |
| 20 | | min-height: 20px; |
| 21 | | margin-bottom: 20px; |
| 22 | | } |
| 23 | | |
| 24 | | .a-slot-form.a-options |
| 25 | | { |
| 26 | | position: relative; |
| 27 | | margin-bottom: -27px; |
| 28 | | } |
| 29 | | |
| 30 | | |
| 31 | | .a-media-placeholder |
| 32 | | { |
| 33 | | /* Height and Width are defined in the template and applied inline in _normalView.php */ |
| 34 | | /* Placeholder is used in aImage, aVideo, aSlideshow*/ |
| 35 | | } |
| 36 | | |
| 37 | | .a-media-placeholder span |
| 38 | | { |
| 39 | | display: block; |
| 40 | | width: 100%; |
| 41 | | height: 100%; |
| 42 | | text-align: center; |
| 43 | | border: 1px dashed #ccc; |
| 44 | | margin: -1px 0 0 -1px; |
| 45 | | background: rgba(0,0,0,0.025); |
| 46 | | } |
| 47 | | |
| 48 | | .a-slot.aRawHTML textarea |
| 49 | | { |
| 50 | | float: left; |
| 51 | | width: 100%; |
| 52 | | border: 1px solid #333; |
| 53 | | padding: 2px; |
| 54 | | height: 200px; |
| 55 | | font: 12px/1.2 Monospace; |
| 56 | | background: #efefef; |
| 57 | | margin: 0 0 0 -3px; |
| 58 | | } |
| 59 | | |
| 60 | | /* aSlideshow Slot Styles */ |
| 61 | | |
| 62 | | ul.a-slideshow-controls |
| 63 | | { |
| 64 | | position: absolute; |
| 65 | | top: 5px; |
| 66 | | right: 5px; |
| 67 | | height: auto; |
| 68 | | border: none; |
| 69 | | list-style: none; |
| 70 | | z-index: 799; |
| 71 | | } |
| 72 | | |
| 73 | | |
| 74 | | .a-slideshow-item |
| 75 | | { |
| 76 | | overflow: hidden; |
| 77 | | display: none; |
| 78 | | } |
| 79 | | |
| 80 | | .a-slideshow-item .a-slideshow-title |
| 81 | | { |
| 82 | | |
| 83 | | } |
| 84 | | |
| 85 | | .a-slideshow-item .a-slideshow-image |
| 86 | | { |
| 87 | | line-height: 0 !important; /* RB: fixes the bit of whitespace after img */ |
| 88 | | } |
| 89 | | |
| 90 | | |
| 91 | | /* aButton Slot Styles */ |
| 92 | | |
| 93 | | .a-slot.aButton .a-button, |
| 94 | | .a-slot.aButton .a-button .a-button-image, |
| 95 | | .a-slot.aButton .a-button .a-button-image .a-button-link, |
| 96 | | .a-slot.aButton .a-button .a-button-title |
| 97 | | { |
| 98 | | float: left; |
| 99 | | clear: both; |
| 100 | | display: inline; |
| 101 | | position: relative; |
| 102 | | width: 100%; |
| 103 | | margin: 0; |
| 104 | | } |
| 105 | | |
| 106 | | .a-slot.aButton .a-button |
| 107 | | { /* Fixes IE6 Bug */ |
| 108 | | background: none; |
| 109 | | } |
| 110 | | |
| 111 | | /* aButton Slot Bundled Variant Style */ |
| 112 | | |
| 113 | | .a-slot.aButton.useTitleAsButtonText .a-button .a-button-title |
| 114 | | { |
| 115 | | position: absolute; |
| 116 | | top: 0; |
| 117 | | left: 0; |
| 118 | | top: 50%; |
| 119 | | left: 0; |
| 120 | | line-height: 20px; |
| 121 | | margin-top: -10px; |
| 122 | | } |
| 123 | | |
| 124 | | .a-slot.aButton.useTitleAsButtonText .a-button .a-button-title a, |
| 125 | | .a-slot.aButton.useTitleAsButtonText .a-button .a-button-title a:hover |
| 126 | | { |
| 127 | | position: absolute; |
| 128 | | float: left; |
| 129 | | text-align: center; |
| 130 | | text-decoration: none; |
| 131 | | width: 100%; |
| 132 | | height: 100%; |
| 133 | | font-size: 16px; |
| 134 | | color: #fff; |
| 135 | | white-space: nowrap; |
| 136 | | text-shadow: 0 0 6px rgba(0,0,0,0.80); |
| 137 | | } |
| 138 | | |
| 139 | | /* aImage Slot Styles */ |
| 140 | | |
| 141 | | .a-slot.aImage .a-media-image, |
| 142 | | .a-slot.aImage .a-image-embed |
| 143 | | { |
| 144 | | float: left; |
| 145 | | clear: both; |
| 146 | | line-height: 0; |
| 147 | | } |
| 148 | | |
| 149 | | /* aVideo Slot Styles */ |
| 150 | | |
| 151 | | /* aFeed Slot Styles */ |
| 152 | | |
| 153 | | .a-slot.aFeed .a-feed, |
| 154 | | .a-slot.aFeed .a-feed .a-feed-item |
| 155 | | { |
| 156 | | float: left; |
| 157 | | display: inline; |
| 158 | | position: relative; |
| 159 | | clear: both; |
| 160 | | width: 100%; |
| 161 | | margin-bottom: 10px; |
| 162 | | } |
| 163 | | |
| 164 | | .a-slot.aFeed .a-feed .a-feed-item .title |
| 165 | | { |
| 166 | | font-size: 14px; |
| 167 | | } |
| 168 | | |
| 169 | | .a-slot.aFeed .a-feed .a-feed-item .date |
| 170 | | { |
| 171 | | margin: 5px 0; |
| 172 | | color: #999; |
| 173 | | } |
| 174 | | |
| 175 | | .a-slot.aFeed .a-feed .a-feed-item .date, |
| 176 | | .a-slot.aFeed .a-feed .a-feed-item .description |
| 177 | | { |
| 178 | | font-size: 11px; |
| 179 | | line-height: 1.4; |
| 180 | | } |
| 181 | | |
| 182 | | /*aPDF Slot Styles*/ |
| 183 | | |
| 184 | | .a-slot.aPDF |
| 185 | | { |
| 186 | | margin: 20px 0px; |
| 187 | | } |
| 188 | | |
| 189 | | .a-pdf-slot |
| 190 | | { |
| 191 | | position: relative; |
| 192 | | overflow: hidden; |
| 193 | | width: 100%; |
| 194 | | } |
| 195 | | |
| 196 | | .a-pdf-slot .a-pdf-meta |
| 197 | | { |
| 198 | | position: relative; |
| 199 | | margin: 5px 0; |
| 200 | | } |
| 201 | | |
| 202 | | .a-pdf-title |
| 203 | | { |
| 204 | | width: 100%; |
| 205 | | font-size: 16px; |
| 206 | | } |
| 207 | | |
| 208 | | .a-pdf-description |
| 209 | | { |
| 210 | | margin-top: 0px; |
| 211 | | color: #666; |
| 212 | | width: 100%; |
| 213 | | margin: 5px 0; |
| 214 | | } |
| 215 | | |
| 216 | | .a-pdf-download |
| 217 | | { |
| 218 | | margin-left: -3px; |
| 219 | | } |
| 220 | | |
| 221 | | .a-pdf-download a |
| 222 | | { |
| 223 | | background: url(/apostrophePlugin/images/a-icon-alt-download.png) no-repeat left center; |
| 224 | | padding-left: 20px; |
| 225 | | } |
| 226 | | |
| 227 | | /*ICON ONLY*/ |
| 228 | | |
| 229 | | .a-pdf-slot.no-label |
| 230 | | { |
| 231 | | height: auto !important; |
| 232 | | height: 43px; |
| 233 | | } |
| 234 | | |
| 235 | | .a-pdf-slot.no-label .a-media-pdf-icon |
| 236 | | { |
| 237 | | position: absolute; |
| 238 | | height: 43px; |
| 239 | | width: 34px; |
| 240 | | margin-top: 5px; |
| 241 | | top: 0; |
| 242 | | left: 0; |
| 243 | | z-index: 10; |
| 244 | | } |
| 245 | | |
| 246 | | .a-pdf-slot.no-label .a-media-pdf-icon a |
| 247 | | { |
| 248 | | float: left; |
| 249 | | background: url(/apostrophePlugin/images/a-pdf-icon-tiny.png) no-repeat top left; |
| 250 | | height: 100%; |
| 251 | | width: 100%; |
| 252 | | overflow: hidden; |
| 253 | | text-indent: -9999px; |
| 254 | | } |
| 255 | | |
| 256 | | .a-pdf-slot.no-label .a-pdf-meta |
| 257 | | { |
| 258 | | padding-left: 45px; |
| 259 | | text-indent: 0 !important; |
| 260 | | } |
| 261 | | |
| 262 | | /*COMPACT*/ |
| 263 | | |
| 264 | | .compact .a-pdf-slot.no-label .a-media-pdf-icon |
| 265 | | { |
| 266 | | display: inline; |
| 267 | | position: absolute; |
| 268 | | top: 0; |
| 269 | | left: 0; |
| 270 | | height: 20px; |
| 271 | | width: 20px; |
| 272 | | margin-top: 4px; |
| 273 | | z-index: 10; |
| 274 | | } |
| 275 | | |
| 276 | | .compact .a-pdf-slot.no-label .a-media-pdf-icon a |
| 277 | | { |
| 278 | | float: left; |
| 279 | | background: url(/apostrophePlugin/images/a-icon-pdf.png) no-repeat top left; |
| 280 | | height: 100%; |
| 281 | | width: 100%; |
| 282 | | overflow: hidden; |
| 283 | | text-indent: -9999px; |
| 284 | | } |
| 285 | | |
| 286 | | .compact .a-pdf-slot.no-label .a-pdf-meta |
| 287 | | { |
| 288 | | padding-left: 25px; |
| 289 | | } |
| 290 | | |
| 291 | | .compact .a-pdf-title |
| 292 | | { |
| 293 | | width: 100%; |
| 294 | | font-size: 14px; |
| 295 | | } |
| 296 | | |
| 297 | | .compact .a-pdf-description |
| 298 | | { |
| 299 | | display: none; |
| 300 | | } |
| 301 | | |
| 302 | | .compact .a-pdf-download |
| 303 | | { |
| 304 | | display: none; |
| 305 | | } |
| 306 | | |
| 307 | | |
| 308 | | /*PDF PREVIEW*/ |
| 309 | | |
| 310 | | /*COMPACT*/ |
| 311 | | |
| 312 | | .compact .a-pdf-slot.with-preview .a-media-pdf-icon img |
| 313 | | { |
| 314 | | border: 1px solid #ccc; |
| 315 | | margin-right: 10px; |
| 316 | | margin-bottom: 5px; |
| 317 | | height: 70px; |
| 318 | | width: 56px; |
| 319 | | } |
| 320 | | |
| 321 | | .compact .a-pdf-slot.with-preview .a-media-pdf-icon |
| 322 | | { |
| 323 | | position: absolute; |
| 324 | | top: 0; |
| 325 | | left: 0; |
| 326 | | height: 70px; |
| 327 | | width: 56px; |
| 328 | | margin-top: 5px; |
| 329 | | z-index: 10; |
| 330 | | overflow: hidden; |
| 331 | | } |
| 332 | | |
| 333 | | .compact .a-pdf-slot.with-preview .a-media-pdf-icon a |
| 334 | | { |
| 335 | | float: left; |
| 336 | | height: 100%; |
| 337 | | width: 100%; |
| 338 | | text-indent: -9999px; |
| 339 | | } |
| 340 | | |
| 341 | | .compact .a-pdf-slot.with-preview .a-pdf-meta |
| 342 | | { |
| 343 | | padding-left: 70px; |
| 344 | | } |
| 345 | | |
| 346 | | |
| 347 | | /* 9. Controls for Areas and Slots |
| | 34 | .a-slot.editing-now { z-index: 900; } |
| | 35 | |
| | 36 | .logged-in .a-slot { min-height: 20px; margin-bottom: 20px; } |
| | 37 | |
| | 38 | |
| | 39 | |
| | 40 | /* Controls for Areas & Slots |
| 372 | | .a-controls.a-over, |
| 373 | | .a-area.singleton > .a-controls |
| 374 | | { |
| 375 | | position: absolute; |
| 376 | | top: 0; |
| 377 | | left: 0; |
| 378 | | z-index: 799; |
| 379 | | margin: 0 !important; |
| 380 | | } |
| 381 | | |
| 382 | | /* There are no such thing as slot controls for singleton areas. |
| 383 | | This prevents the page wiggle jump at load */ |
| 384 | | .a-area.singleton .a-slot-controls { display: none; } |
| 385 | | |
| 386 | | .a-controls li.last |
| 387 | | { /* .last option has no margin */ |
| 388 | | margin: 0 0 2px 0 !important; |
| 389 | | } |
| 390 | | |
| 391 | | .a-area > .a-controls |
| 392 | | { |
| 393 | | margin: 0 0 10px; |
| 394 | | } |
| | 65 | .a-ui.a-controls li.last { margin: 0 0 2px 0 !important; } /* .last option has no margin */ |
| | 66 | |
| | 67 | .a-ui.a-controls.a-over { position: absolute; top: 0; left: 0; z-index: 799; margin: 0 !important; } /* Explicitly place the controls over the slot */ |
| | 68 | |
| | 69 | .a-area > .a-ui.a-controls { margin: 0 0 10px; } |
| | 70 | |
| | 71 | .a-slot > .a-ui.a-controls { width: 100%; } |
| | 72 | .a-slot.editing-now > .a-ui.a-controls { z-index: 899; } /* Controls sit on top when editing a slot */ |
| | 73 | |
| | 74 | |
| | 75 | /* Singlton Slot Controls |
| | 76 | ------------------------------------------------ */ |
| | 77 | .a-area.singleton > .a-controls { position: absolute; top: 0; left: 0; z-index: 799; margin: 0 !important; } /* Singletons place the controls over the slot */ |
| | 78 | |
| | 79 | .a-area.singleton.editing-now > .a-ui.a-controls { z-index: 899; } /* Controls sit on top when editing a slot */ |
| | 80 | |
| | 81 | .a-area.singleton .a-slot-controls { display: none; } /* There are no such thing as slot controls for singleton areas. This prevents the page wiggle on load */ |
| 401 | | .a-area.singleton.aEventSingle > .a-controls |
| 402 | | { /* Some Singleton Slots don't want Area Controls to sit on top of their content */ |
| 403 | | position: relative; |
| 404 | | margin-bottom: 0; |
| 405 | | } |
| 406 | | |
| 407 | | .a-slot.editing-now > ul.a-controls, |
| 408 | | .a-area.singleton.editing-now > ul.a-controls |
| 409 | | { /* Controls sit on top when editing a singleton slot or a slot in an area */ |
| 410 | | z-index: 899; |
| 411 | | } |
| 412 | | |
| 413 | | .a-slot > ul.a-controls |
| 414 | | { |
| 415 | | width: 100%; |
| 416 | | } |
| 417 | | |
| 418 | | ul.a-controls.a-media-edit-links |
| 419 | | { |
| 420 | | width: 100%; |
| 421 | | } |
| 422 | | |
| 423 | | ul.a-controls ul.a-controls-item |
| 424 | | { /* Control Subsets */ |
| 425 | | position: relative; |
| 426 | | } |
| 427 | | |
| 428 | | ul.a-controls .a-options |
| 429 | | { |
| 430 | | z-index: 699; |
| 431 | | display: none; |
| 432 | | min-width: 124%; |
| 433 | | } |
| 434 | | |
| 435 | | .a-area.previewing-history .a-controls |
| 436 | | { |
| 437 | | display: none !important; |
| 438 | | } |
| 439 | | |
| 440 | | |
| 441 | | |
| 442 | | ul.a-controls .a-options .a-options-item, |
| 443 | | ul.a-controls .a-options .a-options-item.last |
| 444 | | { |
| | 88 | .a-area.singleton.aEventSingle > .a-controls { position: relative; margin-bottom: 0; } /* Some Singleton Slots don't want Area Controls to sit on top of their content */ |
| | 89 | |
| | 90 | |
| | 91 | /* aOptions for Areas & Slots :: aOptions is in a-components.css |
| | 92 | -------------------------------------------------------------------- */ |
| | 93 | .a-ui .a-options.a-area-options { z-index: 699; display: none; min-width: 100%; padding: 35px 5px 5px; } |
| | 94 | .a-ui .a-options.a-area-options .a-options-item, |
| | 95 | .a-ui .a-options.a-area-options .a-options-item.last { |
| 541 | | .a-options.a-slot-form .a-form-row label |
| 542 | | { |
| 543 | | width: 80px; |
| 544 | | float: left; |
| 545 | | margin: 0 10px 0 0; |
| 546 | | color: #666; |
| 547 | | } |
| 548 | | |
| 549 | | .a-options.a-slot-form .a-form-field |
| 550 | | { |
| 551 | | float: left; |
| 552 | | } |
| 553 | | |
| 554 | | .a-controls.a-blog-post-controls |
| 555 | | { |
| 556 | | width: 100%; |
| 557 | | float: left; |
| 558 | | margin: 10px 0 5px 0 !important; |
| 559 | | } |
| 560 | | |
| 561 | | .a-options-open |
| 562 | | { |
| 563 | | z-index: 999; |
| 564 | | } |
| 565 | | |
| 566 | | .a-options-open > a.a-btn |
| 567 | | { |
| 568 | | color: #fff !important; |
| 569 | | background-color: #333; |
| 570 | | z-index: 999; |
| 571 | | } |
| 572 | | |
| 573 | | .a-options-open .a-options |
| 574 | | { |
| 575 | | display: block !important; |
| 576 | | } |
| | 181 | |
| | 182 | |
| | 183 | /* aSlideshow Slot Styles |
| | 184 | ---------------------------------------- */ |
| | 185 | ul.a-slideshow-controls |
| | 186 | { |
| | 187 | position: absolute; |
| | 188 | top: 5px; |
| | 189 | right: 5px; |
| | 190 | height: auto; |
| | 191 | border: none; |
| | 192 | list-style: none; |
| | 193 | z-index: 799; |
| | 194 | } |
| | 195 | |
| | 196 | .a-slideshow-item { overflow: hidden; display: none; } |
| | 197 | .a-slideshow-item .a-slideshow-title { } |
| | 198 | .a-slideshow-item .a-slideshow-image { line-height: 0 !important; } /* RB: fixes the bit of whitespace after img */ |
| | 199 | |
| | 200 | |
| | 201 | |
| | 202 | /* aButton Slot Styles |
| | 203 | ------------------------------------- */ |
| | 204 | .a-slot.aButton .a-button, |
| | 205 | .a-slot.aButton .a-button .a-button-image, |
| | 206 | .a-slot.aButton .a-button .a-button-image .a-button-link, |
| | 207 | .a-slot.aButton .a-button .a-button-title |
| | 208 | { |
| | 209 | float: left; |
| | 210 | clear: both; |
| | 211 | display: inline; |
| | 212 | position: relative; |
| | 213 | width: 100%; |
| | 214 | margin: 0; |
| | 215 | } |
| | 216 | |
| | 217 | .a-slot.aButton .a-button { background: none; } /* Fixes IE6 Bug */ |
| | 218 | |
| | 219 | |
| | 220 | /* aImage Slot Styles |
| | 221 | ------------------------------------- */ |
| | 222 | .a-slot.aImage .a-media-image, |
| | 223 | .a-slot.aImage .a-image-embed { float: left; clear: both; line-height: 0; } |
| | 224 | |
| | 225 | |
| | 226 | /* aVideo Slot Styles |
| | 227 | ------------------------------------- */ |
| | 228 | |
| | 229 | |
| | 230 | /* aRawHTML Slot Styles |
| | 231 | ------------------------------------- */ |
| | 232 | .a-slot.aRawHTML textarea |
| | 233 | { |
| | 234 | float: left; |
| | 235 | width: 100%; |
| | 236 | border: 1px solid #333; |
| | 237 | padding: 2px; |
| | 238 | height: 200px; |
| | 239 | font: 12px/1.2 Monospace; |
| | 240 | background: #efefef; |
| | 241 | margin: 0 0 0 -3px; |
| | 242 | } |
| | 243 | |
| | 244 | |
| | 245 | /* aFeed Slot Styles |
| | 246 | ------------------------------------- */ |
| | 247 | .a-slot.aFeed .a-feed, |
| | 248 | .a-slot.aFeed .a-feed .a-feed-item |
| | 249 | { |
| | 250 | float: left; |
| | 251 | display: inline; |
| | 252 | position: relative; |
| | 253 | clear: both; |
| | 254 | width: 100%; |
| | 255 | margin-bottom: 10px; |
| | 256 | } |
| | 257 | |
| | 258 | .a-slot.aFeed .a-feed .a-feed-item .title { font-size: 14px; } |
| | 259 | .a-slot.aFeed .a-feed .a-feed-item .date { margin: 5px 0; color: #999; } |
| | 260 | .a-slot.aFeed .a-feed .a-feed-item .date, |
| | 261 | .a-slot.aFeed .a-feed .a-feed-item .description { font-size: 11px; line-height: 1.4; } |
| | 262 | |
| | 263 | |
| | 264 | |
| | 265 | /* aPDF Slot Styles |
| | 266 | ------------------------------------- */ |
| | 267 | .a-slot.aPDF { margin: 20px 0px; } |
| | 268 | |
| | 269 | .a-pdf-slot { position: relative; overflow: hidden; width: 100%; } |
| | 270 | |
| | 271 | .a-pdf-slot .a-pdf-meta { position: relative; margin: 5px 0; } |
| | 272 | |
| | 273 | .a-pdf-title { width: 100%; font-size: 16px; } |
| | 274 | |
| | 275 | .a-pdf-description { margin-top: 0px; color: #666; width: 100%; margin: 5px 0; } |
| | 276 | |
| | 277 | .a-pdf-download { margin-left: -3px; } |
| | 278 | |
| | 279 | .a-pdf-download a { background: url(/apostrophePlugin/images/a-icon-alt-download.png) no-repeat left center; padding-left: 20px; } |
| | 280 | |
| | 281 | |
| | 282 | /* aPDF Slot No Label |
| | 283 | ------------------------------------------------ */ |
| | 284 | .a-pdf-slot.no-label { height: auto !important; height: 43px; } |
| | 285 | |
| | 286 | .a-pdf-slot.no-label .a-media-pdf-icon |
| | 287 | { |
| | 288 | position: absolute; |
| | 289 | height: 43px; |
| | 290 | width: 34px; |
| | 291 | margin-top: 5px; |
| | 292 | top: 0; |
| | 293 | left: 0; |
| | 294 | z-index: 10; |
| | 295 | } |
| | 296 | |
| | 297 | .a-pdf-slot.no-label .a-media-pdf-icon a |
| | 298 | { |
| | 299 | float: left; |
| | 300 | background: url(/apostrophePlugin/images/a-pdf-icon-tiny.png) no-repeat top left; |
| | 301 | height: 100%; |
| | 302 | width: 100%; |
| | 303 | overflow: hidden; |
| | 304 | text-indent: -9999px; |
| | 305 | } |
| | 306 | |
| | 307 | .a-pdf-slot.no-label .a-pdf-meta { padding-left: 45px; text-indent: 0 !important; } |
| | 308 | |
| | 309 | |
| | 310 | /* aPDF Slot Compact |
| | 311 | ------------------------------------------------ */ |
| | 312 | .compact .a-pdf-slot.no-label .a-media-pdf-icon { |
| | 313 | display: inline; |
| | 314 | position: absolute; |
| | 315 | top: 0; |
| | 316 | left: 0; |
| | 317 | height: 20px; |
| | 318 | width: 20px; |
| | 319 | margin-top: 4px; |
| | 320 | z-index: 10; |
| | 321 | } |
| | 322 | |
| | 323 | .compact .a-pdf-slot.no-label .a-media-pdf-icon a |
| | 324 | { |
| | 325 | float: left; |
| | 326 | background: url(/apostrophePlugin/images/a-icon-pdf.png) no-repeat top left; |
| | 327 | height: 100%; |
| | 328 | width: 100%; |
| | 329 | overflow: hidden; |
| | 330 | text-indent: -9999px; |
| | 331 | } |
| | 332 | |
| | 333 | .compact .a-pdf-slot.no-label .a-pdf-meta { padding-left: 25px; } |
| | 334 | .compact .a-pdf-title { width: 100%; font-size: 14px; } |
| | 335 | .compact .a-pdf-description { display: none; } |
| | 336 | .compact .a-pdf-download { display: none; } |
| | 337 | |
| | 338 | |
| | 339 | /* aPDF Slot Compact with Preview |
| | 340 | ------------------------------------------------ */ |
| | 341 | .compact .a-pdf-slot.with-preview .a-media-pdf-icon img |
| | 342 | { |
| | 343 | border: 1px solid #ccc; |
| | 344 | margin-right: 10px; |
| | 345 | margin-bottom: 5px; |
| | 346 | height: 70px; |
| | 347 | width: 56px; |
| | 348 | } |
| | 349 | |
| | 350 | .compact .a-pdf-slot.with-preview .a-media-pdf-icon |
| | 351 | { |
| | 352 | position: absolute; |
| | 353 | top: 0; |
| | 354 | left: 0; |
| | 355 | height: 70px; |
| | 356 | width: 56px; |
| | 357 | margin-top: 5px; |
| | 358 | z-index: 10; |
| | 359 | overflow: hidden; |
| | 360 | } |
| | 361 | |
| | 362 | .compact .a-pdf-slot.with-preview .a-media-pdf-icon a { float: left; height: 100%; width: 100%; text-indent: -9999px; } |
| | 363 | |
| | 364 | .compact .a-pdf-slot.with-preview .a-pdf-meta { padding-left: 70px; } |
| | 365 | |
| | 366 | |
| | 367 | /* aSlot Content Styles |
| | 368 | --------------------------------------- */ |