39
| <![CDATA[<style>
.img1{
width: 400px;
}
.navbar-custom {
background-color:#1a76d1;
color:#ffffff;
border-radius:0;
}
.navbar-custom .navbar-nav > li > a {
color:#fff;
padding-left:20px;
padding-right:20px;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
background-color: #1a76d1;
}
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus, .navbar-custom .navbar-nav .open>a {
background-color: #1a76d1;
}
/* dropdown */
.navbar-custom .navbar-nav .dropdown-menu {
background-color: #1a76d1;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a {
color: #fff;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus {
color: #ddd;
}
.navbar-custom .navbar-brand {
color:#eeeeee;
}
.navbar-custom .navbar-toggle {
background-color:#eeeeee;
}
.navbar-custom .icon-bar {
background-color:#1a76d1;
}
</style>]]>
|
84
| <![CDATA[<style type="text/css">
td{
font-size: 11px;
}
.btn-d{
margin-top: 2px;
margin-bottom: 2px;
padding: 2px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: 2px;
}
.panel-heading{
padding: 0px;
text-align: center;
}
.btn-e{
background-color: #434343;
border: 1px solid #d0d0d0;
}
.btn-circle {
width: 21px;
height: 21px;
text-align: center;
padding: 2px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 25px;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 10px 16px;
font-size: 24px;
line-height: 1.33;
border-radius: 35px;
}
.absolute {
background: #c590f5;
height: 50px;
width: 120px;
position: absolute;
top: 35px;
right: 32px;
}
.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.test + .tooltip > .tooltip-inner {
background-color: #73AD21;
color: #FFFFFF;
border: 1px solid green;
padding: 15px;
font-size: 20px;
}
/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
border-top: 5px solid green;
}
/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
border-bottom: 5px solid blue;
}
/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
border-left: 5px solid red;
}
/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
border-right: 5px solid black;
}
body {
background-color: #eee
}
.mt-70 {
margin-top: 70px
}
.mb-70 {
margin-bottom: 70px
}
.card {
box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
border-width: 0;
transition: all .2s
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(26, 54, 126, 0.125);
border-radius: .25rem
}
.card-body {
flex: 1 1 auto;
padding: 1.25rem
}
.vertical-timeline {
width: 100%;
position: relative;
padding: 1.5rem 0 1rem
}
.vertical-timeline::before {
content: '';
position: absolute;
top: 0;
left: 67px;
height: 100%;
width: 4px;
background: #e9ecef;
border-radius: .25rem
}
.vertical-timeline-element {
position: relative;
margin: 0 0 1rem
}
.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
visibility: visible;
animation: cd-bounce-1 .8s
}
.vertical-timeline-element-icon {
position: absolute;
top: 0;
left: 60px
}
.vertical-timeline-element-icon .badge-dot-xl {
box-shadow: 0 0 0 5px #fff
}
.badge-dot-xl {
width: 18px;
height: 18px;
position: relative
}
.badge:empty {
display: none
}
.badge-dot-xl::before {
content: '';
width: 10px;
height: 10px;
border-radius: .25rem;
position: absolute;
left: 50%;
top: 50%;
margin: -5px 0 0 -5px;
background: #fff
}
.vertical-timeline-element-content {
position: relative;
margin-left: 90px;
font-size: 1.2rem
}
.vertical-timeline-element-content .timeline-title {
font-size: .8rem;
text-transform: uppercase;
margin: 0 0 .5rem;
padding: 2px 0 0;
font-weight: bold
}
.vertical-timeline-element-content .vertical-timeline-element-date {
display: block;
position: absolute;
left: -90px;
top: 0;
padding-right: 10px;
text-align: right;
color: #adb5bd;
font-size: 1.2rem;
white-space: nowrap
}
.vertical-timeline-element-content:after {
content: "";
display: table;
clear: both
}
.fa-power-off:hover {
color: red;
}
.sorting_disabled
{
background-image:none !important;
}
.modal {
text-align: center;
padding: 0!important;
}
.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle;
}
#classModal {}
.modal-body {
overflow-x: auto;
}
.adt{
margin-top: 14px;
}
hr{
margin: 0px;
margin-bottom: 6px;
}
</style>]]>
|