152 lines
2.1 KiB
CSS
152 lines
2.1 KiB
CSS
/*
|
|
.primary-color {
|
|
color: #4DBBD3;
|
|
}
|
|
.secondary-color {
|
|
color: #8a8a8a;
|
|
}
|
|
.success-color {
|
|
color: #3adb76;
|
|
}
|
|
.warning-color {
|
|
color: #ffae00;
|
|
}
|
|
.alert-color {
|
|
color: #ec5840;
|
|
}*/
|
|
|
|
/*-----APP----*/
|
|
|
|
body{
|
|
padding:0;margin:0;
|
|
font-family:"Lato","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
|
|
font-weight:300;
|
|
line-height:1.5;
|
|
color:#0a0a0a;
|
|
background:#fefefe;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-weight: bold;
|
|
color: #555;
|
|
}
|
|
|
|
.thin-font {
|
|
color: #333;
|
|
}
|
|
|
|
label.secondary.is-invalid-label {
|
|
background-color: #ec5840;
|
|
}
|
|
|
|
.log-tab {
|
|
background: #6f6f6f;
|
|
color: #f2f2f2;
|
|
}
|
|
|
|
fieldset legend {
|
|
border-bottom: .1538461538rem solid #4DBBD3;
|
|
color: #555;
|
|
}
|
|
|
|
|
|
/*----BUTTONS----*/
|
|
.button {
|
|
font-weight: bold;
|
|
margin-right: 0.2rem;
|
|
box-shadow: 0 2px 5px 1px rgba(0,0,0,0.1);
|
|
font-size: 1rem;
|
|
background-color: #4DBBD3;
|
|
color: #fefefe;
|
|
}
|
|
.button.secondary {
|
|
background-color: #8a8a8a;
|
|
color: #fefefe;
|
|
}
|
|
.button.success {
|
|
background-color: #3adb76;
|
|
color: #fefefe;
|
|
}
|
|
.button.alert {
|
|
background-color: #ec5840;
|
|
color: #fefefe;
|
|
}
|
|
|
|
/*----MENU----*/
|
|
|
|
#menu-wrapper {
|
|
border: 1px solid #dfdfdf;
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
#menu #li_support-tab a {
|
|
border: 1px solid #dfdfdf;
|
|
background: #fff;
|
|
}
|
|
|
|
/*----LAYOUT---*/
|
|
|
|
#footer {
|
|
font-size: 0.8rem;
|
|
color:#8a8a8a;
|
|
}
|
|
|
|
#footer a{
|
|
color: #8a8a8a;
|
|
}
|
|
|
|
.provision-logo img {
|
|
height: 3rem;
|
|
}
|
|
|
|
/* mReschke */
|
|
.row {
|
|
max-width: 100%;
|
|
}
|
|
|
|
#top-row .user-zone-info a{
|
|
font-weight:bold;
|
|
color:#555;
|
|
}
|
|
#top-row .user-zone-info .submenu a{
|
|
color:#8a8a8a;
|
|
}
|
|
#top-row .user-zone-info .submenu a:hover{
|
|
color:#0a0a0a;
|
|
}
|
|
|
|
.labels-tree li .labeltree-line{
|
|
color:#8a8a8a;
|
|
}
|
|
.labels-tree li .labeltree-line:hover{
|
|
color:#0a0a0a;
|
|
}
|
|
.labels-tree li .labeltree-line .active{
|
|
color:#333;
|
|
font-weight:bold;
|
|
}
|
|
.labels-tree .tree-toggle:hover{
|
|
color:#0a0a0a;
|
|
}
|
|
|
|
/*----TABLE----*/
|
|
|
|
table tbody{
|
|
border-top:1px solid #f4f4f4;
|
|
/*color: #fff;
|
|
background: #4DBBD3;*/
|
|
border-bottom:1px solid #f4f4f4;
|
|
}
|
|
table thead th{
|
|
color:#555;
|
|
}
|
|
table .markrow,table .markrowchecked{
|
|
background-color:#f4f4f4;
|
|
font-weight:normal;
|
|
}
|