theme-florence.ide.css Maven / Gradle / Ivy
html, body {
height: 100%;
margin: 0; /* Reset default margin on the body element */
}
iframe {
display: block; /* iframes are inline by default */
border: none; /* Reset default border */
width: 100%;
height: 100%;
}
body {
/*background-color: #ffffff;*/
font-family: Helvetica Neue, Arial;
color: #000000;
font-size: 16px;
/*background-image: url("alice_background.jpg");*/
/*background: linear-gradient(#f5f4f4, #ffffff, #f3f5f7);*/
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
--modeler-entity-border: #6b8194;
--modeler-entity-header-background: #4b5a68;
--modeler-entity-header-color: #fff;
--modeler-entity-background: #fff;
--modeler-entity-color: #6b8194;
--modeler-entity-connector: #6b8194;
}
.navbar {
margin-bottom: 0px !important;
min-height: 40px;
font-size: 16px;
margin-top: 5px;
}
.navbar-brand {
font-weight: normal !important;
font-size: 22px;
margin-left: 14px;
color: #e1e6ea !important;
}
.navbar-brand:hover {
color: #ffffff !important;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
color: #ffffff;
background-color: transparent;
}
.shell {
display: -webkit-flex;
display: flex;
flex-wrap: row wrap;
width: 100%;
height: calc(100% - 30px);
background-color: #313c46;
}
.sidebar {
width: 4.5em;
height: 100%;
vertical-align: top;
-webkit-flex: none;
flex: none;
position: fixed;
top: 44px;
background-color: #313c46;
}
.plane {
-webkit-flex: 1;
flex: 1 1 auto;
position: fixed;
width: calc(100% - 4.5em - 20px);
height: calc(100% - (45px + 2em));
left: 4.5em;
top: 50px;
border-radius: 8px;
}
.plane-inner {
left: 0em;
top: 0px;
width: 100%;
height: 100%;
background-color: #f0f2f5;
}
.plane-outer {
background-color: #495a69;
}
.statusbar {
width: 100%;
height: 2em;
background: transparent;
color: #000000;
position: fixed;
background-color: #313c46;
}
.lm_header .lm_tab {
background: transparent;
}
.lm_header .lm_active {
background: transparent;
border-top-color: #bbbbbb;
}
.list-group-item {
background: none !important;
border: transparent !important;
color: #e1e6ea !important;
}
.list-group-item:hover {
color: #ffffff !important;
}
a.list-group-item.hover,
a.list-group-item:hover{
background-color: transparent;
color: #222;
}
nav.navbar {
background-color: #303c47;
/*background: linear-gradient(#ffffff, #e1e6ea, #e1e6ea, #fbfbfc);*/
border: transparent;
top: 0;
}
nav.navbar a{
line-height: 21px;
color: #e1e6ea !important;
}
nav.navbar a:hover{
line-height: 21px;
color: #ffffff !important;
background-color: #5e6c79;
}
nav.navbar .dropdown-menu{
border: 0px;
background-color: #495a69;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
background-color: #5e6c79;
}
.nav>li:hover, .nav>li>a:hover {
background-color: #5e6c79;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover{
background-color: transparent;
color: black;
}
.lm_header,
.lm_header .lm_tab,
.lm_header .lm_tab, .lm_title {
height: 20px;
line-height: 19px;
background-color: transparent;
}
.lm_header .lm_tab.lm_active{
box-shadow: none;
padding-bottom: 4px;
/*background: linear-gradient(#d2d9e0, #ffffff, #e0e4eb);*/
/*background: linear-gradient(#ffffff, #eaecf5);*/
background-color: #f3f3f4;
color: #000000;
border-bottom-width: 0px;
}
.lm_header .lm_tab {
border: 1px solid #555;
border-bottom-width: 0px;
padding-bottom: 4px;
box-shadow: none;
top: -3px;
}
.lm_header, .lm_splitter{
background-color: transparent;
}
.lm_splitter{
opacity: inherit;
}
.lm_items {
/*border: 1px solid #aaa;*/
border: 0;
}
.vakata-context, .vakata-context ul {
box-shadow: none;
}
.vakata-context li>a {
font-size: 11px;
line-height: 2em;
height: 2.2rem;
font-family: arial;
padding: 0 2rem;
}
.vakata-context li>a>i:empty {
width: 2rem;
line-height: 2rem;
}
.vakata-context li>a>i {
height: 2.2rem;
margin: 0 0 0 -2rem;
}
.vakata-context li>a .vakata-contextmenu-sep {
height: 2.2rem;
margin: 0 .5em 0 0;
}
ul.vakata-context.jstree-contextmenu > li > a {
display: block;
}
ul.vakata-context.jstree-contextmenu span.vakata-contextmenu-shortcut {
display: block;
color: #cececf;
float:right;
margin-left: 2rem;
}
.view {
background-color: #ffffff;
color: #000000;
}
.logo {
font-weight: bold !important;
color: #434344;
margin-left: 12px !important;
}
.user {
color: #e1e6ea;
}
.row {
display: flex;
flex-wrap: wrap;
width: 100%;
margin: auto;
}
.key {
flex: 1 1 auto;
max-width: 15%;
padding: 2px 5px;
background: #e8e8e8;
}
.value {
flex: 2 1 auto;
padding: 2px 5px;
}
.striped-container .striped-item:nth-of-type(odd) {
background: #efefef;
}
.striped-container .striped-item:nth-of-type(odd) .key {
background: #ddd;
}
.striped-container .striped-item:nth-of-type(odd) .value {
background: #e8e8e8;
}
.striped-item:hover .value {
background: rgba(210, 210, 210, 0.85);
}
.striped-item:nth-of-type(odd):hover .value{
background: rgba(200, 200, 200, 0.85);
}
.modal {
color: #ddd;
}
.modal-backdrop.in{
opacity:.8;filter:alpha(opacity=50)
}
.lm_header .lm_tab {
border-top-right-radius: 8px;
border-top-left-radius: 8px;
font-size: 16px;
font-family: Trebuchet MS;
/*border-radius: 8px;*/
}
.lm_content {
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-top-right-radius: 8px;
background-color: transparent;
}
.lm_goldenlayout {
background: transparent;
}
.list-group-item.active, .list-group-item.active:focus {
color: #879aab !important;
}
.list-group-item.active:hover {
color: #a5b3c0 !important;
}
.panel {
border-radius: 8px;
}
.panel-heading {
border-top-right-radius: 8px;
border-top-left-radius: 8px;
background: url(../../web/resources/images/clouds.jpg) no-repeat center center;
}
.panel-footer {
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.panel > header {
background-color: #495a69;
color: #e1e6ea;
background: url(../../web/resources/images/clouds.jpg) no-repeat center center;
background-size: cover;
}
.leading {
font-size: 38px;
/*font-weight: 500 !important;*/
line-height: 1 !important;
font-family: Helvetica Neue, Arial;
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #316f8f;
/*border-color: #316f8f;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
line-height: 1;
}
.toolbarContainer {
font-size: 12px;
background-color: #485a6a;
}
.statusContainer {
font-size: 12px;
background-color: #485a6a;
}
.sidebarContainer {
font-size: 12px;
}
/** Modelers */
.toolbarContainer {
position:absolute;
white-space:nowrap;
overflow:hidden;
top:0px;
left:0px;
/*max-height:24px;*/
height:36px;
right:0px;
padding:6px;
background-color:#4b5a68;
}
.sidebarContainer {
position:absolute;
overflow:hidden;
top:36px;
left:0px;
bottom:36px;
max-width:34px;
width:34px;
padding-top:10px;
padding-left:4px;
background-color:#899aa9;
color:#e1e6ea;
}
.graphContainer {
position:absolute;
overflow:hidden;
top:36px;
left:60px;
bottom:36px;
right:0px;
}
.outlineContainer {
position:absolute;
overflow:hidden;
top:36px;
right:0px;
width:200px;
height:140px;
background:transparent;
border-style:solid;
border-color:#333333;
}
.statusContainer {
text-align:right;
position:absolute;
overflow:hidden;
bottom:0px;
left:0px;
/*max-height:24px;*/
height:36px;
right:0px;
color:#3277b3;
padding:6px;
background-color:#4b5a68;
}
.button {
color:#fff !important;
}
.button:hover {
background: #999 !important;
color:#ddd !important;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy