470 lines
11 KiB
CSS
470 lines
11 KiB
CSS
html {
|
|
font-size: 62.5%;
|
|
}
|
|
|
|
body {
|
|
color: #797979;
|
|
background: #f1f2f7;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 1.4rem;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
ul li {
|
|
list-style: none;
|
|
}
|
|
|
|
a, a:hover, a:focus {
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
|
|
padding: 0;
|
|
}
|
|
|
|
.dropdown-menu > li > a {
|
|
padding: 6px 20px;
|
|
}
|
|
|
|
.dropdown-menu .divider {
|
|
margin: 1px 0;
|
|
}
|
|
|
|
.card-view:not(:last-child) {
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.header {
|
|
padding: 0 15px;
|
|
height: 98px;
|
|
background: #fff;
|
|
border-bottom: 1px solid #ddd;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.header .bg {
|
|
background-color: #337ab7;
|
|
height: 4px;
|
|
margin: 0 -15px;
|
|
}
|
|
|
|
.header a {
|
|
transition: all .25s linear;
|
|
}
|
|
|
|
.header > .dropdown {
|
|
margin-top: 7px;
|
|
float: right;
|
|
}
|
|
|
|
.header > .dropdown > a {
|
|
border: 1px solid #eee;
|
|
border-radius: 4px;
|
|
padding: 6px;
|
|
background: none;
|
|
margin-right: 0;
|
|
display: block;
|
|
white-space: nowrap;
|
|
color: #777;
|
|
}
|
|
|
|
.header > .dropdown > a:hover, .header > .dropdown.open > a, .notify-row > li > a:hover {
|
|
border: 1px solid #777;
|
|
color: #333
|
|
}
|
|
|
|
.header > .dropdown > a span {
|
|
display: inline-block;
|
|
min-width: 18px;
|
|
}
|
|
|
|
.header > .dropdown > a img {
|
|
height: 29px;
|
|
width: 29px;
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu {
|
|
width: 268px;
|
|
top: 50px;
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li {
|
|
text-align: center;
|
|
width: 33.3%;
|
|
float: left;
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li:first-child {
|
|
border-color: transparent transparent #e8e8e8;
|
|
border-bottom-color: #e8e8e8;
|
|
border-top-color: #e8e8e8;
|
|
border-style: solid;
|
|
border-width: 0 7px 7px;
|
|
position: absolute;
|
|
right: 20px;
|
|
top: -8px;
|
|
width: 0;
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li:last-child {
|
|
width: 100%;
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li:last-child a {
|
|
color: #ca3a39;
|
|
border-radius: 0 0 3px 3px;
|
|
background: #a9d96c;
|
|
background-image: linear-gradient(to bottom, #a9d96c 0%, #799e51 100%);
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li:last-child a:hover {
|
|
color: #d20100;
|
|
background: #6d9046;
|
|
background-image: linear-gradient(to bottom, #a9d96c 0%, #6d9046 100%);
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li a {
|
|
color: #777;
|
|
padding: 15px 10px;
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li a:hover {
|
|
color: #333;
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li a i {
|
|
font-size: 1.7rem;
|
|
display: block;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.header > .dropdown .dropdown-menu li a .badge {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 4px;
|
|
background: #5cb85c;
|
|
}
|
|
|
|
/*Title*/
|
|
.sidebar-toggle-box {
|
|
font-size: 2.1rem;
|
|
color: #333;
|
|
float: left;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.sidebar-toggle-box span, .notify-row {
|
|
display: none;
|
|
}
|
|
/*end title*/
|
|
|
|
.site-footer {
|
|
background: #5b6e84;
|
|
color: #fff;
|
|
padding: 10px 4px;
|
|
height: 40px;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.go-top {
|
|
background: rgba(255,255,255,.5);
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
|
|
.go-top:hover {
|
|
background-color: white;
|
|
}
|
|
|
|
.go-top i {
|
|
color: #2A3542;
|
|
}
|
|
|
|
/*notify bar*/
|
|
.notify-row {
|
|
margin-top: 20px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.notify-row .bg-success, .notify-row .dropdown-menu.tasks-bar li p {
|
|
background: #a9d86e;
|
|
}
|
|
|
|
.notify-row .bg-important, .notify-row .dropdown-menu.inbox li p {
|
|
background: #ff6c60;
|
|
}
|
|
|
|
.notify-row .bg-user, .notify-row .dropdown-menu.users li p {
|
|
background: #5cb85c;
|
|
}
|
|
|
|
.notify-row .bg-warning, .notify-row .dropdown-menu.notification li p {
|
|
background: #FCB322;
|
|
}
|
|
|
|
.notify-row .bg-db, .notify-row .dropdown-menu.dbs li p {
|
|
background: #d03633;
|
|
}
|
|
|
|
.notify-row > li {
|
|
float: left;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.notify-row > li > a {
|
|
color: #666666;
|
|
border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
font-size: 1.6rem;
|
|
border: 1px solid #f0f0f8;
|
|
padding: 2px 6px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.notify-row > li > a .badge {
|
|
position: absolute;
|
|
top: -10px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.notify-row .dropdown-menu {
|
|
float: left;
|
|
max-width: 300px;
|
|
min-width: 160px;
|
|
top: 32px;
|
|
left: -74px;
|
|
width: 235px;
|
|
border: none;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .notify-arrow {
|
|
border-style: solid;
|
|
border-width: 0 9px 9px;
|
|
height: 0;
|
|
margin-top: 0;
|
|
opacity: 0;
|
|
position: absolute;
|
|
left: 80px;
|
|
top: -18px;
|
|
transition: all 0.25s ease 0s;
|
|
width: 0;
|
|
z-index: 10;
|
|
margin-top: 10px;
|
|
opacity: 1;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .notify-arrow.notify-arrow-green {
|
|
border-color: transparent transparent #a9d86e;
|
|
border-bottom-color: #a9d86e;
|
|
border-top-color: #a9d86e;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .notify-arrow.notify-arrow-yellow {
|
|
border-color: transparent transparent #FCB322;
|
|
border-bottom-color: #FCB322;
|
|
border-top-color: #FCB322;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .notify-arrow.notify-arrow-red {
|
|
border-color: transparent transparent #ff6c60;
|
|
border-bottom-color: #ff6c60;
|
|
border-top-color: #ff6c60;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .notify-arrow.notify-arrow-db {
|
|
border-color: transparent transparent #d03633;
|
|
border-bottom-color: #d03633;
|
|
border-top-color: #d03633;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .notify-arrow.notify-arrow-user {
|
|
border-color: transparent transparent #5cb85c;
|
|
border-bottom-color: #5cb85c;
|
|
border-top-color: #5cb85c;
|
|
}
|
|
|
|
.notify-row .dropdown-menu li:last-child a {
|
|
border-bottom: 0;
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
|
|
.notify-row .dropdown-menu li a {
|
|
border-bottom: 1px solid #EBEBEB;
|
|
font-size: 1.2rem;
|
|
list-style: none;
|
|
padding: 15px 10px;
|
|
}
|
|
|
|
.notify-row .dropdown-menu li a:hover {
|
|
color: #222;
|
|
}
|
|
|
|
.notify-row .dropdown-menu p {
|
|
color: #fff;
|
|
margin: 0;
|
|
padding: 10px;
|
|
border-radius: 4px 4px 0px 0px;
|
|
-webkit-border-radius: 4px 4px 0px 0px;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .content {
|
|
position: absolute;
|
|
left: 36px;
|
|
right: 44px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .label {
|
|
display: inline-block;
|
|
height: 18px;
|
|
width: 20px;
|
|
padding: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.notify-row .dropdown-menu .small {
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
float: right;
|
|
padding-top: 2px;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.notify-row .dropdown-menu.tasks-bar .desc {
|
|
font-size: 1.3rem;
|
|
font-weight: normal;
|
|
display: block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.notify-row .dropdown-menu.tasks-bar .percent {
|
|
display: inline-block;
|
|
float: right;
|
|
font-size: 1.3rem;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.notify-row .dropdown-menu.tasks-bar .progress {
|
|
margin-top: 4px;
|
|
height: 10px;
|
|
margin-right: 34px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.notify-row .dropdown-menu.inbox .photo img {
|
|
border-radius: 2px 2px 2px 2px;
|
|
float: left;
|
|
height: 42px;
|
|
margin-right: 4px;
|
|
width: 42px;
|
|
border: solid 1px #EBEBEB;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.notify-row .dropdown-menu.inbox .subject {
|
|
display: block;
|
|
}
|
|
|
|
.notify-row .dropdown-menu.inbox .subject .from {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.notify-row .dropdown-menu.inbox .subject .time {
|
|
font-size: 1.1rem;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
float: right;
|
|
}
|
|
|
|
.notify-row .dropdown-menu.inbox .message {
|
|
font-size: 1.1rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
position: absolute;
|
|
right: 6px;
|
|
left: 56px;
|
|
margin-top: 2px;
|
|
}
|
|
/*end*/
|
|
|
|
.breadcrumb {
|
|
position: absolute;
|
|
top: 60px;
|
|
left: 15px;
|
|
right: 15px;
|
|
border: solid 1px #ddd;
|
|
border-width: 1px 0 0 0;
|
|
background-color: transparent;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
|
|
.breadcrumb > li.active {
|
|
display: inline-block;
|
|
}
|
|
|
|
.breadcrumb > li.load {
|
|
display: none;
|
|
}
|
|
|
|
.breadcrumb > li > a > i {
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.content-body {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 40px;
|
|
right: 0;
|
|
top: 98px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.content-body iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
|
|
.welcome-bg {
|
|
background-image: url('../images/bg.jpg');
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.tooltip-inner {
|
|
max-width: 768px;
|
|
}
|
|
|
|
.tooltip.has-error .tooltip-inner {
|
|
background-color: #a94442;
|
|
}
|
|
|
|
.tooltip.has-error .tooltip-arrow {
|
|
border-top-color: #a94442;
|
|
}
|
|
|
|
.file-drop-zone.clickable:hover {
|
|
border: 1px dashed #999;
|
|
} |