Changeset 59224 in spip-zone
- Timestamp:
- Mar 11, 2012, 3:39:02 PM (9 years ago)
- Location:
- _plugins_/mediabox/colorbox/fancybox
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mediabox/colorbox/fancybox/colorbox.css
r40873 r59224 34 34 text-align: center; color: #fff; font-weight: bold; font-size: 0.9em; background-image: url('images/fancy_title_over.png'); } 35 35 #cboxCurrent{position: absolute; left: -3000em} 36 #cboxPrevious{position: absolute; top: -12px; left: -11px; width: 22px; height: 30px; 37 background:url(images/fancy_left.png) no-repeat; text-indent:-9999px;} 38 #cboxPrevious.hover{} 39 #cboxNext{position:absolute; top: -12px; left: 33px; width: 22px; height: 30px; 40 background:url(images/fancy_right.png) no-repeat; text-indent:-9999px;} 41 #cboxNext.hover{} 42 #cboxSlideshow{position:absolute; top: -12px; left:11px; width: 22px; height: 30px; 43 background:url(images/fancy_play.png) no-repeat; text-indent:-9999px;} 36 #cboxPrevious{position: absolute; top: 0; left: 15px; width: 35% ; height: 100%; text-indent:-9999px;} 37 #cboxPrevious.hover{background:url(images/fancy_left.png) left 50% no-repeat;} 38 #cboxNext{position: absolute; top: 0; right: 15px; width: 35% ; height: 100%; text-indent:-9999px;} 39 #cboxNext.hover{background:url(images/fancy_right.png) right 50% no-repeat;} 40 #cboxSlideshow{position:absolute; top: -12px; left:-15px; width: 30px; height: 30px; 41 background:url(images/fancy_play.png) 0 0 no-repeat; text-indent:-9999px;} 44 42 #cboxLoadingOverlay{background:#fff;} 45 43 #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;} 46 44 #cboxClose{position:absolute; top: -12px; right: -15px; height: 30px; width: 30px; 47 background:url(images/fancy_closebox.png) 0 px 0pxno-repeat; text-indent:-9999px;}45 background:url(images/fancy_closebox.png) 0 0 no-repeat; text-indent:-9999px;} 48 46 49 47 .cboxSlideshow_on #cboxSlideshow{background:url(images/fancy_pause.png) no-repeat;} -
_plugins_/mediabox/colorbox/fancybox/colorbox_rtl.css
r40873 r59224 34 34 text-align: center; color: #fff; font-weight: bold; font-size: 0.9em; background-image: url('images/fancy_title_over.png'); } 35 35 #cboxCurrent{position: absolute; right: -3000em} 36 #cboxPrevious{position: absolute; top: -12px; right: -11px; width: 22px; height: 30px; 37 background:url(images/fancy_right.png) no-repeat; text-indent:-9999px;} 38 #cboxPrevious.hover{} 39 #cboxNext{position:absolute; top: -12px; right: 33px; width: 22px; height: 30px; 40 background:url(images/fancy_left.png) no-repeat; text-indent:-9999px;} 41 #cboxNext.hover{} 42 #cboxSlideshow{position:absolute; top: -12px; right:11px; width: 22px; height: 30px; 43 background:url(images/fancy_play.png) no-repeat; text-indent:-9999px;} 36 #cboxPrevious{position: absolute; top: 0; right: 15px; width: 35% ; height: 100%; text-indent:-9999px;} 37 #cboxPrevious.hover{background:url(images/fancy_right.png) right 50% no-repeat;} 38 #cboxNext{position: absolute; top: 0; left: 15px; width: 35% ; height: 100%; text-indent:-9999px;} 39 #cboxNext.hover{background:url(images/fancy_left.png) left 50% no-repeat;} 40 #cboxSlideshow{position:absolute; top: -12px; right:-15px; width: 30px; height: 30px; 41 background:url(images/fancy_play.png) 0 0 no-repeat; text-indent:-9999px;} 44 42 #cboxLoadingOverlay{background:#fff;} 45 43 #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;} 46 44 #cboxClose{position:absolute; top: -12px; left: -15px; height: 30px; width: 30px; 47 background:url(images/fancy_closebox.png) 0 px 0pxno-repeat; text-indent:-9999px;}45 background:url(images/fancy_closebox.png) 0 0 no-repeat; text-indent:-9999px;} 48 46 49 47 .cboxSlideshow_on #cboxSlideshow{background:url(images/fancy_pause.png) no-repeat;}
Note: See TracChangeset
for help on using the changeset viewer.