Files
i2p.itoopie/installer/resources/themes/console/light/default.css

383 lines
8.3 KiB
CSS
Raw Normal View History

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;
2010-11-29 18:16:49 +00:00
background: #eef url('images/snowcamo.png');
color: #001;
font-size: 10pt;
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;
2010-12-03 06:09:11 +00:00
box-sizing: border-box;
background: #99f url(images/magic.png);
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
}
label {
margin: 0px 4px;
padding: 1px 10px 2px 0px;
2009-07-12 21:25:55 +00:00
float: left;
width: 120px;
height: 24px;
font-weight: normal;
2009-07-12 21:25:55 +00:00
text-align: right;
font-size: 8pt;
font-style: italic;
2009-07-12 21:25:55 +00:00
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 120%;
color: #427;
2009-07-06 16:51:28 +00:00
}
h4 {
2009-07-29 09:07:00 +00:00
font-size: 14px;
font-weight: bold !important;
2009-07-12 21:25:55 +00:00
color: #001;
text-align: center;
border: 1px solid #225;
margin: 5px 0 15px 0;
padding: 5px 10px;
2010-11-29 18:16:49 +00:00
background: #b4c8ff url(images/header_on.png) repeat-x center center;
2009-07-12 21:25:55 +00:00
text-transform: uppercase;
letter-spacing: 0.08em;
-moz-box-shadow: inset 0px 0px 4px 0px #bbf;
-moz-border-radius: 4px;
-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
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 9pt;
2009-07-12 21:25:55 +00:00
float: left;
vertical-align: middle;
2009-07-06 16:51:28 +00:00
}
button {
2009-07-12 21:25:55 +00:00
float: none;
text-decoration: 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: 68px;
2009-07-12 21:25:55 +00:00
height: 24px;
overflow: hidden;
color: #d00;
2009-07-12 21:25:55 +00:00
background: url('images/console_status_stopped.png') 0 0 no-repeat;
padding-top: 24px;
margin-top: 4px;
2009-07-06 16:51:28 +00:00
}
div.statusRunning {
float: left;
width: 68px;
2009-07-12 21:25:55 +00:00
height: 24px;
overflow: hidden;
color: #0b0;
2009-07-12 21:25:55 +00:00
background: url('images/console_status_running.png') 0 0 no-repeat;
padding-top: 24px;
margin-top: 4px;
2009-07-06 16:51:28 +00:00
}
2009-07-06 16:51:28 +00:00
div.statusStarting {
2009-07-12 21:25:55 +00:00
float: left;
width: 68px;
2009-07-12 21:25:55 +00:00
height: 24px;
overflow: hidden;
color: #339933;
background: url('images/console_status_starting.png') 0 0 no-repeat;
padding-top: 24px;
margin-top: 4px;
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: 1px 0px 1px 0px;
2009-07-12 21:25:55 +00:00
border-bottom: 1px solid #225;
/*
display: none;
*/
2009-07-06 16:51:28 +00:00
}
.subdivider {
2009-07-12 21:25:55 +00:00
border-bottom: 1px solid #225;
padding: 5px 0px 0px 0px;
2009-07-06 16:51:28 +00:00
}
.freetext {
2009-07-12 21:25:55 +00:00
width: 150px;
height: 24px;
2009-07-29 09:07:00 +00:00
border: 1px solid #44d;
2009-07-12 21:25:55 +00:00
padding: 2px;
margin: 4px 0 2px 0px;
font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font-weight: bold;
2009-07-29 09:07:00 +00:00
background: #ddf;
color: #001;
-moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
/*
-moz-box-shadow: inset 0px -1px 1px 0px #fff;
*/
2009-07-06 16:51:28 +00:00
}
.control, control:link, control:visited {
margin: 4px 0 0 4px !important;
padding: 2px;
2009-07-12 21:25:55 +00:00
overflow: hidden;
min-width: 60px;
font-weight: bold;
2009-07-12 21:25:55 +00:00
background-color: #bbbbff;
color: #001;
2009-07-12 21:25:55 +00:00
border: 1px outset #ddddc0;
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
2009-07-12 21:25:55 +00:00
margin-top: 8px;
text-decoration: none;
2009-07-06 16:51:28 +00:00
}
/*
.control:active {
border: 1px inset;
2009-07-12 21:25:55 +00:00
background-color: #003;
color: #f60;
text-decoration: none;
2009-07-06 16:51:28 +00:00
}
*/
.control:hover, control:visited:hover {
border: 1px solid #eef;
background-color: #f60;
color: #fff !important;
text-decoration: none;
2009-07-06 16:51:28 +00:00
}
.control:link, control:visited {
margin: 4px 0 0 4px !important;
padding: 2px;
overflow: hidden;
min-width: 60px;
font-weight: bold;
color: #001;
border: 1px outset #ddddc0;
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin-top: 8px;
2010-11-29 18:16:49 +00:00
background: #bbf url(images/header_on.png) center center repeat:x !important;
text-decoration: none;
}
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 !important;
font-size: 7pt;
2009-07-12 21:25:55 +00:00
background-color: #fff;
2010-12-03 06:09:11 +00:00
background: url(images/magic.png);
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
2009-07-12 21:25:55 +00:00
border: 1px solid #002;
padding: 10px 20px;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
2010-11-29 18:16:49 +00:00
background: none repeat scroll 0 0 #EEEEFF;
2010-12-03 06:09:11 +00:00
background: #fff url(images/magic.png);
2010-11-29 18:16:49 +00:00
border: 1px solid #444477;
color: #000011;
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 {
font-weight: bold;
display: block;
padding: 2px 10px 0 20px;
text-align: left;
2009-07-06 16:51:28 +00:00
}
.text {
2009-07-12 21:25:55 +00:00
height: 24px;
width: 150px;
padding: 0 0 0 2px;
2009-07-12 21:25:55 +00:00
float: left;
margin: 0;
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 {
background-color: #ddf;
border: 1px solid #003;
padding: 5px 20px 11px 10px;
background: url(images/lightbluetile.png);
-moz-box-shadow: inset 0px 0px 0px 1px #f00;
2010-11-29 18:16:49 +00:00
-moz-box-shadow: inset 0px 0px 1px 0px #002;
background: none repeat scroll 0 0 #EEEEFF;
border: 1px solid #444477;
color: #000011;
2009-07-06 16:51:28 +00:00
}
#globalOperationsPanel .control {
min-width: 120px;
2009-07-06 16:51:28 +00:00
}
#globalOperationsPanel .control:link {
min-width: 120px;
}
globalOperationsPanel .control:link {
min-width: 120px;
margin: 4px 0 0 4px !important;
padding: 2px;
overflow: hidden;
font-weight: bold;
background-color: #bbbbff;
color: black;
border: 1px outset #ddddc0;
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin-top: 8px;
2010-11-29 18:16:49 +00:00
background: url(images/header_on.png) 0 0 repeat: x !important;
}
globalOperationsPanel .control:visited {
min-width: 120px;
margin: 4px 0 0 4px !important;
padding: 2px;
overflow: hidden;
font-weight: bold;
background-color: #bbbbff;
color: black;
border: 1px outset #ddddc0;
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin-top: 8px;
2010-11-29 18:16:49 +00:00
background: url(images/header_on.png) 0 0 repeat: x !important;
}
globalOperationsPanel .control:hover {
min-width: 120px;
margin: 4px 0 0 4px !important;
padding: 2px;
overflow: hidden;
font-weight: bold;
background-color: #003;
color: #f60;
border: 1px outset #fff;
text-align: center;
white-space: nowrap;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin-top: 8px;
2010-11-29 18:16:49 +00:00
background: url(images/header_on.png) 0 0 repeat: x !important;
}
2009-07-06 16:51:28 +00:00
.header {
2009-07-12 21:25:55 +00:00
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
select {
2009-07-29 10:24:52 +00:00
background-color: #eef;
color: #001;
margin: 4px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold;
2009-07-29 10:24:52 +00:00
border: 1px solid #001;
padding: 2px;
min-width: 270px;
font-size: 8pt;
max-height: 24px;
}
a:link{
color: #007;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:visited{
color: #606;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #f60;
text-decoration: underline;
font-weight: bold;
}
a:active{
color: #f93;
text-decoration: underline;
font-weight: bold;
2010-06-06 20:36:54 +00:00
}