jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
123 lines (110 loc) • 2.03 kB
CSS
html, body {
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
}
.slider-demo-navigation-item {
margin-left: 3px;
cursor: pointer;
}
.slider-demo-info-header {
font-size: 20px;
font-family: Impact;
color: #aaa;
}
.slider-demo-info-content {
padding-top: 5px;
font-size: 11px;
width: 210px;
text-align: left;
font-family: Verdana, Arial;
}
.slider-demo-main {
width: 665px;
text-align: center;
border: 1px solid #ccc;
height: 376px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #332f2f;
}
.slider-demo-header {
width: 665px;
height: 76px;
}
.slider-demo-header-content {
position: relative;
right: 25px;
top: 15px;
color: #eee;
font-family: Times New Roman, Verdana;
font-size: 35px;
text-align: right;
}
.slider-demo-content {
width: 663px;
height: 300px;
border: 1px solid #fbfbfb;
border-top-width: 0px;
background: #fafafa;
position: relative;
}
.slider-demo-content-inner {
position: relative;
width: 550px;
background-color: #fff;
height: 250px;
float: right;
right: 25px;
top: 25px;
border: 1px solid #ccc;
background-color: #fbfbfb;
}
.slider-demo-content-container {
position: relative;
left: 9px;
top: 9px;
width: 530px;
background-color: #fff;
height: 230px;
border: 1px solid #F5F5F5;
}
.slider-demo-content-navigation {
z-index: 50;
position: absolute;
top: 200px;
left: 200px;
height: 26px;
width: 130px;
background-color: #555;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.slider-demo-content-image-border {
background-color: #eee;
padding: 5px;
border: 1px solid #ccc;
width: 231px;
height: 154px;
position: relative;
top: 30px;
left: 15px;
float: left;
}
.slider-demo-content-info {
position: relative;
top: 30px;
left: 50px;
float: left;
}
.slider-demo-slider-container {
position: relative;
top: 25px;
left: 20px;
text-align: left;
float: left;
}