catreact
Version:
Catavolt Core React Components
423 lines (329 loc) • 6.22 kB
CSS
html, body {
height: 100%;
}
html {
background: url(../img/building_back2.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
padding-top: 0px;
padding-bottom: 40px;
background-color: transparent;
}
.container-fluid, .row {
height:100%;
}
#cvApp {
height:100%;
}
/* horizontal rule */
.hr {
height: 1px;
background-color: #777777;
}
/* colors */
.cv-primary-bg-color {
background-color: #999999;
}
.cv-comp-bg-color1 {
background-color: #e9e9e9;
}
/* container style */
.cv-container {
/*max-width: 1000px; */
}
.cv-top-nav {
padding: 5px 30px 5px 30px;
margin-bottom: 50px;
}
.cv-footer {
/*background-color: #d3ddea; */
background-color: #c0cad7;
padding: 15px 10px 10px 10px;
}
.cv-footer a {
margin-right: 15px;
}
/* top-level window container */
.cv-window {
margin-bottom: 70px;
}
/* login form */
.cv-login-logo {
background: url(../img/Catavolt-chrome.png) center;
width: 391px;
height: 122px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}
.cv-login-wrapper {
padding: 50px;
}
.cv-login-form-container {
max-width: 500px;
margin-left: auto;
margin-right: auto;
border-width: 1px;
border-color: #999999;
}
.cv-login-form {
padding: 15px;
}
.cv-logo {
background: url(../img/Catavolt-chrome-sm.png) center;
width: 200px;
height: 62px;
margin-left: 10px;
}
/* launcher style */
.cv-launcher-container {
}
.cv-launcher-icon {
height: auto;
width: 25%;
margin-top: 5px;
}
.cv-launcher-text {
}
/* panel style */
.cv-panel {
}
.cv-panel-heading {
}
.cv-panel-heading a:link,
.cv-panel-heading a:visited,
.cv-panel-heading a:hover,
.cv-panel-heading a:active {
text-decoration: none;
border:0;
}
.cv-panel-title {
}
.cv-panel-toggle {
color: #ffffff;
margin-left: 8px;
}
.cv-panel-heading .cv-panel-toggle:after {
font-family: 'Glyphicons Halflings';
content: "\e252";
}
.cv-panel-heading .cv-panel-toggle.collapsed:after {
content: "\e251";
}
.cv-panel-body {
max-height:760px;
overflow:auto;
}
.cv-panel-footer {
}
/* Workbench style */
.cv-workbench-manager-container {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.cv-workbench-panel {
}
/* workbench menu */
.cv-workbench-tab-menu {
margin: 5px 5px 5px 10px;
}
.cv-workbench-tab-menu a {
color: #555555;
}
.cv-dropdown-button {
margin: 5px;
}
/* Form style */
.cv-form-container {
margin-left: 20px;
margin-right: 20px;
}
.cv-split-pane {
}
.cv-popup-nav-container {
}
/* list panel */
.cv-list-container {
max-height:750px;
overflow: auto;
}
.cv-list-container .cv-list-cell {
vertical-align: middle;
}
.cv-paging-controls {
min-height: 40px;
}
.cv-paging-controls button {
margin: 5px;
}
.cv-selected-row {
background-color: #fcf4ce;
}
/* detail panel */
.cv-detail-container {
max-height:750px;
overflow: auto;
}
.cv-detail-container .cv-cell-def-title-col {
vertical-align: middle;
}
.cv-detail-container .cv-cell-def-col {
vertical-align: middle;
position: relative;
}
.cv-cell-def-select-box {
width: 100%;
}
/* map panel */
.cv-map-container {
height:750px;
}
.cv-map-info {
color: #000000;
font-size: x-large;
margin: 3px;
}
.cv-map-info:before {
content: "\e139";
}
/* graph panel */
.cv-graph-container {
height:750px;
}
/* menus */
.cv-menu-button {
color: #ffffff;
}
.cv-menu-sep {
height: 1px;
background-color: #cccccc;
margin: 4px 10px 4px 10px;
}
.cv-dropdown-menu {
}
.cv-dropdown-submenu {
position: relative;
}
.cv-dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px 6px;
border-radius: 0 6px 6px 6px;
}
.cv-dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.cv-dropdown-submenu > a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px;
margin-right: -10px;
}
.cv-dropdown-submenu:hover > a:after {
border-left-color: #ffffff;
}
.cv-dropdown-submenu.pull-left {
float: none;
}
.cv-dropdown-submenu.pull-left > .dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
/* clickable */
.cv-target {
cursor: pointer;
}
.cv-target>*:hover {
opacity: 0.55;
}
/* wait scree */
.cv-wait-screen {
padding-top: 200px;
color: #ffffff;
}
/* icons */
.cv-icon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* images */
.cv-image-list-item-max-size {
max-height: 125px;
}
.cv-annotation-image {
width: 25px;
height: auto;
margin: 5px;
vertical-align: middle;
}
.cv-annotation-bg-image {
width: 100%;
height: 100%;
background-color: transparent;
background-repeat: no-repeat;
}
.cv-annotation-bg-image-under {
background-size: auto 100%;
min-height: 25px;
}
.cv-annotation-bg-image-stretch-under {
min-height: 30px;
background-size: 100% 100%;
background-position: center center;
}
.cv-bool-true {
color: #5a900c;
}
.cv-bool-true:before {
content: "\e013";
}
.cv-bool-false {
color: #c53b10;
}
.cv-bool-false:before {
content: "\e014";
}
/* messages */
.cv-error-panel {
max-width:600px;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #7c9028;
}
.toast-error {
background-color: #bd2b16;
}
.toast-info {
background-color: #89b4a8;
}
.toast-warning {
background-color: #f8b95c;
}