Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css

127 lines
2.5 KiB

samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li{
border: 0 none;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}
#bx-wrapper {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#container-slider {
margin: 15px auto;
min-height: 310px;
padding: 0 0 0 6%;
width: 560px;
z-index: 0;
}
.bx-next {
background: url("gray_next.png") no-repeat scroll 0 -30px transparent;
height: 30px;
position: absolute;
right: -50px;
text-indent: -999999px;
top: 40%;
width: 30px;
z-index: 999;
}
.bx-prev {
background: url("gray_prev.png") no-repeat scroll 0 -30px transparent;
height: 30px;
left: -50px;
position: absolute;
text-indent: -999999px;
top: 40%;
width: 30px;
z-index: 999;
}
.bx-pager a {
background: url("gray_pager.png") no-repeat scroll 0 -20px transparent;
color: #FFFFFF;
font-size: 12px;
margin-right: 5px;
padding: 3px 8px 3px 6px;
text-decoration: none;
}
.bx-auto .start {
background: url("gray_auto.png") no-repeat scroll 0 2px transparent;
padding-left: 13px;
}
.bx-auto .stop {
background: url("gray_auto.png") no-repeat scroll 0 -14px transparent;
padding-left: 13px;
}
.bx-next:hover, .bx-prev:hover {
background-position: 0 0;
}
.bx-pager .pager-active, .bx-pager a:hover {
background-position: 0 0;
text-decoration: none;
}
.bx-pager {
color: #666666;
font-size: 12px;
padding-top: 7px;
text-align: center;
}
.bx-captions {
color: #666666;
font-size: 12px;
padding: 7px 0;
text-align: center;
}
.bx-auto {
padding-top: 15px;
text-align: center;
}
.bx-auto a {
color: #666666;
font-size: 12px;
}
#slider {
line-height: 120%;
}
#slider h1 {
font-size: 1.6em;
line-height: 150%;
}
#slider li p {
font-size: 1.1em;
}
#slider .strng {
font-weight: 600;
}
#slider .signatured {
color: #3183B1;
font-size: 1.3em;
line-height: 200%;
text-decoration: none;
}
#slider strong {
font-size: 1.1em;
}
#slider li a {
color: #3183B1;
font-size: 1.1em;
text-decoration: none;
}
.bx-colored {
color: #3183B1;
text-decoration: none;
}
#slider .notice {
color: #3183B1;
font-size: 1em;
text-decoration: none;
}
#slider .laucherlink {
color: #3183B1;
cursor: pointer;
font-size: 1.1em;
text-decoration: none;
}