mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
66dd6dbd61
git-svn-id: http://www.observium.org/svn/observer/trunk@2631 61d68cd4-352d-0410-923a-c4978735b2b8
1359 lines
27 KiB
CSS
1359 lines
27 KiB
CSS
body {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background: rgb(249,249,249); /* Old browsers */
|
|
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
|
|
background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
|
|
background: linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
|
|
color: #555;
|
|
font-size: 10pt;
|
|
line-height: 20px;
|
|
}
|
|
|
|
ul { margin: 0px; padding: 0px; list-style: disc outside; }
|
|
ul ul { list-style: circle outside; }
|
|
ul ul ul { list-style: square outside; }
|
|
|
|
.rounded-2px {
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.rounded-3px {
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.rounded-5px {
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.rounded-10px {
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.pagemenu-selected {
|
|
font-weight: bold;
|
|
background-color: #dfdfdf;
|
|
|
|
border: 1px solid #c0c0c0;
|
|
margin: -1px;
|
|
|
|
padding:3px 8px 4px 8px;
|
|
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
-webkit-box-shadow: #CCC 0 0 2px;
|
|
-moz-box-shadow: #CCC 0 0 2px;
|
|
box-shadow: #CCC 0 0 2px;
|
|
|
|
|
|
}
|
|
|
|
.submit {
|
|
background-image: url('/images/submitbg.png');
|
|
background-position: 0 100%;
|
|
border-color: #B2B2B2 #525252 #525252 #B2B2B2;
|
|
}
|
|
.submit#hover {
|
|
border-color: #000;
|
|
}
|
|
|
|
input,select {
|
|
background: #FFFFFF url('/images/textbg.png') repeat-x scroll 0 0;
|
|
font-size: 1em;
|
|
border: 1px solid #B2B2B2;
|
|
border-color: #B2B2B2 #d2d2d2 #d2d2d2 #B2B2B2;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
margin: 1px;
|
|
padding: 1px;
|
|
}
|
|
|
|
.rounded {
|
|
display:block;
|
|
}
|
|
.rounded * {
|
|
display: block;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
font-size: .01em;
|
|
background: #e5e5e5;
|
|
}
|
|
.rounded1 {
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
border-left: 1px solid #f3f36b;
|
|
border-right: 1px solid #f3f36b;
|
|
background: #ebebaf;
|
|
}
|
|
.rounded2 {
|
|
margin-left: 1px;
|
|
margin-right: 1px;
|
|
padding-right: 1px;
|
|
padding-left: 1px;
|
|
border-left: 1px solid #fcfc24;
|
|
border-right: 1px solid #fcfc24;
|
|
background: #e9e9bc;
|
|
}
|
|
.rounded3 {
|
|
margin-left: 1px;
|
|
margin-right: 1px;
|
|
border-left: 1px solid #e9e9bc;
|
|
border-right: 1px solid #e9e9bc;
|
|
}
|
|
.rounded4 {
|
|
border-left: 1px solid #f3f36b;
|
|
border-right: 1px solid #f3f36b;
|
|
}
|
|
.rounded5 {
|
|
border-left: 1px solid #ebebaf;
|
|
border-right: 1px solid #ebebaf;
|
|
}
|
|
.roundedfg {
|
|
background: #e5e5e5;
|
|
}
|
|
|
|
.content-box {display: block}
|
|
.content-box * {
|
|
display: block;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
font-size: .01em;
|
|
background: #e5e5e5;
|
|
}
|
|
.content-box1 {
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
border-left: 1px solid #f3f3f3;
|
|
border-right: 1px solid #f3f3f3;
|
|
background: #ebebeb;
|
|
}
|
|
.content-box2 {
|
|
margin-left: 1px;
|
|
margin-right: 1px;
|
|
padding-right: 1px;
|
|
padding-left: 1px;
|
|
border-left: 1px solid #FBFBFB;
|
|
border-right: 1px solid #FBFBFB;
|
|
background: #e9e9e9;
|
|
}
|
|
.content-box3 {
|
|
margin-left: 1px;
|
|
margin-right: 1px;
|
|
border-left: 1px solid #e9e9e9;
|
|
border-right: 1px solid #e9e9e9;
|
|
}
|
|
.content-box4 {
|
|
border-left: 1px solid #f3f3f3;
|
|
border-right: 1px solid #f3f3f3;
|
|
}
|
|
.content-box5 {
|
|
border-left: 1px solid #ebebeb;
|
|
border-right: 1px solid #ebebeb;
|
|
}
|
|
.content-boxfg {
|
|
background: #e5e5e5;
|
|
}
|
|
|
|
.box-info {display: block}
|
|
.box-info * {
|
|
display:block;
|
|
height:1px;
|
|
overflow:hidden;
|
|
font-size:.01em;
|
|
background:#aaffaa;
|
|
}
|
|
.box-info1 {
|
|
margin-left:3px;
|
|
margin-right:3px;
|
|
padding-left:1px;
|
|
padding-right:1px;
|
|
border-left:1px solid #cbf0cb;
|
|
border-right:1px solid #cbf0cb;
|
|
background:#b8f8b8;
|
|
}
|
|
.box-info2 {
|
|
margin-left:1px;
|
|
margin-right:1px;
|
|
padding-right:1px;
|
|
padding-left:1px;
|
|
border-left:1px solid #dfe7df;
|
|
border-right:1px solid #dfe7df;
|
|
background:#b5fab5;
|
|
}
|
|
.box-info3 {
|
|
margin-left:1px;
|
|
margin-right:1px;
|
|
border-left:1px solid #b5fab5;
|
|
border-right:1px solid #b5fab5;
|
|
}
|
|
.box-info4 {
|
|
border-left:1px solid #cbf0cb;
|
|
border-right:1px solid #cbf0cb;
|
|
}
|
|
.box-info5 {
|
|
border-left:1px solid #b8f8b8;
|
|
border-right:1px solid #b8f8b8;
|
|
}
|
|
.box-infofg {
|
|
background:#aaffaa;
|
|
}
|
|
|
|
.box-warn {display:block}
|
|
.box-warn * {
|
|
display:block;
|
|
height:1px;
|
|
overflow:hidden;
|
|
font-size:.01em;
|
|
background:#AAAAFF;
|
|
}
|
|
.box-warn1 {
|
|
margin-left:3px;
|
|
margin-right:3px;
|
|
padding-left:1px;
|
|
padding-right:1px;
|
|
border-left:1px solid #dadaff;
|
|
border-right:1px solid #dadaff;
|
|
background:#bfbfff;
|
|
}
|
|
.box-warn2 {
|
|
margin-left:1px;
|
|
margin-right:1px;
|
|
padding-right:1px;
|
|
padding-left:1px;
|
|
border-left:1px solid #f6f6ff;
|
|
border-right:1px solid #f6f6ff;
|
|
background:#babaff;
|
|
}
|
|
.box-warn3 {
|
|
margin-left:1px;
|
|
margin-right:1px;
|
|
border-left:1px solid #babaff;
|
|
border-right:1px solid #babaff;
|
|
}
|
|
.box-warn4 {
|
|
border-left:1px solid #dadaff;
|
|
border-right:1px solid #dadaff;
|
|
}
|
|
.box-warn5 {
|
|
border-left:1px solid #bfbfff;
|
|
border-right:1px solid #bfbfff;
|
|
}
|
|
.box-warnfg {
|
|
background:#AAAAFF;
|
|
}
|
|
|
|
.box-alert {display:block}
|
|
.box-alert * {
|
|
display:block;
|
|
height:1px;
|
|
overflow:hidden;
|
|
font-size:.01em;
|
|
background:#FFAAAA;
|
|
}
|
|
.box-alert1 {
|
|
margin-left:3px;
|
|
margin-right:3px;
|
|
padding-left:1px;
|
|
padding-right:1px;
|
|
border-left:1px solid #ffdada;
|
|
border-right:1px solid #ffdada;
|
|
background:#ffbfbf;
|
|
}
|
|
.box-alert2 {
|
|
margin-left:1px;
|
|
margin-right:1px;
|
|
padding-right:1px;
|
|
padding-left:1px;
|
|
border-left:1px solid #fff6f6;
|
|
border-right:1px solid #fff6f6;
|
|
background:#ffbaba;
|
|
}
|
|
.box-alert3 {
|
|
margin-left:1px;
|
|
margin-right:1px;
|
|
border-left:1px solid #ffbaba;
|
|
border-right:1px solid #ffbaba;
|
|
}
|
|
.box-alert4 {
|
|
border-left:1px solid #ffdada;
|
|
border-right:1px solid #ffdada;
|
|
}
|
|
.box-alert5 {
|
|
border-left:1px solid #ffbfbf;
|
|
border-right:1px solid #ffbfbf;
|
|
}
|
|
.box-alertfg {
|
|
background:#FFAAAA;
|
|
}
|
|
|
|
img { border: 0; }
|
|
|
|
A { text-decoration: none; }
|
|
A:link { color: #0000cc; }
|
|
A:visited { color: #0000cc; }
|
|
A:hover { color: #990099; }
|
|
A:active { color: #000000; }
|
|
|
|
A.sectionhead { text-decoration: none; color: #555; }
|
|
A.sectionhead:link { text-decoration: none; color: #555; }
|
|
A.sectionhead:visited { text-decoration: none; color: #555; }
|
|
A.sectionhead:hover { text-decoration: none; color: #555; }
|
|
A.sectionhead:active { text-decoration: none; color: #555; }
|
|
|
|
A.red:visited, A.red, .red { color: #CC0000; }
|
|
A.grey:visited, A.grey, .gray { color: #36393D; }
|
|
A.black:visited, A.black, .black { color: #000000; }
|
|
A.green:visited, A.green, .green { color: #008C00; }
|
|
A.blue:visited, A.blue, .blue { color: #0000ff; }
|
|
A.orange:visited, a.orange, .orange { color: #FF7400; }
|
|
|
|
.pinkbg { background-color: #ffbbbb; }
|
|
.redbg { background-color: #ff8585; }
|
|
.bluebg { background-color: #aaaaff; }
|
|
.greenbg { background-color: #aaffaa; }
|
|
.greybg { background-color: #dddddd; }
|
|
|
|
.selector {
|
|
width:275px;
|
|
}
|
|
|
|
.page-h2 {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.header-text {
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.interface-header {
|
|
font-size: 20px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.graphhead, .sectionhead {
|
|
font-size: 15px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #555;
|
|
}
|
|
|
|
.tablehead {
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #666;
|
|
}
|
|
|
|
.box-desc {
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.interface-desc {
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
}
|
|
|
|
.syslog {
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
color: #000000;
|
|
}
|
|
|
|
.page-header, .device-header {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: black;
|
|
}
|
|
|
|
.top-subtitle {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.device-header {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.device-head {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.list-device, a.list-device-ignored, a.list-device-down, a.list-device-ignored-up, a.list-device-disabled {
|
|
font-weight: bold;
|
|
}
|
|
|
|
tr.list-device, tr.list-device-ignored, tr.list-device-down, tr.list-device-ignored-up, tr.list-device-disabled {
|
|
}
|
|
|
|
tr.list-device-down {
|
|
border: 2px solid #cc0000;
|
|
}
|
|
|
|
tr.list-device-disabled {
|
|
border: 2px solid #aaaaaa;
|
|
}
|
|
|
|
tr.list-device-ignored {
|
|
border: 2px dashed #cc0000;
|
|
}
|
|
|
|
tr.list-device-ignored-up {
|
|
border: 2px dashed #aaaaaa;
|
|
}
|
|
|
|
.device-head, a.list-device {
|
|
color: #000ccc;
|
|
}
|
|
|
|
a.list-device-down, a.list-device-down, a.list-device-down:visited {
|
|
color: #cc0000;
|
|
}
|
|
|
|
a.list-device-ignored-up {
|
|
color: #006600;
|
|
}
|
|
|
|
a.list-device-disabled, a.list-device-disabled:visited {
|
|
color: #999999;
|
|
}
|
|
|
|
.footer-text {
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.header-text-3 {
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.body-1 {
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
}
|
|
|
|
.body-date-1 {
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
}
|
|
|
|
.copy {
|
|
font-size: 10px;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
}
|
|
|
|
.body-2 {
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
}
|
|
|
|
.body-field-1 {
|
|
font-size: 13px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.body-head-1 {
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.body-head {
|
|
font-size: 32px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.body-head-2, .table-head-2 {
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.table-head-2 {
|
|
background-color: #cccccc;
|
|
}
|
|
|
|
.text-more {
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
color: #cc0000;
|
|
}
|
|
|
|
.body-blue {
|
|
color: #0000CC;
|
|
}
|
|
|
|
.top-menu:link {
|
|
color: #dddddd;
|
|
text-decoration: none;
|
|
}
|
|
.top-menu:visited {
|
|
color: #dddddd;
|
|
text-decoration: none;
|
|
}
|
|
.top-menu:hover {
|
|
color: #CC0000;
|
|
text-decoration: none;
|
|
}
|
|
.top-menu:active {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.menu-box-dash-off {
|
|
border: 1px dashed #000000;
|
|
}
|
|
|
|
.copyright {
|
|
bottom: 0px;
|
|
margin: 10px auto;
|
|
position: relative;
|
|
background-color: #eeeeee;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
width: 360px;
|
|
padding: 10px;
|
|
}
|
|
|
|
table { border-collapse: collapse; margin: 0px; }
|
|
form { margin: 0px; padding: 0px; }
|
|
hr { border: 0px; height: 1px; background-color: #ccc; color: #ccc; }
|
|
p { margin: 0px; padding: 0px; }
|
|
|
|
a { text-decoration:none; color: #00f; }
|
|
a:visited { text-decoration:none; color: #00f; }
|
|
a:hover { text-decoration:underline; color: #00f; }
|
|
a:active { color: #00f; }
|
|
|
|
.vspace { margin-top: 4px; margin-bottom: 4px; }
|
|
p.vspace { padding-top: 3px; padding-bottom: 3px; }
|
|
.content-mat { padding: 0px; margin: auto; display:block; }
|
|
.clearer { clear: both; display: block; padding: 0px; height: 0px; line-height: 1px; font-size: 0px; }
|
|
|
|
.borderless-table tr td { border: none }
|
|
|
|
#header { width: 100%; margin: 0px 0px 0px 0px; bbackground-color: #fff; }
|
|
#header #page-title { color: #555; font: 18pt Arial; font-weight: bold; }
|
|
#header #page-subtitle { color: #555; font: 12pt Arial; font-weight: bold; }
|
|
#header a { color: #eeeeee; }
|
|
|
|
#main h1 { font-size: 12pt; margin: 0px; padding: 0px; }
|
|
#main h2 { font-size: 11pt; margin: 0px; padding: 0px; }
|
|
#main h3 { font-size: 10pt; margin: 0px; padding: 0px; }
|
|
#main h4 { font-size: 9pt; margin: 0px; padding: 0px; }
|
|
|
|
#content { margin: 0px; text-align: left; padding: 0px; }
|
|
|
|
#footer {
|
|
text-align: center;
|
|
width: 100%; height: 40px;
|
|
}
|
|
|
|
#copyright { margin: 0px 12px 0px 11px; padding: 2px 0px; border-top: 1px solid #ddd; font-size: 8pt; }
|
|
|
|
#topnav {
|
|
margin: 0px 0px 0px 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
text-align: right;
|
|
font-size: 11px; font-weight: bold;
|
|
}
|
|
|
|
#topnav ul { margin: 5px 0px 0px 0px; padding: 0px; }
|
|
#topnav ul li { list-style: none; text-indent: 0px; display: inline; padding-right: 10px;}
|
|
#topnav a { color: #000; text-decoration: none;}
|
|
#topnav a:hover { color: #a00;}
|
|
|
|
#menubar {
|
|
margin: 0px 0px 0px 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
border-bottom: 1px solid #a8a8a8;
|
|
border-top: 1px solid #a8a8a8;
|
|
background-color: #e8e8e8;
|
|
text-align: left;
|
|
font-size: 10px; font-weight: bold;
|
|
}
|
|
|
|
#text { width: 1100px; }
|
|
|
|
#menubar ul { margin: 0px 10px; padding: 0px; }
|
|
#menubar ul li { list-style: none; display: inline; text-indent: 0px; text-align: left; padding-right: 10px; color: #666; }
|
|
#menubar a { color: #666; }
|
|
|
|
#popupmenu a { color: #aaa; }
|
|
#popupmenu li { color: #aaa; }
|
|
#popupmenu a:hover { color: #fff; }
|
|
#popupmenu li:hover { background: #444; color: #eec; }
|
|
#popupmenu li:hover ul { display: block; }
|
|
#popupmenu ul { padding: 0px; margin: 0px; list-style: none; }
|
|
#popupmenu ul li { padding: 0px 8px; float: left; position: relative;}
|
|
|
|
#popupmenu li ul {
|
|
display: none;
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 5px;
|
|
width: 175px;
|
|
margin-top: 10px;
|
|
border-top: 1px solid #888;
|
|
border-bottom: 1px solid #888;
|
|
padding-top: 3px;
|
|
padding-bottom: 4px;
|
|
background: #444;
|
|
}
|
|
|
|
#popupmenu li ul li {
|
|
display: block;
|
|
clear: both;
|
|
color: #aaa;
|
|
}
|
|
|
|
#popupmenu li ul li:hover { color: #aaa; }
|
|
|
|
#toext { margin-top: 12px; margin-bottom: 12px; font-family: monospace; }
|
|
|
|
.list-large {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.list-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.graphcell, .ifcell, .devicecell, .datacell { margin: 0px 0px 7px 0px; padding: 7px; border: 0px; background: #e8e8e8; float: left; }
|
|
.ifcell { float: left; clear:right; background:none; }
|
|
|
|
.datacell { clear: both; }
|
|
.devicecell { margin: 2px auto; }
|
|
|
|
.sidepane { clear: left; background:none;}
|
|
.mainpane { float: none; clear: right; background:none; }
|
|
|
|
.nofloat { clear: left; }
|
|
|
|
.interface, .interface-admindown, a.interface-admindown, a.interface-admindown:visited, .interface-updown, a.interface-updown, a.interface-updown:visited, .interface-upup, a.interface-upup {
|
|
color: #555;
|
|
}
|
|
|
|
.interface-updown, a.interface-updown, a.interface-updown:visited {
|
|
color: #cc0000;
|
|
}
|
|
|
|
.interface-upup, a.interface-upup {
|
|
color: #0000cc;
|
|
}
|
|
|
|
a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
|
color: #990099;
|
|
}
|
|
|
|
.interface-admindown, a.list-device-ignored, a.interface-admindown, a.interface-admindown:visited {
|
|
color: #999999;
|
|
}
|
|
|
|
#top {
|
|
height:17px;
|
|
padding:2px 21px 0px 21px;
|
|
font:normal 11px arial;
|
|
color: white;
|
|
}
|
|
|
|
#top A {
|
|
color: #aaaaaa;
|
|
}
|
|
|
|
#container {
|
|
width:1200px;
|
|
margin:0 auto;
|
|
}
|
|
|
|
#logo {
|
|
padding-left:21px;
|
|
}
|
|
|
|
.infobox,.infobox-down {
|
|
border: 2px dashed #AAAACC;
|
|
background-color: #CCCCFF;
|
|
padding: 8px;
|
|
font-size: 12px;
|
|
margin: 8px;
|
|
}
|
|
|
|
.infobox-down {
|
|
|
|
}
|
|
|
|
.errorbox {
|
|
border: 2px dashed #CC0000;
|
|
background-color: #FFCCCC;
|
|
padding: 5px;
|
|
font-size: small;
|
|
margin: 5px;
|
|
}
|
|
|
|
.messagebox {
|
|
border: thin dashed #009900;
|
|
background-color: #ccffaa;
|
|
padding: 5px;
|
|
font-size: small;
|
|
margin: 5px;
|
|
}
|
|
|
|
.left {clear:both;}
|
|
|
|
/* For fancy tabs */
|
|
|
|
.shadetabs {
|
|
padding: 0px 5px;
|
|
margin-left: 0;
|
|
margin-top: 1px;
|
|
margin-bottom: 0px;
|
|
list-style-type: none;
|
|
text-align: left; /*set to left, center, or right to align the menu as desired*/
|
|
}
|
|
|
|
.shadetabs li {
|
|
display: inline;
|
|
margin: 0;
|
|
}
|
|
|
|
.shadetabs li a {
|
|
text-decoration: none;
|
|
padding: 3px 6px;
|
|
margin-right: 3px;
|
|
border: 1px solid #aaa;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
color: #5e5e5e;
|
|
|
|
/* Gradient background */
|
|
background:#F4F4F4;
|
|
background: -moz-linear-gradient(top, #FBFBFB, #DDD);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DDD));
|
|
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 0px 3px 3px 3px;
|
|
-webkit-border-radius: 3px 3px 0px 0px;
|
|
border-radius: 3px 3px 0px 0px;
|
|
|
|
}
|
|
|
|
.shadetabs li a img {
|
|
margin-top: -3px;
|
|
}
|
|
|
|
|
|
.shadetabs li a:visited {
|
|
color: #5e5e5e;
|
|
}
|
|
|
|
.shadetabs li a:hover {
|
|
text-decoration: none;
|
|
color: #029feb;
|
|
|
|
/* Gradient background */
|
|
background:#F4F4F4;
|
|
background: -moz-linear-gradient(top, #FFF, #CCC);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#CCC));
|
|
|
|
|
|
}
|
|
|
|
.shadetabs li.selected {
|
|
}
|
|
|
|
.shadetabs li.selected a { /*selected main tab style */
|
|
border-bottom-color: white;
|
|
/* Gradient background */
|
|
background:#EEEEEE;
|
|
background: -moz-linear-gradient(top, #EEE, #FFFFFF);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#FFFFFF));
|
|
|
|
/* Box Shadow */
|
|
-moz-box-shadow: 0 -1px 2px #DDD;
|
|
-webkit-box-shadow: 0 -1px 2px #DDD;
|
|
box-shadow: 0 -1px 2px #DDD;
|
|
|
|
}
|
|
|
|
.shadetabs li.selected a:hover { /*hovered tab style */
|
|
}
|
|
|
|
.contentstyle {
|
|
border: 1px solid #aaaaaa;
|
|
margin-bottom: 1em;
|
|
padding: 10px;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.optionicon {
|
|
vertical-align:middle;
|
|
margin-top: -4px
|
|
}
|
|
|
|
### qTip stuff
|
|
|
|
.qtip .qtip-content {
|
|
padding: 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.qtip .qtip-content .qtip-title,
|
|
.qtip-cream .qtip-content .qtip-title {
|
|
background-color: #F0DE7D;
|
|
}
|
|
|
|
.qtip-light .qtip-content .qtip-title {
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
.qtip-dark .qtip-content .qtip-title {
|
|
background-color: #404040;
|
|
}
|
|
|
|
.qtip-red .qtip-content .qtip-title {
|
|
background-color: #F28279;
|
|
}
|
|
|
|
.qtip-green .qtip-content .qtip-title {
|
|
background-color: #B9DB8C;
|
|
}
|
|
|
|
/* Navigation Bar */
|
|
|
|
#menium {
|
|
list-style:none;
|
|
margin:0px auto 0px auto;
|
|
height:30px;
|
|
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
|
|
/* Gradient background */
|
|
background:#DDD;
|
|
background: -moz-linear-gradient(top, #FBFBFB, #DDD);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DDD));
|
|
background: -ms-linear-gradient(top, #FBFBFB, #DDD);
|
|
background: -webkit-linear-gradient(top, #FBFBFB, #DDD);
|
|
|
|
/* Borders */
|
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
-moz-box-shadow:inset 0px 0px 1px #edf9ff;
|
|
-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
|
|
box-shadow:inset 0px 0px 1px #edf9ff;
|
|
}
|
|
|
|
#menium li {
|
|
min-width: 80px;
|
|
float:left;
|
|
text-align:center;
|
|
position:relative;
|
|
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
|
|
margin:3px 0px 5px 5px;
|
|
border:none;
|
|
# background:#EEEEEE;
|
|
}
|
|
|
|
#menium li:hover {
|
|
z-index: 100;
|
|
border: 1px solid #aaa;
|
|
border-bottom: 1px solid #FBFBFB;
|
|
|
|
padding-left: 9px;
|
|
padding-right: 9px;
|
|
padding-top: 1px;
|
|
padding-bottom: 4px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
/* Gradient background */
|
|
background:#EEEEEE;
|
|
background: -moz-linear-gradient(top, #DDDDDD, #EEEEEE);
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDDD), to(#EEEEEE));
|
|
background: -ms-linear-gradient(top, #DDDDDD, #EEEEEE);
|
|
background: -webkit-linear-gradient(top, #DDDDDD, #EEEEEE);
|
|
|
|
/* Rounded corners */
|
|
-moz-border-radius: 4px 4px 0px 0px;
|
|
-webkit-border-radius: 4px 4px 0px 0px;
|
|
border-radius: 4px 4px 0px 0px;
|
|
}
|
|
|
|
#menium li .greybox li:hover {
|
|
background:#ffffff;
|
|
border:1px solid #aaaaaa;
|
|
padding:4px 6px 4px 6px;
|
|
margin:0px 0px 4px 0px;
|
|
}
|
|
|
|
#menium li .greybox li {
|
|
background:#F4F4F4;
|
|
border:1px solid #bbbbbb;
|
|
margin:0px 0px 4px 0px;
|
|
padding:4px 6px 4px 6px;
|
|
width:116px;
|
|
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#menium li.menium-nodrop:hover {
|
|
border-bottom: 1px solid #aaa;
|
|
-moz-border-radius: 4px 4px 4px 4px;
|
|
-webkit-border-radius: 4px 4px 4px 4px;
|
|
border-radius: 4px 4px 4px 4px;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
#menium li a {
|
|
font-weight: bold;
|
|
font-size:13px;
|
|
color: #5e5e5e;
|
|
display:block;
|
|
outline:0;
|
|
text-decoration:none;
|
|
#text-shadow: 1px 1px 1px #000;
|
|
}
|
|
|
|
#menium li:hover a {
|
|
color:#029feb;
|
|
#text-shadow: 1px 1px 1px #FFFFFF;
|
|
}
|
|
|
|
/* Drop Down */
|
|
|
|
.dropdown_1column,
|
|
.dropdown_2columns,
|
|
.dropdown_3columns,
|
|
.dropdown_4columns,
|
|
.dropdown_5columns {
|
|
margin:4px auto;
|
|
float:left;
|
|
position:absolute;
|
|
left:-999em; /* Hides the drop down */
|
|
text-align:left;
|
|
padding:10px 5px 10px 5px;
|
|
border:1px solid #AAA;
|
|
border-top:none;
|
|
|
|
/* Gradient background */
|
|
background:#eeeeee;
|
|
# background: -moz-linear-gradient(top, #FFF, #DDD);
|
|
# background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DDD));
|
|
# background: -ms-linear-gradient(top, #FBFBFB, #DDD);
|
|
# background: -webkit-linear-gradient(top, #FBFBFB, #DDD);
|
|
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 0px 4px 4px 4px;
|
|
-webkit-border-radius: 0px 4px 4px 4px;
|
|
border-radius: 0px 4px 4px 4px;
|
|
}
|
|
|
|
.dropdown_1column {width: 140px;}
|
|
.dropdown_2columns {width: 280px;}
|
|
.dropdown_3columns {width: 420px;}
|
|
.dropdown_4columns {width: 560px;}
|
|
.dropdown_5columns {width: 700px;}
|
|
|
|
#menium li:hover .dropdown_1column,
|
|
#menium li:hover .dropdown_2columns,
|
|
#menium li:hover .dropdown_3columns,
|
|
#menium li:hover .dropdown_4columns,
|
|
#menium li:hover .dropdown_5columns {
|
|
left:-1px;
|
|
top:auto;
|
|
}
|
|
|
|
/* Columns */
|
|
|
|
.col_1,
|
|
.col_2,
|
|
.col_3,
|
|
.col_4,
|
|
.col_5 {
|
|
display:inline;
|
|
float: left;
|
|
position: relative;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
.col_1 {width:130px;}
|
|
.col_2 {width:270px;}
|
|
.col_3 {width:410px;}
|
|
.col_4 {width:550px;}
|
|
.col_5 {width:690px;}
|
|
|
|
/* Right alignment */
|
|
|
|
#menium .menu_right {
|
|
float:right;
|
|
margin-right:0px;
|
|
}
|
|
|
|
#menium li .align_right {
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 4px 0px 4px 4px;
|
|
-webkit-border-radius: 4px 0px 4px 4px;
|
|
border-radius: 4px 0px 4px 4px;
|
|
}
|
|
|
|
#menium li:hover .align_right {
|
|
left:auto;
|
|
right:-1px;
|
|
top:auto;
|
|
}
|
|
|
|
/* Drop Down Content Stylings */
|
|
|
|
#menium p, #menium h2, #menium h3, #menium ul li {
|
|
line-height:21px;
|
|
font-size:12px;
|
|
text-align:left;
|
|
#text-shadow: 1px 1px 1px #FFFFFF;
|
|
}
|
|
|
|
#menium h2 {
|
|
font-size:21px;
|
|
font-weight:400;
|
|
letter-spacing:-1px;
|
|
margin:7px 0 14px 0;
|
|
padding-bottom:14px;
|
|
border-bottom:1px solid #666666;
|
|
}
|
|
|
|
#menium h3 {
|
|
font-size:14px;
|
|
margin:7px 0 14px 0;
|
|
padding-bottom:7px;
|
|
border-bottom:1px solid #888888;
|
|
}
|
|
|
|
#menium p {
|
|
line-height:18px;
|
|
margin:0 0 10px 0;
|
|
}
|
|
|
|
#menium li:hover div a {
|
|
font-size:12px;
|
|
color:#015b86;
|
|
}
|
|
|
|
#menium li:hover div a:hover {
|
|
color:#029feb;
|
|
}
|
|
|
|
.strong {
|
|
font-weight:bold;
|
|
}
|
|
|
|
.italic {
|
|
font-style:italic;
|
|
}
|
|
|
|
.imgshadow {
|
|
background:#FFFFFF;
|
|
padding:4px;
|
|
border:1px solid #AAA;
|
|
margin-top:5px;
|
|
-moz-box-shadow:0px 0px 5px #666666;
|
|
-webkit-box-shadow:0px 0px 5px #666666;
|
|
box-shadow:0px 0px 5px #666666;
|
|
}
|
|
|
|
.img_left { /* Image sticks to the left */
|
|
width:auto;
|
|
float:left;
|
|
margin:5px 15px 5px 5px;
|
|
}
|
|
|
|
#menium li .black_box {
|
|
background-color:#333333;
|
|
color: #eeeeee;
|
|
#text-shadow: 1px 1px 1px #000;
|
|
padding:4px 6px 4px 6px;
|
|
|
|
/* Rounded Corners */
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
|
|
/* Shadow */
|
|
-webkit-box-shadow:inset 0 0 3px #000000;
|
|
-moz-box-shadow:inset 0 0 3px #000000;
|
|
box-shadow:inset 0 0 3px #000000;
|
|
}
|
|
#menium li ul {
|
|
list-style:none;
|
|
padding:0;
|
|
margin:0 0 12px 0;
|
|
width: 100%;
|
|
}
|
|
#menium li ul li {
|
|
font-size:12px;
|
|
line-height:24px;
|
|
position:relative;
|
|
#text-shadow: 1px 1px 1px #ffffff;
|
|
padding:1px;
|
|
margin:0;
|
|
float:none;
|
|
text-align:left;
|
|
width: 100%;
|
|
}
|
|
#menium li ul li:hover {
|
|
background: #F4F4F4;
|
|
border:none;
|
|
padding:1px;
|
|
margin:0;
|
|
}
|
|
|
|
|
|
/* Header
|
|
-----------------------------------------------------------------------------*/
|
|
/* gumax-header */
|
|
#gumax-header {
|
|
/* border: 1px solid #000; /*debuging*/
|
|
position: relative;
|
|
z-index: 100; /* make logo visible over content*/
|
|
min-height: 100px; /* height of header */
|
|
height: 102px; /* need for IE */
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
}
|
|
|
|
/* Login
|
|
-----------------------------------------------------------------------------*/
|
|
#gumax-p-login {
|
|
/* border: 1px solid #000; /*debuging*/
|
|
font-size: 90%;
|
|
margin: 0; padding: 7px 0 5px 0;
|
|
text-align: right;
|
|
}
|
|
|
|
#gumax-p-login ul {
|
|
position: relative;
|
|
width: auto;
|
|
list-style: none;
|
|
padding: 0; margin: 0;
|
|
}
|
|
|
|
#gumax-p-login ul li {
|
|
position: relative;
|
|
display: inline;
|
|
margin: 0; padding: 0;
|
|
font-size: 100%;
|
|
}
|
|
|
|
#gumax-p-login ul li a {
|
|
color: #777;
|
|
padding: 2px 0 2px 10px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#gumax-p-login ul li a:hover { color: #333; }
|
|
|
|
/* Logo
|
|
-----------------------------------------------------------------------------*/
|
|
#p-logo,
|
|
#p-logo a,
|
|
#p-logo a:hover {
|
|
/* border: 1px solid #000; /*debuging*/
|
|
width: 350px;
|
|
height: 96px;
|
|
}
|
|
#p-logo {
|
|
z-index: 200; position: absolute;
|
|
top: 00px; left: 0px; /* logo position */
|
|
overflow: visible;
|
|
}
|
|
#p-logo h5 { display: none; }
|
|
#p-logo a, #p-logo a:hover {
|
|
display: block;
|
|
background-repeat: no-repeat;
|
|
background-position: center left !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
/* Tooltip */
|
|
|
|
.bubbleInfo {
|
|
position: relative;
|
|
}
|
|
|
|
.popup {
|
|
position: absolute;
|
|
display: none; /* keeps the popup hidden if no JS available */
|
|
}
|
|
|
|
.div-normal {
|
|
|
|
}
|
|
.div-alert {
|
|
border: 2px solid;
|
|
#border-radius: 10px;
|
|
border-color: #cc0000;
|
|
}
|
|
.div-ignore {
|
|
|
|
}
|
|
.div-ignore-alert {
|
|
|
|
}
|
|
|
|
.div-disabled {
|
|
|
|
}
|
|
|
|
.auto-hint {
|
|
color:#AAAAAA;
|
|
}
|
|
|
|
|
|
|
|
.tabBox .tabs {
|
|
overflow: hidden;
|
|
padding: 0px 8px;
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
.tabBox .tabs li {
|
|
float: left;
|
|
list-style: none;
|
|
padding: .125em .125em 0;
|
|
overflow: hidden;
|
|
position: relative;
|
|
z-index: 1;
|
|
border-bottom: 1px solid #FFF;
|
|
}
|
|
|
|
.tabBox .tabs li.selected {
|
|
z-index: 3;
|
|
}
|
|
|
|
.tabBox .tabs a {
|
|
float: left;
|
|
height: 1.7em;
|
|
line-height: 1.7em;
|
|
font-weight: bold;
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
border-radius: 4px 4px 0 0;
|
|
background: #EEE;
|
|
border: 1px solid #CCC;
|
|
border-bottom: 0;
|
|
padding: 0 8px;
|
|
color: #666;
|
|
text-decoration: none;
|
|
behavior: url(/css/PIE.htc);
|
|
}
|
|
|
|
.tabBox .tabs img {
|
|
margin-top: -4px;
|
|
}
|
|
|
|
|
|
.tabBox .tabs .selected a {
|
|
background: #FFF;
|
|
-webkit-box-shadow: #CCC 0 0 .25em;
|
|
-moz-box-shadow: #CCC 0 0 .25em;
|
|
box-shadow: #CCC 0 0 .25em;
|
|
}
|
|
|
|
.tabBox .tabs a:hover {
|
|
background: -webkit-gradient(linear, 0 0, 0 70%, from(#EEF), to(#FFF));
|
|
background: -webkit-linear-gradient(#EEF, #FFF 70%);
|
|
background: -moz-linear-gradient(#EEF, #FFF 70%);
|
|
background: -ms-linear-gradient(#EEF, #FFF 70%);
|
|
background: -o-linear-gradient(#EEF, #FFF 70%);
|
|
background: linear-gradient(#EEF, #FFF 70%);
|
|
-pie-background: linear-gradient(#EEF, #FFF 70%);
|
|
}
|
|
|
|
.tabBox .tabcontent {
|
|
margin-top -2px;
|
|
min-height: 600px;
|
|
clear: left;
|
|
position: relative;
|
|
z-index: 2;
|
|
padding: 10px;
|
|
border: 1px solid #CCC;
|
|
background: #FFF;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: #CCC 0 0 .25em;
|
|
-moz-box-shadow: #CCC 0 0 .25em;
|
|
box-shadow: #CCC 0 0 .25em;
|
|
behavior: url(/css/PIE.htc);
|
|
}
|