Server : Apache System : Linux 122.228.205.92.host.secureserver.net 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64 User : ondostategov ( 1002) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/ondostategov/public_html/scholarshipboardondostate/css/ |
/* Required CSS ========================================== */
/* Resets */
.mis-stage,
.mis-slider,
.mis-slide,
.mis-container,
.mis-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.mis-stage,
.mis-slider {
position: relative;
overflow: hidden;
}
.mis-stage {
width: 100%;
margin: 0 auto;
text-align: center;
height: 400px !important;
}
.mis-slider {
list-style: none;
overflow: visible;
height: 100%;
margin-top: 0;
}
/* Set slide width and padding */
.mis-slide {
/* Set width in pixels to restrict width of slides
for multi-item slider, default is 100%
for single-item slider. Use padding to add space
between slides */
width: 100%;
height: auto;
padding: 0;
display: block;
position: relative;
float: left;
overflow: visible !important;
}
.mis-slide.mis-current {
z-index: 100;
}
/* Slide container - inserted around the contents
of each slide by the plugin */
.mis-container {
display: block;
width: auto;
height: auto;
border: 0;
}
/* Style list navigation */
.mis-nav-list {
position: absolute;
bottom: 1.5em;
width: 100%;
margin: 0 auto;
/* center it */
z-index: 300;
padding: 0;
}
.mis-nav-list li {
display: inline-block;
margin: 0 .25em;
}
.mis-nav-list li a {
display: block;
width: 14px;
height: 14px;
text-indent: 100%;
opacity: .8;
overflow: hidden;
white-space: nowrap;
border: 2px solid #fff;
border-radius: 7px;
-webkit-box-shadow: inset 0 0 4px #fff;
box-shadow: inset 0 0 4px 2px #42a5f5;
}
.mis-nav-list li.mis-current a,
.mis-nav-list li a:hover {
background: #42a5f5;
}
.mis-nav-buttons {
display: block;
position: absolute;
height: 0;
top: 0;
opacity: 0.5;
z-index: 200;
}
.mis-nav-buttons a {
display: none;
position: absolute;
color: #eee;
font-size: 0;
/* Hide for browser except Android */
line-height: .01;
/* 0 is inconsistent in Opera */
font-family: Verdana, Geneva, sans-serif;
font-weight: bold;
text-decoration: none;
text-indent: -9999px;
/* Hide for Android */
}
.mis-nav-buttons a:hover {
color: #ccc;
}
.mis-nav-buttons a.mis-next {
left: auto;
right: 0;
}
.mis-nav-buttons a.mis-prev {
left: 0;
}
.mis-nav-buttons a.mis-prev:before,
.mis-nav-buttons a.mis-next:after {
content: "\2039";
/* left single angle quote */
display: block;
font-size: 80px;
text-indent: 0;
}
.mis-nav-buttons a.mis-next:after {
content: "\203A";
/* right single angle quote */
}
@media (max-width:900px) {
.mis-stage {
height: 360px !important;
}
}
@media (max-width:667px) {
.mis-nav-list {
bottom: 0em;
}
}
@media (max-width:480px) {
.mis-stage {
height: 340px !important;
}
}
@media (max-width: 414px) {
.mis-stage {
height: 310px !important;
}
}