Files
2024-11-04 19:13:57 +01:00

29 lines
2.5 KiB
CSS

/*
Plugin : Bootstrap Carousel
Author : Michael Janea (www.michaeljanea.com)
Version : 1.9
*/
#bootstrapCarousel {}
#bootstrapCarousel_Container {height:350px; overflow:auto; margin-bottom:1em;}
#bootstrapCarousel table {width:100%; border-collapse:collapse;}
#bootstrapCarousel th, #bootstrapCarousel td {padding:.5em;}
#bootstrapCarousel th {font-weight:bold;}
#bootstrapCarousel td {vertical-align:top; position:relative;}
#bootstrapCarousel td:nth-child(1) {width:40px;}
#bootstrapCarousel td:nth-child(2), #bootstrapCarousel td:nth-child(3) {width:260px;}
#bootstrapCarousel td:nth-child(4) {width:280px;}
#bootstrapCarousel input[type=text], #bootstrapCarousel textarea {padding:.3em; border:1px solid #ddd; -webkit-border-radius:3px; border-radius:3px; -webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.075); box-shadow:inset 0 2px 2px rgba(0,0,0,0.075); background:rgba(0, 0, 0, .01); outline:none;}
#bootstrapCarousel input[type=text] {width:150px;}
#bootstrapCarousel input[type=text]:focus, #bootstrapCarousel textarea:focus {border:1px solid #139ff7;}
#bootstrapCarousel textarea {resize:none; width:95%; height:100px; white-space:pre-wrap;}
#bootstrapCarousel .bootstrapCarousel_remove, #bootstrapCarousel .bootstrapCarousel_addNew, #bootstrapCarousel .bootstrapCarousel_up, #bootstrapCarousel .bootstrapCarousel_down, #bootstrapCarousel .bootstrapCarousel_browse, #bootstrapCarousel .bootstrapCarousel_move {font-weight:bold; -webkit-border-radius:3px; border-radius:3px; cursor:pointer;}
#bootstrapCarousel .bootstrapCarousel_remove {background:#A94442; padding:.3em .5em; color:#fff;}
#bootstrapCarousel .bootstrapCarousel_remove:hover {text-decoration:none;}
#bootstrapCarousel .bootstrapCarousel_addNew, #bootstrapCarousel .bootstrapCarousel_up, #bootstrapCarousel .bootstrapCarousel_down, #bootstrapCarousel .bootstrapCarousel_browse, #bootstrapCarousel .bootstrapCarousel_move {float:right; padding:.5em; background:#f3f3f3; border:1px solid #ddd;}
#bootstrapCarousel .bootstrapCarousel_browse {padding:.27em .5em; position:absolute; top:.5em; right:.5em;}
#bootstrapCarousel .bootstrapCarousel_addNew:hover {text-decoration:underline;}
#bootstrapCarousel .bootstrapCarousel_up, #bootstrapCarousel .bootstrapCarousel_down {float:none; padding:.13em .4em;}
#bootstrapCarousel .bootstrapCarousel_hidden {display:none;}
#bootstrapCarousel img {max-height:100px; max-width:250px;}
#bootstrapCarousel .bootstrapCarousel_move {background:url('../icons/move.png') center center no-repeat #f3f3f3; width:13px; height:18px; cursor:move;}