2011-09-04 21:51:24 +00:00
|
|
|
body {
|
2011-09-05 01:32:16 +00:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
margin: 0px;
|
2011-09-23 16:52:44 +00:00
|
|
|
padding: 0px;
|
2015-03-26 13:44:54 +00:00
|
|
|
padding-bottom: 50px;
|
|
|
|
padding-top: 50px;
|
2011-11-19 15:50:42 +00:00
|
|
|
background: rgb(255,255,255); /* Old browsers */
|
2011-09-23 16:52:44 +00:00
|
|
|
color: #555;
|
2011-09-05 01:32:16 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
line-height: 20px;
|
2011-09-04 21:51:24 +00:00
|
|
|
}
|
|
|
|
|
2011-09-23 16:52:44 +00:00
|
|
|
ul { margin: 0px; padding: 0px; list-style: disc outside; }
|
|
|
|
ul ul { list-style: circle outside; }
|
|
|
|
ul ul ul { list-style: square outside; }
|
|
|
|
|
2011-09-15 23:05:06 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2011-04-09 12:35:24 +00:00
|
|
|
.pagemenu-selected {
|
2016-08-04 15:58:58 +02:00
|
|
|
font-weight: bold;
|
|
|
|
background-color: #dfdfdf;
|
2011-09-26 12:16:05 +00:00
|
|
|
|
|
|
|
border: 1px solid #c0c0c0;
|
2011-09-12 02:35:58 +00:00
|
|
|
|
|
|
|
padding:3px 8px 4px 8px;
|
|
|
|
|
|
|
|
/* Rounded Corners */
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
|
|
|
|
2011-09-26 12:16:05 +00:00
|
|
|
-webkit-box-shadow: #CCC 0 0 2px;
|
|
|
|
-moz-box-shadow: #CCC 0 0 2px;
|
|
|
|
box-shadow: #CCC 0 0 2px;
|
|
|
|
|
|
|
|
|
2011-04-09 12:35:24 +00:00
|
|
|
}
|
|
|
|
|
2010-02-06 00:51:49 +00:00
|
|
|
.submit {
|
2015-08-11 14:54:05 -07:00
|
|
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAATCAIAAAA4QDsKAAAABGdBTUEAALGPC/xhBQAAAEZJREFUeJyVjMEJACEQA2dlSxD7r2/xcdhAfNwJig/PfJIhISaJocQk/9ccwTDAEYAQ4K99sylfXm+gtbFl1p4WNUouUaMDPUI2q6SigUIAAAAASUVORK5CYII=');
|
2011-09-08 14:37:20 +00:00
|
|
|
background-position: 0 100%;
|
|
|
|
border-color: #B2B2B2 #525252 #525252 #B2B2B2;
|
2010-02-06 00:51:49 +00:00
|
|
|
}
|
2010-02-08 00:05:39 +00:00
|
|
|
.submit#hover {
|
2011-09-08 14:37:20 +00:00
|
|
|
border-color: #000;
|
2010-02-08 00:05:39 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.rounded {
|
2008-04-01 01:19:59 +00:00
|
|
|
display:block;
|
2011-09-08 14:37:20 +00:00
|
|
|
}
|
|
|
|
.rounded * {
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: .01em;
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2011-09-08 14:37:20 +00:00
|
|
|
}
|
|
|
|
.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 {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2011-09-08 14:37:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.content-box {display: block}
|
|
|
|
.content-box * {
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: .01em;
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2011-09-08 14:37:20 +00:00
|
|
|
}
|
|
|
|
.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;
|
2011-09-11 20:55:38 +00:00
|
|
|
border-left: 1px solid #FBFBFB;
|
|
|
|
border-right: 1px solid #FBFBFB;
|
2011-09-08 14:37:20 +00:00
|
|
|
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 {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2011-09-08 14:37:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box-info {display: block}
|
|
|
|
.box-info * {
|
2008-04-01 01:19:59 +00:00
|
|
|
display:block;
|
|
|
|
height:1px;
|
|
|
|
overflow:hidden;
|
|
|
|
font-size:.01em;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#aaffaa;
|
|
|
|
}
|
|
|
|
.box-info1 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:3px;
|
|
|
|
margin-right:3px;
|
|
|
|
padding-left:1px;
|
|
|
|
padding-right:1px;
|
|
|
|
border-left:1px solid #cbf0cb;
|
|
|
|
border-right:1px solid #cbf0cb;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#b8f8b8;
|
|
|
|
}
|
|
|
|
.box-info2 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:1px;
|
|
|
|
margin-right:1px;
|
|
|
|
padding-right:1px;
|
|
|
|
padding-left:1px;
|
|
|
|
border-left:1px solid #dfe7df;
|
|
|
|
border-right:1px solid #dfe7df;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#b5fab5;
|
|
|
|
}
|
|
|
|
.box-info3 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:1px;
|
|
|
|
margin-right:1px;
|
|
|
|
border-left:1px solid #b5fab5;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #b5fab5;
|
|
|
|
}
|
|
|
|
.box-info4 {
|
2008-04-01 01:19:59 +00:00
|
|
|
border-left:1px solid #cbf0cb;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #cbf0cb;
|
|
|
|
}
|
|
|
|
.box-info5 {
|
2008-04-01 01:19:59 +00:00
|
|
|
border-left:1px solid #b8f8b8;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #b8f8b8;
|
|
|
|
}
|
|
|
|
.box-infofg {
|
|
|
|
background:#aaffaa;
|
|
|
|
}
|
2008-04-01 01:19:59 +00:00
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.box-warn {display:block}
|
|
|
|
.box-warn * {
|
2008-04-01 01:19:59 +00:00
|
|
|
display:block;
|
|
|
|
height:1px;
|
|
|
|
overflow:hidden;
|
|
|
|
font-size:.01em;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#AAAAFF;
|
|
|
|
}
|
|
|
|
.box-warn1 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:3px;
|
|
|
|
margin-right:3px;
|
|
|
|
padding-left:1px;
|
|
|
|
padding-right:1px;
|
|
|
|
border-left:1px solid #dadaff;
|
|
|
|
border-right:1px solid #dadaff;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#bfbfff;
|
|
|
|
}
|
|
|
|
.box-warn2 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:1px;
|
|
|
|
margin-right:1px;
|
|
|
|
padding-right:1px;
|
|
|
|
padding-left:1px;
|
|
|
|
border-left:1px solid #f6f6ff;
|
|
|
|
border-right:1px solid #f6f6ff;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#babaff;
|
|
|
|
}
|
|
|
|
.box-warn3 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:1px;
|
|
|
|
margin-right:1px;
|
|
|
|
border-left:1px solid #babaff;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #babaff;
|
|
|
|
}
|
|
|
|
.box-warn4 {
|
2008-04-01 01:19:59 +00:00
|
|
|
border-left:1px solid #dadaff;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #dadaff;
|
|
|
|
}
|
|
|
|
.box-warn5 {
|
2008-04-01 01:19:59 +00:00
|
|
|
border-left:1px solid #bfbfff;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #bfbfff;
|
|
|
|
}
|
|
|
|
.box-warnfg {
|
|
|
|
background:#AAAAFF;
|
|
|
|
}
|
2008-04-01 01:19:59 +00:00
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.box-alert {display:block}
|
|
|
|
.box-alert * {
|
2008-04-01 01:19:59 +00:00
|
|
|
display:block;
|
|
|
|
height:1px;
|
|
|
|
overflow:hidden;
|
|
|
|
font-size:.01em;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#FFAAAA;
|
|
|
|
}
|
|
|
|
.box-alert1 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:3px;
|
|
|
|
margin-right:3px;
|
|
|
|
padding-left:1px;
|
|
|
|
padding-right:1px;
|
|
|
|
border-left:1px solid #ffdada;
|
|
|
|
border-right:1px solid #ffdada;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#ffbfbf;
|
|
|
|
}
|
|
|
|
.box-alert2 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:1px;
|
|
|
|
margin-right:1px;
|
|
|
|
padding-right:1px;
|
|
|
|
padding-left:1px;
|
|
|
|
border-left:1px solid #fff6f6;
|
|
|
|
border-right:1px solid #fff6f6;
|
2011-09-08 14:37:20 +00:00
|
|
|
background:#ffbaba;
|
|
|
|
}
|
|
|
|
.box-alert3 {
|
2008-04-01 01:19:59 +00:00
|
|
|
margin-left:1px;
|
|
|
|
margin-right:1px;
|
|
|
|
border-left:1px solid #ffbaba;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #ffbaba;
|
|
|
|
}
|
|
|
|
.box-alert4 {
|
2008-04-01 01:19:59 +00:00
|
|
|
border-left:1px solid #ffdada;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #ffdada;
|
|
|
|
}
|
|
|
|
.box-alert5 {
|
2008-04-01 01:19:59 +00:00
|
|
|
border-left:1px solid #ffbfbf;
|
2011-09-08 14:37:20 +00:00
|
|
|
border-right:1px solid #ffbfbf;
|
|
|
|
}
|
|
|
|
.box-alertfg {
|
|
|
|
background:#FFAAAA;
|
|
|
|
}
|
2008-04-01 01:19:59 +00:00
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
img { border: 0; }
|
2007-04-03 15:02:18 +00:00
|
|
|
|
2010-12-02 16:45:32 +00:00
|
|
|
A.sectionhead { text-decoration: none; color: #555; }
|
|
|
|
A.sectionhead:link { text-decoration: none; color: #555; }
|
2011-03-04 17:37:16 +00:00
|
|
|
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; }
|
2016-09-10 09:55:11 -06:00
|
|
|
A.grey:visited, A.grey, .grey { color: #36393D; }
|
2011-03-04 17:37:16 +00:00
|
|
|
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; }
|
2011-11-24 15:45:49 +00:00
|
|
|
A.purple:visited, a.purple, .purple { color: #740074; }
|
|
|
|
|
2011-03-04 17:37:16 +00:00
|
|
|
|
|
|
|
.pinkbg { background-color: #ffbbbb; }
|
|
|
|
.redbg { background-color: #ff8585; }
|
|
|
|
.bluebg { background-color: #aaaaff; }
|
2007-04-03 15:02:18 +00:00
|
|
|
.greenbg { background-color: #aaffaa; }
|
2013-11-10 10:28:41 +10:00
|
|
|
.greybg { background-color: #DEEFEF; }
|
2016-09-07 15:41:04 -06:00
|
|
|
.blackbg { background-color: #000000; }
|
2007-04-03 15:02:18 +00:00
|
|
|
|
2008-03-09 17:39:14 +00:00
|
|
|
.selector {
|
2011-09-08 14:37:20 +00:00
|
|
|
width:275px;
|
2008-03-09 17:39:14 +00:00
|
|
|
}
|
|
|
|
|
2011-03-28 10:39:55 +00:00
|
|
|
.page-h2 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: top;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header-text {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 16px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.interface-header {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 20px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.graphhead, .sectionhead {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 15px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #555;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tablehead {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.box-desc {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 12px;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.interface-desc {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 11px;
|
|
|
|
font-style: normal;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.syslog {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 12px;
|
|
|
|
font-style: normal;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-header, .device-header {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 24px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: black;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-subtitle {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 22px;
|
|
|
|
font-weight: bold;
|
|
|
|
vertical-align: middle;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-header {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 20px;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-head {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2013-11-10 04:44:52 +10:00
|
|
|
.list-device-down {
|
|
|
|
color: #cc0000;
|
|
|
|
}
|
|
|
|
|
2012-04-10 17:21:49 +00:00
|
|
|
tr.device-overview:nth-child(odd) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.device-overview:nth-child(even) {
|
|
|
|
background: #eeeeee;
|
|
|
|
}
|
|
|
|
|
2011-04-20 17:47:50 +00:00
|
|
|
a.list-device, a.list-device-ignored, a.list-device-down, a.list-device-ignored-up, a.list-device-disabled {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-weight: bold;
|
2011-04-20 17:47:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.list-device, tr.list-device-ignored, tr.list-device-down, tr.list-device-ignored-up, tr.list-device-disabled {
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2012-04-10 15:58:37 +00:00
|
|
|
tr.list-device:nth-child(even) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.list-device:nth-child(odd) {
|
|
|
|
background: #eeeeee;
|
|
|
|
}
|
|
|
|
|
2011-04-20 17:22:21 +00:00
|
|
|
tr.list-device-down {
|
2011-09-08 14:37:20 +00:00
|
|
|
border: 2px solid #cc0000;
|
2011-04-20 17:18:07 +00:00
|
|
|
}
|
|
|
|
|
2011-04-20 17:47:50 +00:00
|
|
|
tr.list-device-disabled {
|
2011-09-08 14:37:20 +00:00
|
|
|
border: 2px solid #aaaaaa;
|
2011-04-20 17:47:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.list-device-ignored {
|
2011-09-08 14:37:20 +00:00
|
|
|
border: 2px dashed #cc0000;
|
2011-04-20 17:47:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.list-device-ignored-up {
|
2011-09-08 14:37:20 +00:00
|
|
|
border: 2px dashed #aaaaaa;
|
2011-04-20 17:47:50 +00:00
|
|
|
}
|
|
|
|
|
2011-04-20 17:22:21 +00:00
|
|
|
.device-head, a.list-device {
|
2016-08-04 15:58:58 +02:00
|
|
|
color: #23527c;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-04-20 17:22:21 +00:00
|
|
|
a.list-device-down, a.list-device-down, a.list-device-down:visited {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #cc0000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a.list-device-ignored-up {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #006600;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-04-20 17:47:50 +00:00
|
|
|
a.list-device-disabled, a.list-device-disabled:visited {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #999999;
|
2010-07-16 00:02:29 +00:00
|
|
|
}
|
|
|
|
|
2013-11-10 14:08:02 +10:00
|
|
|
.front-page {
|
|
|
|
padding: 3px 10px;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.front-page-bgp-normal {
|
|
|
|
}
|
|
|
|
|
|
|
|
.front-page-bgp-small {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
2013-11-10 10:28:41 +10:00
|
|
|
.front-box {
|
|
|
|
text-align: center;
|
|
|
|
margin: 1pt;
|
|
|
|
border: solid 1pt #C0C0C0;
|
|
|
|
float: left;
|
|
|
|
margin-right: 1pt;
|
|
|
|
padding: 3px;
|
|
|
|
width: 117px;
|
|
|
|
height: 85px;
|
2014-03-28 13:20:29 -04:00
|
|
|
overflow: hidden;
|
2013-11-10 10:28:41 +10:00
|
|
|
|
|
|
|
/* Rounded corners */
|
|
|
|
-moz-border-radius: 2pt 2pt 2pt 2pt;
|
|
|
|
-webkit-border-radius: 2pt 2pt 2pt 2pt;
|
|
|
|
border-radius: 2pt 2pt 2pt 2pt;
|
|
|
|
}
|
|
|
|
|
2013-11-19 08:57:43 +10:00
|
|
|
.boxes {
|
2016-09-02 20:42:45 +03:00
|
|
|
vertical-align: middle;
|
2013-11-26 15:32:53 +10:00
|
|
|
}
|
|
|
|
|
|
|
|
.box {
|
2016-03-02 16:10:37 +00:00
|
|
|
width: 500px;
|
2013-11-26 15:32:53 +10:00
|
|
|
height: 300px;
|
|
|
|
padding: 0px;
|
2016-09-02 20:42:45 +03:00
|
|
|
vertical-align: middle;
|
2013-11-19 08:57:43 +10:00
|
|
|
}
|
|
|
|
|
2013-11-26 15:32:53 +10:00
|
|
|
.top10 {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.welcome {
|
|
|
|
padding-right: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.simple {
|
|
|
|
border: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2013-11-19 08:57:43 +10:00
|
|
|
.left-2-col-fluid {
|
|
|
|
display: table-cell;
|
|
|
|
margin-right: 400px;
|
|
|
|
/* width: 100%; */
|
|
|
|
/* vertical-align: top;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-2-col-fixed {
|
|
|
|
display: table-cell;
|
|
|
|
width: 350px;
|
2013-11-26 11:21:21 +10:00
|
|
|
height: 300px;
|
2013-11-19 08:57:43 +10:00
|
|
|
float: right;
|
|
|
|
/* vertical-align: top;*/
|
|
|
|
|
|
|
|
/* Rounded Corners */
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
/* Borders */
|
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.front-syslog {
|
|
|
|
margin: 4px;
|
|
|
|
clear: both;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.front-eventlog {
|
2013-11-10 15:19:10 +10:00
|
|
|
margin: 4px;
|
|
|
|
clear: both;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2013-11-10 10:28:41 +10:00
|
|
|
.device-down {
|
|
|
|
background: #ffd7d7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.port-down {
|
|
|
|
background: #ffdd99;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-rebooted {
|
|
|
|
background: #bbffbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-down .bgp-down {
|
|
|
|
background: #ffaaaa;
|
|
|
|
}
|
|
|
|
|
2007-04-03 15:02:18 +00:00
|
|
|
.footer-text {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 12px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FFFFFF;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header-text-3 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #ffffff;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-1 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-date-1 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 10px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.copy {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 10px;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-2 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 14px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-field-1 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 13px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-head-1 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 16px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-head {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 32px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-head-2, .table-head-2 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 14px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.table-head-2 {
|
2011-09-08 14:37:20 +00:00
|
|
|
background-color: #cccccc;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-more {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-size: 10px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #cc0000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.body-blue {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #0000CC;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-menu:link {
|
2013-11-10 10:28:41 +10:00
|
|
|
color: #DEEFEF;
|
2007-04-03 15:02:18 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.top-menu:visited {
|
2013-11-10 10:28:41 +10:00
|
|
|
color: #DEEFEF;
|
2011-09-08 14:37:20 +00:00
|
|
|
text-decoration: none;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
.top-menu:hover {
|
|
|
|
color: #CC0000;
|
2011-09-08 14:37:20 +00:00
|
|
|
text-decoration: none;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
.top-menu:active {
|
|
|
|
color: #000000;
|
2011-09-08 14:37:20 +00:00
|
|
|
text-decoration: none;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box-dash-off {
|
2011-09-08 14:37:20 +00:00
|
|
|
border: 1px dashed #000000;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.copyright {
|
2011-09-08 14:37:20 +00:00
|
|
|
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;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form { margin: 0px; padding: 0px; }
|
|
|
|
hr { border: 0px; height: 1px; background-color: #ccc; color: #ccc; }
|
|
|
|
p { margin: 0px; padding: 0px; }
|
|
|
|
|
|
|
|
.vspace { margin-top: 4px; margin-bottom: 4px; }
|
|
|
|
p.vspace { padding-top: 3px; padding-bottom: 3px; }
|
2011-09-19 02:20:16 +00:00
|
|
|
.content-mat { padding: 0px; margin: auto; display:block; }
|
2007-04-03 15:02:18 +00:00
|
|
|
.clearer { clear: both; display: block; padding: 0px; height: 0px; line-height: 1px; font-size: 0px; }
|
|
|
|
|
|
|
|
.borderless-table tr td { border: none }
|
|
|
|
|
2011-09-05 01:32:16 +00:00
|
|
|
#header { width: 100%; margin: 0px 0px 0px 0px; bbackground-color: #fff; }
|
2007-04-03 15:02:18 +00:00
|
|
|
#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 {
|
2011-09-08 14:37:20 +00:00
|
|
|
text-align: center;
|
|
|
|
width: 100%; height: 40px;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2013-11-10 10:28:41 +10:00
|
|
|
#copyright { margin: 0px 12px 0px 11px; padding: 2px 0px; border-top: 1px solid #DEEFEF; font-size: 8pt; }
|
2007-04-03 15:02:18 +00:00
|
|
|
|
|
|
|
#topnav {
|
2011-09-08 14:37:20 +00:00
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
padding: 0px 0px 0px 0px;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 11px; font-weight: bold;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#topnav ul { margin: 5px 0px 0px 0px; padding: 0px; }
|
2011-03-04 17:37:16 +00:00
|
|
|
#topnav ul li { list-style: none; text-indent: 0px; display: inline; padding-right: 10px;}
|
2007-04-03 15:02:18 +00:00
|
|
|
#topnav a { color: #000; text-decoration: none;}
|
|
|
|
#topnav a:hover { color: #a00;}
|
|
|
|
|
|
|
|
#menubar {
|
2011-09-08 14:37:20 +00:00
|
|
|
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;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#text { width: 1100px; }
|
|
|
|
|
|
|
|
#menubar ul { margin: 0px 10px; padding: 0px; }
|
2011-04-18 11:28:42 +00:00
|
|
|
#menubar ul li { list-style: none; display: inline; text-indent: 0px; text-align: left; padding-right: 10px; color: #666; }
|
2007-04-03 15:02:18 +00:00
|
|
|
#menubar a { color: #666; }
|
|
|
|
|
|
|
|
#popupmenu a { color: #aaa; }
|
2011-04-18 11:28:42 +00:00
|
|
|
#popupmenu li { color: #aaa; }
|
2007-04-03 15:02:18 +00:00
|
|
|
#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; }
|
2011-04-18 11:28:42 +00:00
|
|
|
#popupmenu ul li { padding: 0px 8px; float: left; position: relative;}
|
2007-04-03 15:02:18 +00:00
|
|
|
|
|
|
|
#popupmenu li ul {
|
2011-09-08 14:37:20 +00:00
|
|
|
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;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#popupmenu li ul li {
|
2011-09-08 14:37:20 +00:00
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
color: #aaa;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
2011-03-04 17:37:16 +00:00
|
|
|
.graphcell, .ifcell, .devicecell, .datacell { margin: 0px 0px 7px 0px; padding: 7px; border: 0px; background: #e8e8e8; float: left; }
|
2007-04-03 15:02:18 +00:00
|
|
|
.ifcell { float: left; clear:right; background:none; }
|
|
|
|
|
|
|
|
.datacell { clear: both; }
|
2011-03-04 17:37:16 +00:00
|
|
|
.devicecell { margin: 2px auto; }
|
2007-04-03 15:02:18 +00:00
|
|
|
|
|
|
|
.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 {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #555;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.interface-updown, a.interface-updown, a.interface-updown:visited {
|
2013-11-10 04:44:52 +10:00
|
|
|
color: #c11;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-03-28 10:39:55 +00:00
|
|
|
.interface-upup, a.interface-upup {
|
2013-11-10 04:44:52 +10:00
|
|
|
color: #11a;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #990099;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.interface-admindown, a.list-device-ignored, a.interface-admindown, a.interface-admindown:visited {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #999999;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
#top {
|
|
|
|
height:17px;
|
|
|
|
padding:2px 21px 0px 21px;
|
|
|
|
font:normal 11px arial;
|
|
|
|
color: white;
|
|
|
|
}
|
2011-03-04 17:37:16 +00:00
|
|
|
|
2007-04-03 15:02:18 +00:00
|
|
|
#top A {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #aaaaaa;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-19 02:20:16 +00:00
|
|
|
#container {
|
2011-09-08 14:37:20 +00:00
|
|
|
width:1200px;
|
2011-09-19 02:20:16 +00:00
|
|
|
margin:0 auto;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
#logo {
|
|
|
|
padding-left:21px;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2009-04-11 19:10:48 +00:00
|
|
|
.infobox,.infobox-down {
|
2011-09-08 14:37:20 +00:00
|
|
|
border: 2px dashed #AAAACC;
|
|
|
|
background-color: #CCCCFF;
|
|
|
|
padding: 8px;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 8px;
|
2009-04-11 19:10:48 +00:00
|
|
|
}
|
|
|
|
|
2017-04-05 07:54:55 +01:00
|
|
|
.infobox .rrd-pre {
|
|
|
|
background-color: #CCCCFF;
|
|
|
|
font-size: 12px;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-04-11 19:10:48 +00:00
|
|
|
.infobox-down {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2007-04-03 15:02:18 +00:00
|
|
|
.errorbox {
|
2011-09-08 14:37:20 +00:00
|
|
|
border: 2px dashed #CC0000;
|
|
|
|
background-color: #FFCCCC;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: small;
|
|
|
|
margin: 5px;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.messagebox {
|
2011-09-08 14:37:20 +00:00
|
|
|
border: thin dashed #009900;
|
|
|
|
background-color: #ccffaa;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: small;
|
|
|
|
margin: 5px;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.left {clear:both;}
|
|
|
|
|
2011-03-04 17:37:16 +00:00
|
|
|
/* For fancy tabs */
|
2007-04-03 15:02:18 +00:00
|
|
|
|
|
|
|
.shadetabs {
|
2011-03-07 16:23:45 +00:00
|
|
|
padding: 0px 5px;
|
2009-03-27 10:07:47 +00:00
|
|
|
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*/
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.shadetabs li {
|
2009-03-27 10:07:47 +00:00
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.shadetabs li a {
|
2009-03-27 10:07:47 +00:00
|
|
|
text-decoration: none;
|
2011-09-11 20:55:38 +00:00
|
|
|
padding: 3px 6px;
|
2009-03-27 10:07:47 +00:00
|
|
|
margin-right: 3px;
|
|
|
|
border: 1px solid #aaa;
|
2011-09-11 20:55:38 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #5e5e5e;
|
2011-09-11 19:28:29 +00:00
|
|
|
|
|
|
|
/* Gradient background */
|
|
|
|
background:#F4F4F4;
|
2013-11-10 10:28:41 +10:00
|
|
|
background: -moz-linear-gradient(top, #FBFBFB, #DEEFEF);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DEEFEF));
|
2011-09-11 19:28:29 +00:00
|
|
|
|
|
|
|
/* Rounded Corners */
|
|
|
|
-moz-border-radius: 0px 3px 3px 3px;
|
|
|
|
-webkit-border-radius: 3px 3px 0px 0px;
|
|
|
|
border-radius: 3px 3px 0px 0px;
|
|
|
|
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-11 20:55:38 +00:00
|
|
|
.shadetabs li a img {
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.shadetabs li a:visited {
|
2011-09-11 20:55:38 +00:00
|
|
|
color: #5e5e5e;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.shadetabs li a:hover {
|
2011-09-11 20:55:38 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: #029feb;
|
2011-09-11 19:28:29 +00:00
|
|
|
|
|
|
|
/* Gradient background */
|
|
|
|
background:#F4F4F4;
|
|
|
|
background: -moz-linear-gradient(top, #FFF, #CCC);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#CCC));
|
|
|
|
|
|
|
|
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.shadetabs li.selected {
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.shadetabs li.selected a { /*selected main tab style */
|
2007-04-03 15:02:18 +00:00
|
|
|
border-bottom-color: white;
|
2011-09-11 19:28:29 +00:00
|
|
|
/* 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 */
|
2013-11-10 10:28:41 +10:00
|
|
|
-moz-box-shadow: 0 -1px 2px #DEEFEF;
|
|
|
|
-webkit-box-shadow: 0 -1px 2px #DEEFEF;
|
|
|
|
box-shadow: 0 -1px 2px #DEEFEF;
|
2011-09-11 19:28:29 +00:00
|
|
|
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-11 19:28:29 +00:00
|
|
|
.shadetabs li.selected a:hover { /*hovered tab style */
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-09-08 14:37:20 +00:00
|
|
|
.contentstyle {
|
2007-04-03 15:02:18 +00:00
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
padding: 10px;
|
2009-07-31 10:53:54 +00:00
|
|
|
float: left;
|
2011-09-22 18:18:15 +00:00
|
|
|
width: 100%;
|
2007-04-03 15:02:18 +00:00
|
|
|
}
|
|
|
|
|
2011-03-28 10:39:55 +00:00
|
|
|
.optionicon {
|
2010-06-12 12:07:16 +00:00
|
|
|
vertical-align:middle;
|
|
|
|
margin-top: -4px
|
|
|
|
}
|
2011-04-13 10:22:08 +00:00
|
|
|
|
2011-09-23 15:20:11 +00:00
|
|
|
/* 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;
|
|
|
|
|
2011-09-11 19:28:29 +00:00
|
|
|
/* Gradient background */
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #DEEFEF;
|
|
|
|
background: -moz-linear-gradient(top, #FBFBFB, #DEEFEF);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DEEFEF));
|
|
|
|
background: -ms-linear-gradient(top, #FBFBFB, #DEEFEF);
|
|
|
|
background: -webkit-linear-gradient(top, #FBFBFB, #DEEFEF);
|
2011-09-11 19:28:29 +00:00
|
|
|
|
2011-09-23 15:20:11 +00:00
|
|
|
/* Borders */
|
2011-09-11 20:55:38 +00:00
|
|
|
|
2011-09-23 15:20:11 +00:00
|
|
|
border: 1px solid #aaaaaa;
|
2011-09-16 00:52:16 +00:00
|
|
|
|
2011-09-23 15:20:11 +00:00
|
|
|
-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;
|
2011-09-16 00:52:16 +00:00
|
|
|
|
2011-09-23 15:20:11 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
|
|
|
margin:3px 0px 5px 5px;
|
|
|
|
border:none;
|
2013-11-10 10:28:41 +10:00
|
|
|
/* background:#EEEEEE;*/
|
2011-09-23 15:20:11 +00:00
|
|
|
}
|
2011-09-11 20:55:38 +00:00
|
|
|
|
2011-09-23 15:20:11 +00:00
|
|
|
#menium li:hover {
|
|
|
|
z-index: 100;
|
2011-09-11 20:55:38 +00:00
|
|
|
border: 1px solid #aaa;
|
2011-09-23 15:20:11 +00:00
|
|
|
border-bottom: 1px solid #FBFBFB;
|
|
|
|
|
|
|
|
padding-left: 9px;
|
|
|
|
padding-right: 9px;
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
|
|
|
margin-bottom: -1px;
|
|
|
|
|
2011-09-11 19:28:29 +00:00
|
|
|
/* Gradient background */
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #EEF7F7;
|
|
|
|
background: -moz-linear-gradient(top, #DEEFEF, #EEF7F7);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DEEFEF), to(#EEF7F7));
|
|
|
|
background: -ms-linear-gradient(top, #DEEFEF, #EEF7F7);
|
|
|
|
background: -webkit-linear-gradient(top, #DEEFEF, #EEF7F7);
|
2011-09-23 15:20:11 +00:00
|
|
|
|
|
|
|
/* Rounded corners */
|
2013-11-10 10:28:41 +10:00
|
|
|
-moz-border-radius: 3px 3px 0px 0px;
|
|
|
|
-webkit-border-radius: 3px 3px 0px 0px;
|
|
|
|
border-radius: 3px 3px 0px 0px;
|
2011-09-23 15:20:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#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 {
|
2011-09-08 14:37:20 +00:00
|
|
|
font-weight: bold;
|
2011-09-23 15:20:11 +00:00
|
|
|
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;
|
|
|
|
|
2011-09-11 19:28:29 +00:00
|
|
|
/* Gradient background */
|
2013-11-10 10:28:41 +10:00
|
|
|
background:#EEF7F7;
|
2016-09-02 20:42:45 +03:00
|
|
|
/* background: -moz-linear-gradient(top, #FFF, #DEEFEF);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB), to(#DEEFEF));
|
|
|
|
background: -ms-linear-gradient(top, #FBFBFB, #DEEFEF);
|
|
|
|
background: -webkit-linear-gradient(top, #FBFBFB, #DEEFEF); */
|
2011-09-23 15:20:11 +00:00
|
|
|
|
|
|
|
/* 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;
|
2011-09-08 14:37:20 +00:00
|
|
|
width: 100%;
|
2011-09-23 15:20:11 +00:00
|
|
|
}
|
|
|
|
#menium li ul li:hover {
|
|
|
|
background: #F4F4F4;
|
|
|
|
border:none;
|
|
|
|
padding:1px;
|
|
|
|
margin:0;
|
|
|
|
}
|
2016-08-04 15:58:58 +02:00
|
|
|
|
2011-09-05 01:32:16 +00:00
|
|
|
|
|
|
|
/* Header
|
|
|
|
-----------------------------------------------------------------------------*/
|
|
|
|
/* gumax-header */
|
|
|
|
#gumax-header {
|
2011-09-08 14:37:20 +00:00
|
|
|
/* 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;
|
2011-09-05 01:32:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Login
|
|
|
|
-----------------------------------------------------------------------------*/
|
|
|
|
#gumax-p-login {
|
2011-09-08 14:37:20 +00:00
|
|
|
/* border: 1px solid #000; /*debuging*/
|
|
|
|
font-size: 90%;
|
|
|
|
margin: 0; padding: 7px 0 5px 0;
|
|
|
|
text-align: right;
|
2011-09-05 01:32:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#gumax-p-login ul {
|
2011-09-08 14:37:20 +00:00
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0; margin: 0;
|
2011-09-05 01:32:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#gumax-p-login ul li {
|
2011-09-08 14:37:20 +00:00
|
|
|
position: relative;
|
|
|
|
display: inline;
|
|
|
|
margin: 0; padding: 0;
|
|
|
|
font-size: 100%;
|
2011-09-05 01:32:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#gumax-p-login ul li a {
|
2011-09-08 14:37:20 +00:00
|
|
|
color: #777;
|
|
|
|
padding: 2px 0 2px 10px;
|
|
|
|
text-decoration: none;
|
2011-09-05 01:32:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#gumax-p-login ul li a:hover { color: #333; }
|
|
|
|
|
|
|
|
/* Logo
|
|
|
|
-----------------------------------------------------------------------------*/
|
|
|
|
#p-logo,
|
|
|
|
#p-logo a,
|
|
|
|
#p-logo a:hover {
|
2011-09-08 14:37:20 +00:00
|
|
|
/* border: 1px solid #000; /*debuging*/
|
|
|
|
width: 350px;
|
|
|
|
height: 96px;
|
2011-09-05 01:32:16 +00:00
|
|
|
}
|
|
|
|
#p-logo {
|
2011-09-08 14:37:20 +00:00
|
|
|
z-index: 200; position: absolute;
|
|
|
|
top: 00px; left: 0px; /* logo position */
|
|
|
|
overflow: visible;
|
2011-09-05 01:32:16 +00:00
|
|
|
}
|
|
|
|
#p-logo h5 { display: none; }
|
|
|
|
#p-logo a, #p-logo a:hover {
|
2011-09-08 14:37:20 +00:00
|
|
|
display: block;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center left !important;
|
|
|
|
text-decoration: none;
|
2011-09-05 01:32:16 +00:00
|
|
|
}
|
2011-09-14 13:38:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
/* Tooltip */
|
|
|
|
|
|
|
|
.bubbleInfo {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup {
|
|
|
|
position: absolute;
|
|
|
|
display: none; /* keeps the popup hidden if no JS available */
|
|
|
|
}
|
|
|
|
|
2011-09-19 02:20:16 +00:00
|
|
|
.div-normal {
|
2016-08-04 15:58:58 +02:00
|
|
|
|
2011-09-19 02:20:16 +00:00
|
|
|
}
|
|
|
|
.div-alert {
|
2016-08-04 15:58:58 +02:00
|
|
|
border: 2px solid;
|
2011-09-19 02:20:16 +00:00
|
|
|
#border-radius: 10px;
|
|
|
|
border-color: #cc0000;
|
|
|
|
}
|
|
|
|
.div-ignore {
|
2016-08-04 15:58:58 +02:00
|
|
|
|
2011-09-19 02:20:16 +00:00
|
|
|
}
|
|
|
|
.div-ignore-alert {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.div-disabled {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2011-09-19 11:15:01 +00:00
|
|
|
.auto-hint {
|
|
|
|
color:#AAAAAA;
|
|
|
|
}
|
2011-09-23 15:20:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tabBox .tabs {
|
|
|
|
overflow: hidden;
|
2011-10-01 14:54:06 +00:00
|
|
|
padding: 0px 8px;
|
2011-09-23 15:20:11 +00:00
|
|
|
margin-bottom: -1px;
|
2011-09-23 16:52:44 +00:00
|
|
|
|
2011-09-23 15:20:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabBox .tabs li {
|
|
|
|
float: left;
|
|
|
|
list-style: none;
|
2011-09-23 16:52:44 +00:00
|
|
|
padding: .125em .125em 0;
|
2011-09-23 15:20:11 +00:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
border-bottom: 1px solid #FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabBox .tabs li.selected {
|
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabBox .tabs a {
|
|
|
|
float: left;
|
2011-09-23 16:52:44 +00:00
|
|
|
height: 1.7em;
|
|
|
|
line-height: 1.7em;
|
2011-09-23 17:40:05 +00:00
|
|
|
font-weight: bold;
|
2011-09-26 14:39:07 +00:00
|
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
|
|
border-radius: 4px 4px 0 0;
|
2011-09-23 15:20:11 +00:00
|
|
|
background: #EEE;
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
border-bottom: 0;
|
2011-09-23 16:52:44 +00:00
|
|
|
padding: 0 8px;
|
2011-09-23 17:40:05 +00:00
|
|
|
color: #666;
|
2011-09-23 15:20:11 +00:00
|
|
|
text-decoration: none;
|
2011-09-23 16:52:44 +00:00
|
|
|
behavior: url(/css/PIE.htc);
|
2011-09-23 15:20:11 +00:00
|
|
|
}
|
|
|
|
|
2011-09-26 14:40:42 +00:00
|
|
|
.tabBox .tabs img {
|
|
|
|
margin-top: -4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-09-23 15:20:11 +00:00
|
|
|
.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 {
|
2016-09-02 20:42:45 +03:00
|
|
|
margin-top: -2px;
|
2011-09-23 16:52:44 +00:00
|
|
|
min-height: 600px;
|
2011-09-23 15:20:11 +00:00
|
|
|
clear: left;
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
2011-09-23 16:52:44 +00:00
|
|
|
padding: 10px;
|
2011-09-23 15:20:11 +00:00
|
|
|
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;
|
2011-09-23 16:52:44 +00:00
|
|
|
behavior: url(/css/PIE.htc);
|
2011-09-23 15:20:11 +00:00
|
|
|
}
|
2012-03-08 19:19:54 +00:00
|
|
|
|
|
|
|
.devicetable {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
2012-04-10 17:21:49 +00:00
|
|
|
tr.iftype:nth-child(odd) {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2012-04-10 17:21:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.iftype:nth-child(even) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.health:nth-child(odd) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.ports:nth-child(even) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.bgp:nth-child(even) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.locations:nth-child(even) {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2012-04-10 17:21:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.locations:nth-child(odd) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.inventory:nth-child(even) {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2012-04-10 17:21:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.inventory:nth-child(odd) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.list:nth-child(odd) {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2012-04-10 17:21:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.list:nth-child(even) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.eventlog:nth-child(even) {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2012-04-10 17:21:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.eventlog:nth-child(odd) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.syslog:nth-child(even) {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2012-04-10 17:21:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.syslog:nth-child(odd) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.search:nth-child(even) {
|
2013-11-10 10:28:41 +10:00
|
|
|
background: #e0e5e5;
|
2012-04-10 17:21:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.search:nth-child(odd) {
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
2012-03-08 19:19:54 +00:00
|
|
|
.paddedcell {
|
|
|
|
padding: 7px;
|
|
|
|
}
|
|
|
|
|
2013-11-10 10:37:13 +10:00
|
|
|
.overlib {
|
|
|
|
width: 590px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overlib-text {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2013-11-10 14:08:02 +10:00
|
|
|
|
|
|
|
.overlib-box {
|
|
|
|
width: 708px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overlib-title {
|
|
|
|
margin-left: 5px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.minigraph-image {
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
2014-01-13 07:59:31 +00:00
|
|
|
.example-sports .league-name {
|
|
|
|
margin: 0 20px 5px 20px;
|
|
|
|
padding: 3px 0;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.demo {
|
|
|
|
position: relative;
|
|
|
|
*z-index: 1;
|
|
|
|
margin: 50px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-submenu{position:relative;}
|
|
|
|
.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;}
|
|
|
|
.dropdown-submenu:hover>.dropdown-menu{display:block;}
|
|
|
|
.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;}
|
|
|
|
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
|
|
|
|
.dropdown-submenu.pull-left{float:none;}.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;}
|
2014-01-14 14:37:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
.scrollable-menu {
|
|
|
|
height: auto;
|
|
|
|
max-height: 200px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2014-03-18 22:36:22 +00:00
|
|
|
|
2014-06-11 00:15:27 +01:00
|
|
|
|
2014-11-30 17:49:52 +00:00
|
|
|
.ui-autocomplete {
|
|
|
|
max-height: 100px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* IE 6 doesn't support max-height
|
|
|
|
* we use height instead, but this forces the menu to always be this tall
|
|
|
|
*/
|
|
|
|
* html .ui-autocomplete {
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.glyphicon-large {
|
|
|
|
font-size: 2.5em;
|
|
|
|
}
|
|
|
|
|
2015-02-18 23:03:23 +00:00
|
|
|
.navbar-debug {
|
|
|
|
min-height: 25px;
|
|
|
|
}
|
2015-03-18 14:41:44 -03:00
|
|
|
|
|
|
|
.navbar-brand {
|
2017-01-28 04:13:04 -06:00
|
|
|
padding: 8px 15px 8px 15px !important;
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
|
2017-06-02 20:57:27 +02:00
|
|
|
@media (min-width: 992px) and (max-width: 1280px) {
|
|
|
|
.navbar-brand {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-01-28 04:13:04 -06:00
|
|
|
.navbar-brand img {
|
|
|
|
height: 100%;
|
|
|
|
max-width: 170px;
|
2015-03-18 14:41:44 -03:00
|
|
|
}
|
2015-03-28 13:59:23 +00:00
|
|
|
|
|
|
|
#visualization {
|
2015-07-14 13:15:37 +01:00
|
|
|
width: 100%;
|
2015-05-03 22:39:25 +01:00
|
|
|
min-height: 600px;
|
2015-03-28 13:59:23 +00:00
|
|
|
}
|
2015-04-08 21:17:48 +01:00
|
|
|
|
2015-04-12 20:02:57 +01:00
|
|
|
.threeqtr-width {
|
2015-04-08 21:17:48 +01:00
|
|
|
display:block;
|
2015-04-22 17:40:29 +01:00
|
|
|
min-width: 75%;
|
2015-04-08 21:17:48 +01:00
|
|
|
}
|
2015-04-29 15:18:14 +01:00
|
|
|
|
|
|
|
.tt-menu {
|
|
|
|
position: absolute;
|
|
|
|
top: 95%;
|
|
|
|
left: 2.5%;
|
|
|
|
z-index: 100;
|
|
|
|
display: none;
|
|
|
|
min-width: 400px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
box-shadow: 0px 0px 0px 1px green;
|
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-open {
|
|
|
|
position: absolute;
|
|
|
|
top: 95%;
|
|
|
|
left: 2.5%;
|
|
|
|
z-index: 100;
|
|
|
|
display: none;
|
|
|
|
min-width: 400px;
|
|
|
|
left: -400px !important;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
overflow: hidden;
|
2015-05-03 23:15:00 +01:00
|
|
|
padding: 8px;
|
2015-04-29 15:18:14 +01:00
|
|
|
background-color: #fff;
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
box-shadow: 0px 0px 0px 1px green;
|
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
}
|
2015-04-29 17:48:57 +01:00
|
|
|
|
|
|
|
.typeahead-left {
|
|
|
|
left: 0px !important;
|
|
|
|
}
|
2015-05-03 14:49:21 +01:00
|
|
|
|
|
|
|
.tt-selectable {
|
|
|
|
cursor: pointer;
|
2015-05-03 15:37:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion:hover a {
|
|
|
|
color: #ffffff !important;
|
2015-05-03 14:49:21 +01:00
|
|
|
}
|
2015-05-03 14:54:16 +01:00
|
|
|
|
|
|
|
.tt-suggestion:hover {
|
2017-01-08 20:32:17 +01:00
|
|
|
background-color: #0097CF;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion img {
|
|
|
|
width: 32px;
|
2015-05-03 14:54:16 +01:00
|
|
|
}
|
2015-05-03 15:37:23 +01:00
|
|
|
|
2015-07-21 23:01:57 +01:00
|
|
|
.gridster * {
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grid ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridster li {
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.gridster {
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
opacity: .8;
|
|
|
|
|
|
|
|
-webkit-transition: opacity .6s;
|
|
|
|
-moz-transition: opacity .6s;
|
|
|
|
-o-transition: opacity .6s;
|
|
|
|
-ms-transition: opacity .6s;
|
|
|
|
transition: opacity .6s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridster .gs-w {
|
|
|
|
background: #ffffff;
|
|
|
|
box-shadow: inset 0 0 2px #000;
|
2016-09-02 20:42:45 +03:00
|
|
|
color: #000000;
|
2015-07-21 23:01:57 +01:00
|
|
|
cursor: pointer;
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridster .player {
|
|
|
|
background: #BBB;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.gridster .preview-holder {
|
|
|
|
border: none!important;
|
|
|
|
background: red!important;
|
|
|
|
}
|
|
|
|
|
2015-07-23 17:09:18 +01:00
|
|
|
.widget_header {
|
2015-07-21 23:01:57 +01:00
|
|
|
padding: 0.8em;
|
|
|
|
background-color: #000000;
|
|
|
|
color: #ffffff;
|
2016-08-19 20:11:35 -04:00
|
|
|
text-align: center;
|
2015-07-21 23:01:57 +01:00
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
-moz-border-top-right-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2015-07-23 17:09:18 +01:00
|
|
|
.widget_body {
|
2015-07-21 23:01:57 +01:00
|
|
|
padding: 0.8em;
|
2015-07-26 11:31:04 +00:00
|
|
|
}
|
2015-07-26 11:09:46 +00:00
|
|
|
|
2015-07-20 15:10:56 +01:00
|
|
|
.mapTooltip {
|
|
|
|
position : fixed;
|
|
|
|
background-color : #B2B3B1;
|
|
|
|
moz-opacity:0.90;
|
|
|
|
opacity: 0.90;
|
|
|
|
filter:alpha(opacity=90);
|
|
|
|
border-radius:10px;
|
|
|
|
padding : 10px;
|
|
|
|
z-index: 1000;
|
|
|
|
max-width: 200px;
|
|
|
|
display:none;
|
|
|
|
color:#000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zoomIn, .zoomOut {
|
|
|
|
background-color:#fff;
|
|
|
|
border:1px solid #ccc;
|
|
|
|
color:#000;
|
|
|
|
width:15px;
|
|
|
|
height:15px;
|
|
|
|
line-height: 15px;
|
|
|
|
text-align:center;
|
|
|
|
border-radius:3px;
|
|
|
|
cursor:pointer;
|
|
|
|
position:absolute;
|
|
|
|
top : 10px;
|
|
|
|
font-weight:bold;
|
|
|
|
left : 10px;
|
|
|
|
-webkit-user-select: none; // For Webkit
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none; // For Mozilla
|
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none; // Default
|
|
|
|
}
|
2016-08-04 15:58:58 +02:00
|
|
|
|
2015-07-20 15:10:56 +01:00
|
|
|
.zoomOut {
|
|
|
|
top:30px;
|
|
|
|
}
|
|
|
|
|
2015-11-05 09:49:24 +00:00
|
|
|
#leaflet-map {
|
|
|
|
height: 600px;
|
|
|
|
}
|
|
|
|
|
2017-03-03 07:07:12 -08:00
|
|
|
.edit-storage-input,
|
|
|
|
.edit-processor-input,
|
|
|
|
.edit-mempool-input {
|
2015-08-03 10:46:40 +00:00
|
|
|
width: 100px;
|
|
|
|
}
|
2015-10-02 23:28:43 +03:00
|
|
|
|
|
|
|
label {
|
|
|
|
font-weight: normal;
|
2015-11-18 08:32:48 +10:00
|
|
|
}
|
2015-11-23 11:23:04 +00:00
|
|
|
|
2016-09-23 08:27:34 -04:00
|
|
|
.badge-navbar-user {
|
2015-12-09 23:56:12 +01:00
|
|
|
border-radius: 40%;
|
2015-12-12 13:34:00 +01:00
|
|
|
font-size: 65%;
|
2016-09-23 08:27:34 -04:00
|
|
|
padding: 5px;
|
|
|
|
position: relative;
|
|
|
|
top: -10px;
|
|
|
|
left: -5px;
|
|
|
|
}
|
|
|
|
.badge-default {
|
|
|
|
background-color: #777;
|
|
|
|
}
|
|
|
|
.badge-default[href]:hover,
|
|
|
|
.badge-default[href]:focus {
|
|
|
|
background-color: #5e5e5e;
|
|
|
|
}
|
|
|
|
.badge-primary {
|
|
|
|
background-color: #337ab7;
|
|
|
|
}
|
|
|
|
.badge-primary[href]:hover,
|
|
|
|
.badge-primary[href]:focus {
|
|
|
|
background-color: #286090;
|
|
|
|
}
|
|
|
|
.badge-success {
|
|
|
|
background-color: #5cb85c;
|
|
|
|
}
|
|
|
|
.badge-success[href]:hover,
|
|
|
|
.badge-success[href]:focus {
|
|
|
|
background-color: #449d44;
|
|
|
|
}
|
|
|
|
.badge-info {
|
|
|
|
background-color: #5bc0de;
|
|
|
|
}
|
|
|
|
.badge-info[href]:hover,
|
|
|
|
.badge-info[href]:focus {
|
|
|
|
background-color: #31b0d5;
|
|
|
|
}
|
|
|
|
.badge-warning {
|
|
|
|
background-color: #f0ad4e;
|
|
|
|
}
|
|
|
|
.badge-warning[href]:hover,
|
|
|
|
.badge-warning[href]:focus {
|
|
|
|
background-color: #ec971f;
|
|
|
|
}
|
|
|
|
.badge-danger {
|
|
|
|
background-color: #d9534f;
|
|
|
|
}
|
|
|
|
.badge-danger[href]:hover,
|
|
|
|
.badge-danger[href]:focus {
|
|
|
|
background-color: #c9302c;
|
|
|
|
}
|
2015-12-09 23:56:12 +01:00
|
|
|
|
2015-11-23 11:23:04 +00:00
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
.thumbnail_graph_table b { font-size : 6px;}
|
|
|
|
.thumbnail_graph_table img {
|
|
|
|
max-width: 45px;
|
|
|
|
max-height: 50px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-11-23 12:08:09 +00:00
|
|
|
@media only screen and (max-width: 768px) and (min-width: 481px) {
|
2015-11-23 11:23:04 +00:00
|
|
|
.thumbnail_graph_table b { font-size : 8px;}
|
|
|
|
.thumbnail_graph_table img {
|
|
|
|
max-width: 60px;
|
|
|
|
max-height: 55px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 800px) and (min-width: 721px) {
|
|
|
|
.thumbnail_graph_table b { font-size : 8px;}
|
|
|
|
.thumbnail_graph_table img {
|
|
|
|
max-width: 75px;
|
|
|
|
max-height: 60px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1024px) and (min-width: 801px) {
|
|
|
|
.thumbnail_graph_table b { font-size : 9px;}
|
|
|
|
.thumbnail_graph_table img {
|
|
|
|
max-width: 105px;
|
|
|
|
max-height: 70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
|
}
|
2015-12-13 20:01:08 +00:00
|
|
|
|
|
|
|
.redCluster {
|
2016-09-02 20:42:45 +03:00
|
|
|
background-color: rgba(255,0,0, 0);
|
2015-12-13 20:01:08 +00:00
|
|
|
background-color: rgba(255,0,0,0.7);
|
|
|
|
text-align: center;
|
|
|
|
width: 25px !important;
|
|
|
|
height: 25px !important;
|
|
|
|
font-size: 14px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.greenCluster {
|
2016-09-02 20:42:45 +03:00
|
|
|
background-color: rgba(0,255,0, 0);
|
2016-01-30 20:03:26 +01:00
|
|
|
background-color: rgba(110, 204, 57, 0.6);
|
2015-12-13 20:01:08 +00:00
|
|
|
text-align: center;
|
|
|
|
width: 25px !important;
|
|
|
|
height: 25px !important;
|
|
|
|
font-size: 14px;
|
|
|
|
color: black;
|
|
|
|
border-color:transparent;
|
|
|
|
}
|
2016-03-07 21:25:01 +00:00
|
|
|
|
|
|
|
#overDiv {
|
|
|
|
z-index: 1200 !important;
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
background-color: white;
|
|
|
|
padding: 5px;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
2016-05-26 09:44:41 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.edit-widget, .close-widget { cursor: pointer; }
|
|
|
|
.widget_body {
|
|
|
|
overflow-y: auto;
|
|
|
|
width: 100%;
|
2017-03-28 17:02:10 +02:00
|
|
|
height: calc(100% - 38px);
|
2016-05-26 09:44:41 -05:00
|
|
|
}
|
2016-08-17 20:22:51 +01:00
|
|
|
|
|
|
|
.device-availability, .service-availability {
|
|
|
|
color:#000000;
|
|
|
|
float:left;
|
|
|
|
height:64px;
|
|
|
|
margin:10px;
|
|
|
|
padding:8px;
|
|
|
|
border-radius:5px;
|
|
|
|
text-align:center;
|
2016-08-28 23:48:06 +03:00
|
|
|
white-space: nowrap;
|
2016-08-17 20:22:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-availability.up, .service-availability.up {
|
|
|
|
border:1px solid #5CB85C;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-availability.down, .service-availability.down {
|
|
|
|
border:1px solid #D9534F;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-availability.warn, .service-availability.warn {
|
|
|
|
border:1px solid #FFB733;
|
|
|
|
}
|
|
|
|
|
2016-09-07 15:41:04 -06:00
|
|
|
.device-availability.ignored, .service-availability.ignored {
|
|
|
|
border:1px solid #36393D;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-availability.disabled, .service-availability.disabled {
|
|
|
|
border:1px solid #000000;
|
|
|
|
}
|
|
|
|
|
2016-08-17 20:22:51 +01:00
|
|
|
.availability-label {
|
2017-09-15 15:59:18 -04:00
|
|
|
border-radius: 0 .25em 0 .25em;
|
2016-08-17 20:22:51 +01:00
|
|
|
float:right;
|
|
|
|
margin:-8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-name-label {
|
|
|
|
float:left;
|
|
|
|
margin:-8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.report-up {
|
|
|
|
color:#5CB85C;
|
|
|
|
}
|
|
|
|
|
|
|
|
.report-warning {
|
|
|
|
color:#FFB733;
|
|
|
|
}
|
|
|
|
|
|
|
|
.report-down {
|
|
|
|
color:#D9534F;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-availability-title-left {
|
2016-09-24 03:28:01 +03:00
|
|
|
width:40%;
|
2016-08-17 20:22:51 +01:00
|
|
|
float:left;
|
|
|
|
height:40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-availability-title-right {
|
2016-09-24 03:28:01 +03:00
|
|
|
width:60%;
|
2016-08-17 20:22:51 +01:00
|
|
|
float:left;
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-availability-title {
|
|
|
|
font-size:18px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-availability-report-select {
|
|
|
|
font-size:16px;
|
|
|
|
border:none;
|
|
|
|
font-weight:bold;
|
|
|
|
padding-right:10px;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-availability-report-host {
|
|
|
|
float:right;
|
|
|
|
text-align:right;
|
|
|
|
padding-left:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-availability {
|
|
|
|
float:left;
|
|
|
|
margin:2px;
|
2016-08-19 09:51:21 -05:00
|
|
|
curosr: pointer;
|
2016-08-17 20:22:51 +01:00
|
|
|
}
|
|
|
|
|
2016-10-15 10:58:27 -06:00
|
|
|
.widget-availability-fixed {
|
|
|
|
min-width: 2.4em;
|
|
|
|
min-height: 1.3em;
|
|
|
|
max-height: 1.6em;
|
|
|
|
}
|
|
|
|
|
2016-08-17 20:22:51 +01:00
|
|
|
.widget-availability-host {
|
|
|
|
float:left;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-availability-service {
|
|
|
|
float:right;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-font-border {
|
2016-08-18 11:23:34 -05:00
|
|
|
text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
|
2016-08-17 20:22:51 +01:00
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-font-border.label-border {
|
|
|
|
margin:0px 2px 0px 2px;
|
|
|
|
}
|
2016-08-22 21:12:44 +03:00
|
|
|
|
|
|
|
.availability-map-oldview-box-up {
|
|
|
|
height:12px;
|
|
|
|
width:12px;
|
|
|
|
float:left;
|
|
|
|
background-color: #5CB85C;
|
|
|
|
}
|
|
|
|
|
|
|
|
.availability-map-oldview-box-warn {
|
|
|
|
height:12px;
|
|
|
|
width:12px;
|
|
|
|
float:left;
|
|
|
|
background-color: #F0AD4E;
|
|
|
|
}
|
|
|
|
|
|
|
|
.availability-map-oldview-box-down {
|
|
|
|
height:12px;
|
|
|
|
width:12px;
|
|
|
|
float:left;
|
|
|
|
background-color: #D9534F;
|
2016-08-29 23:25:14 +03:00
|
|
|
}
|
2016-09-22 00:11:16 +03:00
|
|
|
|
|
|
|
.availability-map-widget-header {
|
2016-10-15 10:58:27 -06:00
|
|
|
line-height:34px;
|
2016-09-22 00:11:16 +03:00
|
|
|
}
|
2016-10-05 09:05:26 +01:00
|
|
|
|
2017-03-22 10:41:44 -05:00
|
|
|
.nav > li > a {
|
2017-03-23 11:22:50 -05:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 5px;
|
2017-03-22 10:41:44 -05:00
|
|
|
}
|
|
|
|
|
2016-10-16 17:58:48 +03:00
|
|
|
/* devices layout modifications */
|
|
|
|
.devices-font-bold {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devices-float-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devices-graphs-select {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devices-search-header {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devices-input-small {
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devices-status-box-detail {
|
|
|
|
line-height: 16px;
|
|
|
|
margin-left: 5px;
|
|
|
|
font-size: 14px;
|
|
|
|
width: 80px;
|
|
|
|
display: block;
|
|
|
|
height: 24px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devices-status-box-basic {
|
|
|
|
margin-left: 5px;
|
|
|
|
width: 70px;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devices-headers-table-menu {
|
|
|
|
padding: 0;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.devices-overlib-box {
|
|
|
|
display: block;
|
|
|
|
padding: 1px;
|
|
|
|
margin: 2px;
|
|
|
|
min-height: 170px;
|
|
|
|
max-height: 170px;
|
|
|
|
text-align: center;
|
|
|
|
float: left;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
feature: Wireless Sensors Overhaul (#6471)
* feature: Wireless Sensors
Includes client counts for ios and unifi
Graphing could use some improvement.
Alerting and threshold ui not implemented
WIP: starting OO based wireless sensors.
Class based functionality working
remove old functional files
add schema file
discovery needs to be enabled, not polling
fix up schema
fix Unifi discovery not returning an array
Add some debug when discovering a sensor.
Fix style.
Add missing semicolin
Add a null object (Generic) for OS.
Fill out some phpdocs
Re-organized code
Each sensor type now has it's own discovery and polling interface
Custom polling tested with Unifi CCQ
Left to do:
Implement UI (Graphs and Custom thresholds)
Alerting
Testing
Fix event message text
Remove runDiscovery and runPolling from OS, they are unused and don't belong there.
Cleanups/docs
Missed this file.
Remove the requirement to fetch the current value to check validity.
Do that automatically if current is not specified
A few cleanups here and there
First pass at graphing.
device_ and wireless_ graphs added.
Add RouterOS support
Singleton OS instance isn't required right now.
Remove that to allow some memory to be freed.
Add wireless to the device list metrics.
Make all metrics clickable
Tweak graphs a bit
Implement limit configuration page.
Use sensors page as common code instead of duplicating.
Clean up some javascript interactions: Allow enter on values to save. Cancel if update is not needed. Enable the clear custom button after setting a custom value.
Add some wireless alert rules to the library.
Add documentation.
Add unifi client counts by ssid in addition to radio.
Optimize Sensor polling a bit.
Add HP MSM clients support (for full controller)
Fix function accessibility
Formalize the discovery and poller interfaces.
Add Xirrus clients and noise floor
move module interfaces to a more appropriate place.
push caching code up to os, unsure about this do to the limitations
No point in selectively enabling wireless discovery. We only discover if the device supports something.
Add RSSI, Power, and Rate.
Add these sensors for Ubnt Airos.
Clean up some copyrights.
Reduce the amount of files need to add new types.
Leave graph files for consistency and to allow customization.
Remove the old wifi clients graph completely.
ciscowlc should have improved counts (total and per-ssid)
Schema didn't get added.
Impelement the rest of the AirOS sensors
Reformat and re-organize the Airos.php class.
Add several UBNT AirFiber sensors
A few fixes add links to the section headers
Add HP MSM mibs.
* Schema file got dropped in rebase.
* Add wireless menu to view sensors across all devices.
Icons in the menu need help :/
* Add HeliOS, Mimosa, and Siklu support
Sensors added SNR + Noise
* Add power and utilization to Unifi
* Update polling to prefetch all sensor data in a few snmp requests as possible
* Add Extendair: tx+rx power, aggregate rate, frequency
* Add a check for duplicate sensors in discovery. Just print an error for now.
* Add Bit Error Ratio (named error-ratio to allow for bit error rate to be added if needed)
Fix an incorrect link in the wireless sensors table
* Add error rate and change all bps and Hz to use si units
* Fixes to limits and frequency display
* Fix overview graph frequency display
A few decimal place tweaks
* Don't allow switching sensor and wireless-sensor graphs, it doesn't work.
Change individual distance graphs to use si units
* Go through the OS and make sure I got all the sensors I can (probably missed some still)
Because pollWirelessChannelAsFrequency() is generic and a little complex, so pull it up to OS.
Message to help developers adding supports that don't return an array from discover functions.
* Fix some issues
* Remove noise and signal for now at least
A couple more fixes
Add a notification
* Oopsie
* Bonus AirFiber sensors
2017-05-01 23:49:11 -05:00
|
|
|
.device-table-metrics span {
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
2016-10-16 17:58:48 +03:00
|
|
|
}
|
|
|
|
|
feature: Wireless Sensors Overhaul (#6471)
* feature: Wireless Sensors
Includes client counts for ios and unifi
Graphing could use some improvement.
Alerting and threshold ui not implemented
WIP: starting OO based wireless sensors.
Class based functionality working
remove old functional files
add schema file
discovery needs to be enabled, not polling
fix up schema
fix Unifi discovery not returning an array
Add some debug when discovering a sensor.
Fix style.
Add missing semicolin
Add a null object (Generic) for OS.
Fill out some phpdocs
Re-organized code
Each sensor type now has it's own discovery and polling interface
Custom polling tested with Unifi CCQ
Left to do:
Implement UI (Graphs and Custom thresholds)
Alerting
Testing
Fix event message text
Remove runDiscovery and runPolling from OS, they are unused and don't belong there.
Cleanups/docs
Missed this file.
Remove the requirement to fetch the current value to check validity.
Do that automatically if current is not specified
A few cleanups here and there
First pass at graphing.
device_ and wireless_ graphs added.
Add RouterOS support
Singleton OS instance isn't required right now.
Remove that to allow some memory to be freed.
Add wireless to the device list metrics.
Make all metrics clickable
Tweak graphs a bit
Implement limit configuration page.
Use sensors page as common code instead of duplicating.
Clean up some javascript interactions: Allow enter on values to save. Cancel if update is not needed. Enable the clear custom button after setting a custom value.
Add some wireless alert rules to the library.
Add documentation.
Add unifi client counts by ssid in addition to radio.
Optimize Sensor polling a bit.
Add HP MSM clients support (for full controller)
Fix function accessibility
Formalize the discovery and poller interfaces.
Add Xirrus clients and noise floor
move module interfaces to a more appropriate place.
push caching code up to os, unsure about this do to the limitations
No point in selectively enabling wireless discovery. We only discover if the device supports something.
Add RSSI, Power, and Rate.
Add these sensors for Ubnt Airos.
Clean up some copyrights.
Reduce the amount of files need to add new types.
Leave graph files for consistency and to allow customization.
Remove the old wifi clients graph completely.
ciscowlc should have improved counts (total and per-ssid)
Schema didn't get added.
Impelement the rest of the AirOS sensors
Reformat and re-organize the Airos.php class.
Add several UBNT AirFiber sensors
A few fixes add links to the section headers
Add HP MSM mibs.
* Schema file got dropped in rebase.
* Add wireless menu to view sensors across all devices.
Icons in the menu need help :/
* Add HeliOS, Mimosa, and Siklu support
Sensors added SNR + Noise
* Add power and utilization to Unifi
* Update polling to prefetch all sensor data in a few snmp requests as possible
* Add Extendair: tx+rx power, aggregate rate, frequency
* Add a check for duplicate sensors in discovery. Just print an error for now.
* Add Bit Error Ratio (named error-ratio to allow for bit error rate to be added if needed)
Fix an incorrect link in the wireless sensors table
* Add error rate and change all bps and Hz to use si units
* Fixes to limits and frequency display
* Fix overview graph frequency display
A few decimal place tweaks
* Don't allow switching sensor and wireless-sensor graphs, it doesn't work.
Change individual distance graphs to use si units
* Go through the OS and make sure I got all the sensors I can (probably missed some still)
Because pollWirelessChannelAsFrequency() is generic and a little complex, so pull it up to OS.
Message to help developers adding supports that don't return an array from discover functions.
* Fix some issues
* Remove noise and signal for now at least
A couple more fixes
Add a notification
* Oopsie
* Bonus AirFiber sensors
2017-05-01 23:49:11 -05:00
|
|
|
.device-table-metrics>a {
|
|
|
|
color:#000;
|
|
|
|
text-decoration:none;
|
2016-10-16 17:58:48 +03:00
|
|
|
}
|
|
|
|
|
2017-01-26 16:20:43 -06:00
|
|
|
.device-table-header-actions {
|
feature: Wireless Sensors Overhaul (#6471)
* feature: Wireless Sensors
Includes client counts for ios and unifi
Graphing could use some improvement.
Alerting and threshold ui not implemented
WIP: starting OO based wireless sensors.
Class based functionality working
remove old functional files
add schema file
discovery needs to be enabled, not polling
fix up schema
fix Unifi discovery not returning an array
Add some debug when discovering a sensor.
Fix style.
Add missing semicolin
Add a null object (Generic) for OS.
Fill out some phpdocs
Re-organized code
Each sensor type now has it's own discovery and polling interface
Custom polling tested with Unifi CCQ
Left to do:
Implement UI (Graphs and Custom thresholds)
Alerting
Testing
Fix event message text
Remove runDiscovery and runPolling from OS, they are unused and don't belong there.
Cleanups/docs
Missed this file.
Remove the requirement to fetch the current value to check validity.
Do that automatically if current is not specified
A few cleanups here and there
First pass at graphing.
device_ and wireless_ graphs added.
Add RouterOS support
Singleton OS instance isn't required right now.
Remove that to allow some memory to be freed.
Add wireless to the device list metrics.
Make all metrics clickable
Tweak graphs a bit
Implement limit configuration page.
Use sensors page as common code instead of duplicating.
Clean up some javascript interactions: Allow enter on values to save. Cancel if update is not needed. Enable the clear custom button after setting a custom value.
Add some wireless alert rules to the library.
Add documentation.
Add unifi client counts by ssid in addition to radio.
Optimize Sensor polling a bit.
Add HP MSM clients support (for full controller)
Fix function accessibility
Formalize the discovery and poller interfaces.
Add Xirrus clients and noise floor
move module interfaces to a more appropriate place.
push caching code up to os, unsure about this do to the limitations
No point in selectively enabling wireless discovery. We only discover if the device supports something.
Add RSSI, Power, and Rate.
Add these sensors for Ubnt Airos.
Clean up some copyrights.
Reduce the amount of files need to add new types.
Leave graph files for consistency and to allow customization.
Remove the old wifi clients graph completely.
ciscowlc should have improved counts (total and per-ssid)
Schema didn't get added.
Impelement the rest of the AirOS sensors
Reformat and re-organize the Airos.php class.
Add several UBNT AirFiber sensors
A few fixes add links to the section headers
Add HP MSM mibs.
* Schema file got dropped in rebase.
* Add wireless menu to view sensors across all devices.
Icons in the menu need help :/
* Add HeliOS, Mimosa, and Siklu support
Sensors added SNR + Noise
* Add power and utilization to Unifi
* Update polling to prefetch all sensor data in a few snmp requests as possible
* Add Extendair: tx+rx power, aggregate rate, frequency
* Add a check for duplicate sensors in discovery. Just print an error for now.
* Add Bit Error Ratio (named error-ratio to allow for bit error rate to be added if needed)
Fix an incorrect link in the wireless sensors table
* Add error rate and change all bps and Hz to use si units
* Fixes to limits and frequency display
* Fix overview graph frequency display
A few decimal place tweaks
* Don't allow switching sensor and wireless-sensor graphs, it doesn't work.
Change individual distance graphs to use si units
* Go through the OS and make sure I got all the sensors I can (probably missed some still)
Because pollWirelessChannelAsFrequency() is generic and a little complex, so pull it up to OS.
Message to help developers adding supports that don't return an array from discover functions.
* Fix some issues
* Remove noise and signal for now at least
A couple more fixes
Add a notification
* Oopsie
* Bonus AirFiber sensors
2017-05-01 23:49:11 -05:00
|
|
|
min-width: 110px;
|
2017-01-26 16:20:43 -06:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-10-16 17:58:48 +03:00
|
|
|
.device-table-icon {
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
width: 70px;
|
2017-01-26 16:20:43 -06:00
|
|
|
height: 32px;
|
|
|
|
line-height: 32px;
|
2017-01-08 20:32:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-table-icon img {
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
|
2017-01-10 04:07:10 -06:00
|
|
|
.device-icon img {
|
|
|
|
max-height: 32px;
|
|
|
|
max-width: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-icon {
|
|
|
|
display: inline-block;
|
|
|
|
height: 32px;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
2017-02-24 03:59:30 -06:00
|
|
|
.device-icon-header {
|
|
|
|
height: 52px;
|
2017-02-14 10:52:17 +02:00
|
|
|
max-width: 250px;
|
2017-02-24 03:59:30 -06:00
|
|
|
margin-right: 15px;
|
2017-01-08 20:32:17 +01:00
|
|
|
}
|
2017-02-13 00:41:05 +02:00
|
|
|
|
|
|
|
.severity-ok {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.severity-info {
|
|
|
|
color: royalblue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.severity-notice {
|
|
|
|
color: gold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.severity-warning {
|
|
|
|
color: darkorange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.severity-critical {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.severity-unknown {
|
|
|
|
color: darkgrey;
|
|
|
|
}
|