180 lines
4.1 KiB
CSS
180 lines
4.1 KiB
CSS
|
|
@CHARSET "UTF-8";
|
||
|
|
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
|
||
|
|
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
|
||
|
|
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
|
||
|
|
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
|
||
|
|
padding-right: 5px;
|
||
|
|
padding-left: 5px
|
||
|
|
}
|
||
|
|
.content-wrapper-bg-darkblue{
|
||
|
|
background: #0d2336;
|
||
|
|
}
|
||
|
|
.content-wrapper-bg-grey{
|
||
|
|
background: #eeeeee;
|
||
|
|
}
|
||
|
|
.content-wrapper-bg-white,.bgcolor-white{
|
||
|
|
background: #f9f9f9;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content-wrapper-bg-white,.content-wrapper-bg-transparent{
|
||
|
|
margin:0 5px;
|
||
|
|
border-radius: 5px;
|
||
|
|
padding-top:15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bgcolor-blue{
|
||
|
|
background: #052941;
|
||
|
|
}
|
||
|
|
.font-basics{
|
||
|
|
font-size: 12px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 24px;
|
||
|
|
}
|
||
|
|
.font-md{
|
||
|
|
font-size: 16px;
|
||
|
|
line-height: inherit;
|
||
|
|
}
|
||
|
|
.font-lg{
|
||
|
|
font-size: 35px;
|
||
|
|
}
|
||
|
|
.font-xlg{
|
||
|
|
font-size: 40px;
|
||
|
|
line-height: normal;
|
||
|
|
}
|
||
|
|
.font-size-38{
|
||
|
|
font-size: 38px;
|
||
|
|
line-height: normal;
|
||
|
|
}
|
||
|
|
.font-color-white,.font-color-dark-white{
|
||
|
|
color: #dbeeff;
|
||
|
|
}
|
||
|
|
.font-color-black{
|
||
|
|
color: #0d2336;
|
||
|
|
font-weight: 600;
|
||
|
|
}
|
||
|
|
.font-color-blue,.font-color-dark-blue{
|
||
|
|
color: #69f6f9;
|
||
|
|
}
|
||
|
|
.font-color-lightBlue,.font-color-light-blue{
|
||
|
|
color: #1790ff;
|
||
|
|
}
|
||
|
|
.font-color-smalt{
|
||
|
|
color: #2b9dd8;
|
||
|
|
}
|
||
|
|
.font-color-lightBlack{
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
.font-color-lightWhite{
|
||
|
|
color: #FFFFFF;
|
||
|
|
}
|
||
|
|
.font-color-1{
|
||
|
|
color: #fff12d;
|
||
|
|
}
|
||
|
|
.font-color-2{
|
||
|
|
color: #d62dff;
|
||
|
|
}
|
||
|
|
.font-color-3{
|
||
|
|
color: #9cef2e;
|
||
|
|
}
|
||
|
|
.font-color-4{
|
||
|
|
color: #2dabff;
|
||
|
|
}
|
||
|
|
.font-color-5{
|
||
|
|
color: #ffb536;
|
||
|
|
}
|
||
|
|
.left-top{
|
||
|
|
height: 180px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.left-middle{
|
||
|
|
height: 455px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.left-middle-line,.left-bottom-bar,.center-bottom-line{
|
||
|
|
padding:15px;
|
||
|
|
}
|
||
|
|
.left-bottom{
|
||
|
|
height: 380px;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.center-top{
|
||
|
|
height: 75px;
|
||
|
|
padding-top:1%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.edit-after {
|
||
|
|
border:1px solid #5C9FD1;
|
||
|
|
}
|
||
|
|
.edit-select {
|
||
|
|
border: 1px dotted #707070;
|
||
|
|
/* border:1px solid #FF2EE3; */
|
||
|
|
}
|
||
|
|
.new-element,.edit-element{
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
.edit-element{
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.cursor-pointer{
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.center-bottom{
|
||
|
|
height: 380px;
|
||
|
|
}
|
||
|
|
.right-top{
|
||
|
|
height: 500px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.right-middle{
|
||
|
|
height: 165px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.right-bottom{
|
||
|
|
height: 330px;
|
||
|
|
|
||
|
|
}
|
||
|
|
.text-bar{
|
||
|
|
margin-top: 5px;
|
||
|
|
max-width: 10px;
|
||
|
|
min-height:50px;
|
||
|
|
height:95%;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
.text-bar-1{
|
||
|
|
background: #fff12d;
|
||
|
|
}
|
||
|
|
.text-bar-2{
|
||
|
|
background: #d62dff;
|
||
|
|
}
|
||
|
|
.text-bar-3{
|
||
|
|
background: #9cef2e;
|
||
|
|
}
|
||
|
|
.text-bar-4{
|
||
|
|
background: #2dabff;
|
||
|
|
}
|
||
|
|
.text-bar-5{
|
||
|
|
background: #ffb536;
|
||
|
|
}
|
||
|
|
.pad-bottom-10{
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bootstrap-switch,.bootstrap-switch-handle-on,.bootstrap-switch-handle-off {
|
||
|
|
border-radius: 15px;
|
||
|
|
}
|
||
|
|
.bootstrap-switch-container{
|
||
|
|
background: rgb(255, 255, 255);
|
||
|
|
}
|
||
|
|
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
|
||
|
|
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
|
||
|
|
background: #0d2336;
|
||
|
|
}
|
||
|
|
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
|
||
|
|
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
|
||
|
|
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
.dataType{
|
||
|
|
display:none;
|
||
|
|
}
|