Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
.carousel {
.carousel-indicators {
color: #000;
top: 0;
margin-top: -20px;
height: 25px;
& li {
background-color: #fff;
border: 1px solid #124664;
height: 10px;
margin: 0px 3px;
width: 10px;
cursor: default;
&.active {
background-color: #124664;
height: 10px;
margin: 0px 3px;
width: 10px;
}
}
}
.carousel-inner {
/* set heigtht of container */
min-height: 460px;
width: 80%;
margin: 0 10%;
.item {margin-bottom: -20px;}
.carousel-caption {
color: #000;
left: 0;
margin: 40px auto 0;
position: relative;
text-align: left;
text-shadow: none;
width: 90%;
padding-bottom: 0;
.carousel-body {
position: relative;
h4 {margin-top: 0;}
.alert {
font-size: .9em;
margin-bottom: 5px;
padding: 7px 7px 7px 15px;
}
.alert-info {
background-color: #f3f5f6;
border-color: #bababa;
color: #124666;
}
.alert-success {
background-color: #31771f;
border-color: #315f1f;
color: #fff;
}
.radio {
margin-left: 23px;
position: relative;
}
.icon {
margin-left: -40px;
padding-right: 5px;
position: absolute;
top: 2px;
}
.icon-close-alt {
color: #eb1c23;
}
.icon-check-alt {
color: #31771f;
}
}
}
}
.carousel-control {
cursor: pointer;
height: 50px;
width: 50px;
margin: auto;
opacity: 100;
&.right, &.left {
background-color:#fff;
border: 1px solid #bababa;
position: absolute;
z-index: 99999;
background-image: none;
color:#000;
&[disabled=disabled] {
cursor: not-allowed;
opacity: .50;
}
}
.glyphicon-chevron-left, .glyphicon-chevron-right {
color: #003F72;
left: 8px;
top: 12px;
font-size: 30px;
}
&.right {
border-right: none;
margin-right: -20px;
}
&.left {
border-left: none;
margin-left: -20px;
}
}
}
@media screen and (max-width: 500px) {
.carousel {
.carousel-control {
height: 40px;
width: 40px;
.glyphicon-chevron-left, .glyphicon-chevron-right {
top: 10px;
font-size: 20px;
}
}
}
}