|
#header {
|
margin: 6px 12px;
|
position: relative;
|
}
|
|
#header img.logo {
|
position: absolute;
|
top: 0;
|
left: 0;
|
height: 30px;
|
}
|
|
#header img.wblogo {
|
position: absolute;
|
top: 0;
|
right: 0;
|
}
|
|
#header a.title {
|
display: inline-block;
|
font-weight: bold;
|
font-size: 24px;
|
text-decoration: none;
|
line-height: 30px;
|
margin-left: 35px;
|
}
|
|
/*.topbar.f-toolbar {
|
border-top-color: inherit;
|
padding: 3px 12px;
|
}*/
|
|
|
|
#toggleheader {
|
position: absolute;
|
top: 0;
|
right: 0;
|
font-size: 16px;
|
width: 16px;
|
height: 16px;
|
cursor: pointer;
|
background-image: url(../icon/bullet_arrow_up.png);
|
background-repeat: no-repeat;
|
z-index: 10000;
|
}
|
|
#toggleheader.collapsed {
|
background-image: url(../icon/bullet_arrow_down.png);
|
}
|
|
|
.f-theme-neptune .region-top .x-panel-body,
|
.f-theme-neptune .region-top {
|
background-color: #005999!important;
|
}
|
|
.f-theme-neptune .region-top {
|
border-color: #014A7E!important;
|
}
|
|
.f-theme-neptune .region-top span,
|
.f-theme-neptune .region-top ,
|
.f-theme-neptune .region-top a {
|
color: #fff;
|
}
|
|
.f-theme-neptune .region-top {
|
border-color: #aaa;
|
}
|
|
.f-theme-neptune .region-top {
|
background-color: transparent;
|
background-image: none;
|
border-width: 0;
|
}
|
.f-theme-neptune .region-top ,
|
.f-theme-neptune .region-top {
|
background-color: #3386c2;
|
}
|
|
.highlight {
|
font-weight: bold;
|
color: Red;
|
}
|