2009-07-06 16:51:28 +00:00
|
|
|
body {
|
2009-07-12 21:25:55 +00:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
|
|
|
|
background-color: #001;
|
|
|
|
color: #000000;
|
2009-07-16 15:35:05 +00:00
|
|
|
font-size: 9pt;
|
2009-07-12 21:25:55 +00:00
|
|
|
/* we've avoided Tantek Hacks so far,
|
2009-07-06 16:51:28 +00:00
|
|
|
** but we can't avoid using the non-w3c method of
|
|
|
|
** box rendering. (and therefore one of mozilla's
|
|
|
|
** proprietry -moz properties (which hopefully they'll
|
|
|
|
** drop soon).
|
|
|
|
*/
|
2009-07-12 21:25:55 +00:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div {
|
2009-07-12 21:25:55 +00:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-20 11:18:31 +00:00
|
|
|
label {
|
2009-07-12 21:25:55 +00:00
|
|
|
margin: 0;
|
2009-07-20 11:18:31 +00:00
|
|
|
padding: 5px 4px 4px 4px;
|
2009-07-12 21:25:55 +00:00
|
|
|
float: left;
|
2009-07-20 11:18:31 +00:00
|
|
|
width: 120px;
|
2009-07-08 09:33:23 +00:00
|
|
|
/* height : 24px; */
|
2009-07-20 11:18:31 +00:00
|
|
|
font-weight: normal;
|
2009-07-12 21:25:55 +00:00
|
|
|
text-align: right;
|
2009-07-20 11:18:31 +00:00
|
|
|
font-size: 8pt;
|
|
|
|
font-style: italic;
|
2009-07-12 21:25:55 +00:00
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
2009-07-12 21:25:55 +00:00
|
|
|
font-size: 14px;
|
2009-07-20 11:18:31 +00:00
|
|
|
font-weight: bold !important;
|
2009-07-12 21:25:55 +00:00
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #99f;
|
|
|
|
margin: 5px 0 15px 0;
|
2009-07-20 11:18:31 +00:00
|
|
|
padding: 5px 10px;
|
2009-07-16 15:35:05 +00:00
|
|
|
background: #004 url(images/tabletitledark.png) repeat-x;
|
2009-07-12 21:25:55 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
|
|
|
letter-spacing: 0.08em;
|
|
|
|
-moz-box-shadow: inset 0px 0px 4px 0px #009;
|
|
|
|
-moz-border-radius: 4px;
|
2009-07-16 14:17:37 +00:00
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2009-07-12 21:25:55 +00:00
|
|
|
text-decoration: none;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
2009-07-12 21:25:55 +00:00
|
|
|
margin: 0px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea, input, select, button, a {
|
2009-07-12 21:25:55 +00:00
|
|
|
font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
2009-07-16 15:35:05 +00:00
|
|
|
font-size: 9pt;
|
2009-07-12 21:25:55 +00:00
|
|
|
float: left;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
2009-07-12 21:25:55 +00:00
|
|
|
float: none;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
2009-07-12 21:25:55 +00:00
|
|
|
border: 1px solid #9999ff;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
br {
|
2009-07-12 21:25:55 +00:00
|
|
|
clear: left;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.statusNotRunning {
|
2009-07-12 21:25:55 +00:00
|
|
|
float: left;
|
|
|
|
width: 78px;
|
|
|
|
height: 24px;
|
|
|
|
overflow: hidden;
|
|
|
|
color: #dd0000;
|
|
|
|
padding-top: 24px;
|
|
|
|
margin-top: 6px;
|
|
|
|
background: url('images/console_status_stopped.png') 0 0 no-repeat;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
2009-07-12 21:25:55 +00:00
|
|
|
|
2009-07-06 16:51:28 +00:00
|
|
|
div.statusRunning {
|
2009-07-12 21:25:55 +00:00
|
|
|
float: left;
|
|
|
|
width: 78px;
|
|
|
|
height: 24px;
|
|
|
|
overflow: hidden;
|
|
|
|
color: #00dd00;
|
|
|
|
padding-top: 24px;
|
|
|
|
margin-top: 6px;
|
|
|
|
background: url('images/console_status_running.png') 0 0 no-repeat;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
2009-07-12 21:25:55 +00:00
|
|
|
|
2009-07-06 16:51:28 +00:00
|
|
|
div.statusStarting {
|
2009-07-12 21:25:55 +00:00
|
|
|
float: left;
|
|
|
|
width: 78px;
|
|
|
|
height: 24px;
|
|
|
|
overflow: hidden;
|
|
|
|
color: #339933;
|
|
|
|
padding-top: 24px;
|
|
|
|
margin-top: 6px;
|
|
|
|
background: url('images/console_status_starting.png') 0 0 no-repeat;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
2009-07-12 21:25:55 +00:00
|
|
|
display: none;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.separator, .subdivider {
|
2009-07-12 21:25:55 +00:00
|
|
|
clear: both;
|
|
|
|
height: 1px;
|
|
|
|
margin: 3px 0px 3px 0px;
|
|
|
|
border-bottom: 1px solid #99f;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.subdivider {
|
2009-07-12 21:25:55 +00:00
|
|
|
border-bottom: 1px solid #99f;
|
|
|
|
padding: 5px 0px 0px 0px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.freetext {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 150px;
|
2009-07-16 15:35:05 +00:00
|
|
|
height : 22px;
|
2009-07-12 21:25:55 +00:00
|
|
|
border: 1px solid #9999ff;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 4px 0 2px 4px;
|
|
|
|
background-color: #002;
|
2009-07-16 15:35:05 +00:00
|
|
|
font: bold 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.control {
|
2009-07-17 04:18:48 +00:00
|
|
|
margin: 6px 0 0 2px !important;
|
2009-07-16 15:35:05 +00:00
|
|
|
padding: 2px 0;
|
2009-07-12 21:25:55 +00:00
|
|
|
overflow: hidden;
|
2009-07-13 16:13:22 +00:00
|
|
|
min-width: 60px;
|
2009-07-17 04:18:48 +00:00
|
|
|
max-height: 24px;
|
2009-07-16 15:35:05 +00:00
|
|
|
font-size: 9pt;
|
2009-07-13 16:13:22 +00:00
|
|
|
font-weight: bold;
|
2009-07-16 15:35:05 +00:00
|
|
|
background-color: #b4c8ff;
|
2009-07-12 21:25:55 +00:00
|
|
|
color: black;
|
|
|
|
border: 1px outset #ddddc0;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
-moz-border-radius: 4px;
|
2009-07-16 14:17:37 +00:00
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2009-07-12 21:25:55 +00:00
|
|
|
margin-top: 8px;
|
2009-07-16 15:35:05 +00:00
|
|
|
background: url(images/tabletitlelight.png) repeat: x;
|
|
|
|
vertical-align: middle;
|
2009-07-29 10:24:52 +00:00
|
|
|
text-decoration: none;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-08 09:33:23 +00:00
|
|
|
.control:link {
|
2009-07-12 21:25:55 +00:00
|
|
|
color: #001;
|
2009-07-29 10:24:52 +00:00
|
|
|
text-decoration: none;
|
2009-07-08 09:33:23 +00:00
|
|
|
}
|
|
|
|
|
2009-07-06 16:51:28 +00:00
|
|
|
.control:hover {
|
2009-07-12 21:25:55 +00:00
|
|
|
border: 1px solid #eeeeff;
|
|
|
|
background-color: #003;
|
2009-07-16 16:02:29 +00:00
|
|
|
color: #ff6600 !important;
|
2009-07-29 10:24:52 +00:00
|
|
|
text-decoration: none;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.control:active {
|
2009-07-29 10:24:52 +00:00
|
|
|
border: 1px inset;
|
2009-07-16 16:02:29 +00:00
|
|
|
background-color: #f60;
|
|
|
|
color: #fff !important;
|
2009-07-29 10:24:52 +00:00
|
|
|
text-decoration: none;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
2009-07-08 10:10:03 +00:00
|
|
|
.control:visited {
|
2009-07-12 21:25:55 +00:00
|
|
|
color: #001;
|
2009-07-29 10:24:52 +00:00
|
|
|
text-decoration: none;
|
2009-07-08 10:10:03 +00:00
|
|
|
}
|
|
|
|
|
2009-07-06 16:51:28 +00:00
|
|
|
.panel {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 800px;
|
|
|
|
margin: 16px auto 16px auto;
|
|
|
|
overflow: hidden;
|
|
|
|
text-align: left;
|
2009-07-16 15:35:05 +00:00
|
|
|
font-size: 9pt;
|
2009-07-12 21:25:55 +00:00
|
|
|
color: white;
|
|
|
|
background-color: #002;
|
|
|
|
background: url(images/darkbluebg.png);
|
2009-07-16 14:17:37 +00:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2009-07-12 21:25:55 +00:00
|
|
|
border: 1px solid #99f;
|
|
|
|
padding: 10px 20px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel .footer {
|
2009-07-12 21:25:55 +00:00
|
|
|
float: right;
|
|
|
|
padding: 4px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toolbox {
|
2009-07-12 21:25:55 +00:00
|
|
|
float: right;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.rowItem {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 750px;
|
|
|
|
float: left;
|
|
|
|
margin: 0px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.comment {
|
2009-07-12 21:25:55 +00:00
|
|
|
font-style: italic;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
2009-07-20 11:18:31 +00:00
|
|
|
/* height: 24px;*/
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 150px;
|
|
|
|
padding: 4px 0 0 2px;
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
2009-07-20 11:18:31 +00:00
|
|
|
font-size: 9pt !important;
|
|
|
|
font-weight: bold;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.accessKey {
|
2009-07-12 21:25:55 +00:00
|
|
|
text-decoration: underline;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#globalOperationsPanel {
|
2009-07-12 21:25:55 +00:00
|
|
|
background-color: #003;
|
2009-07-24 11:17:53 +00:00
|
|
|
border: 1px solid #99f;
|
|
|
|
background: url(images/darkbluebg.png);
|
|
|
|
-moz-box-shadow: inset 0px 0px 0px 1px #f00;
|
2009-07-12 21:25:55 +00:00
|
|
|
padding: 5px 20px 11px 10px !important;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#globalOperationsPanel .control {
|
2009-07-12 21:25:55 +00:00
|
|
|
width: 100px;
|
2009-07-06 16:51:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
2009-07-16 14:17:37 +00:00
|
|
|
-moz-border-radius: 4px;
|
|
|
|
-khtml-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2009-07-13 16:13:22 +00:00
|
|
|
border: 0;
|
2009-07-12 21:25:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:link{
|
|
|
|
color: #99f;
|
2009-07-29 09:07:00 +00:00
|
|
|
text-decoration: none;
|
2009-07-12 21:25:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:visited{
|
|
|
|
color: #7bb;
|
2009-07-29 09:07:00 +00:00
|
|
|
text-decoration: none;
|
2009-07-08 09:33:23 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
a:hover{
|
|
|
|
color: #ff6600;
|
2009-07-29 09:07:00 +00:00
|
|
|
text-decoration: underline;
|
2009-07-12 21:25:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:active{
|
|
|
|
color: #900;
|
2009-07-29 09:07:00 +00:00
|
|
|
text-decoration: underline;
|
2009-07-12 21:25:55 +00:00
|
|
|
}
|
2009-07-09 20:43:59 +00:00
|
|
|
|
|
|
|
input {
|
2009-07-12 21:25:55 +00:00
|
|
|
background-color: #002;
|
|
|
|
color: #eef;
|
|
|
|
margin: 0 2px 0 2px;
|
|
|
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid #99f;
|
2009-07-16 15:35:05 +00:00
|
|
|
/*
|
2009-07-12 21:25:55 +00:00
|
|
|
padding: 0px 2px 1px 2px;
|
2009-07-16 15:35:05 +00:00
|
|
|
*/
|
2009-07-12 21:25:55 +00:00
|
|
|
text-decoration: none;
|
2009-07-09 20:43:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input hover {
|
2009-07-12 21:25:55 +00:00
|
|
|
background-color: #f00;
|
|
|
|
color: #eef;
|
|
|
|
margin: 0 2px 0 2px;
|
|
|
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid #99f;
|
2009-07-16 15:35:05 +00:00
|
|
|
padding: 2px;
|
2009-07-12 21:25:55 +00:00
|
|
|
text-decoration: none;
|
2009-07-09 20:43:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
2009-07-12 21:25:55 +00:00
|
|
|
background-color: #001;
|
|
|
|
color: #eef;
|
2009-07-16 15:35:05 +00:00
|
|
|
margin: 6px 2px 0 2px;
|
2009-07-12 21:25:55 +00:00
|
|
|
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
border: 1px solid #99f;
|
2009-07-16 15:35:05 +00:00
|
|
|
padding: 2px 2px 2px 4px;
|
2009-07-17 04:18:48 +00:00
|
|
|
max-height: 24px;
|
2009-07-09 20:43:59 +00:00
|
|
|
}
|
|
|
|
|
2009-07-12 21:25:55 +00:00
|
|
|
form {}
|