I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0f288ed7 authored by z3d's avatar z3d
Browse files

Console: "light" theme refresh.

parent e243f90b
No related branches found
No related tags found
No related merge requests found
Showing
with 213 additions and 120 deletions
/* I2P Theme: Light */ /* I2P Theme: Light */
/* I2P Description: Light theme with soft blue highlights. */ /* Description: Light blue highlights. */
/* Author: dr|z3d */ /* Author: dr|z3d */
body { body {
margin: 15px 0 0 10px; margin: 15px 0 0 15px;
padding: 0em; padding: 0em;
text-align: center; text-align: center;
background: #eef; background: #eef url('images/snowcamo.png');
color: #000; color: #000;
font: 9pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font: 9pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
} }
...@@ -34,13 +34,13 @@ div.logo { ...@@ -34,13 +34,13 @@ div.logo {
text-align: center; text-align: center;
font-color: #fff; font-color: #fff;
margin: 0 20px 0 20px; margin: 0 20px 0 20px;
border: 1px solid #002; border: 1px solid #447;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
background: #ddddff url('images/lightbluetile.png'); background: #eef; /*url('images/lightbluetile.png')*/
width: 175px; width: 175px;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
} }
div.toolbar { div.toolbar {
...@@ -48,7 +48,7 @@ div.toolbar { ...@@ -48,7 +48,7 @@ div.toolbar {
padding: 10px; padding: 10px;
font-weight: bold; font-weight: bold;
background: #eef; background: #eef;
border: 1px solid #002; border: 1px solid #447;
display: none !important; display: none !important;
} }
...@@ -80,7 +80,7 @@ a:active{ ...@@ -80,7 +80,7 @@ a:active{
div.routersummaryouter { div.routersummaryouter {
float: left; float: left;
width: 215px; width: 210px;
margin: 0 0 10px 0px; margin: 0 0 10px 0px;
padding: 0; padding: 0;
border: 0; border: 0;
...@@ -94,18 +94,19 @@ div.routersummary { ...@@ -94,18 +94,19 @@ div.routersummary {
width: 175px; width: 175px;
padding: 10px; padding: 10px;
text-align: center !important; text-align: center !important;
border: 1px solid #000033; border: 1px solid #447;
background: #ddf url('images/lightbluetile.png'); background: #ccddf6);
color: #000; color: #000;
font-size: 8pt; font-size: 8pt;
clear: left;/* fixes a bug in Opera */ clear: left;/* fixes a bug in Opera */
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
background: #eef;
/* /*
float: left; float: left;
*/ */
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
} }
div.routersummary input[type=text] { div.routersummary input[type=text] {
...@@ -118,7 +119,7 @@ div.routersummary hr { ...@@ -118,7 +119,7 @@ div.routersummary hr {
height: 2px; height: 2px;
border-bottom: 1px solid #eef; border-bottom: 1px solid #eef;
margin: 8px -10px 7px -10px; margin: 8px -10px 7px -10px;
-moz-box-shadow: inset 0px 1px 1px 1px #001; -moz-box-shadow: inset 0px 1px 1px 1px #ddf;
} }
div routersummary hr:last-child { div routersummary hr:last-child {
...@@ -130,11 +131,22 @@ div.routersummary h3 { ...@@ -130,11 +131,22 @@ div.routersummary h3 {
border: 0; border: 0;
font-size: 9.5pt; font-size: 9.5pt;
letter-spacing: 0.04em; letter-spacing: 0.04em;
margin: -7px -9px -7px -9px; margin: -4px -6px;
padding: 1px 0; padding: 2px 0;
background: #c5d5fb; background: #c5d5fb;
text-transform: uppercase; text-transform: uppercase;
background-image: -moz-linear-gradient(top, bottom, from(#ddf), to(#c5d5fb), color-stop(25%, #c5d5fb), color-stop(100%, #ddf)); background: #ddf url('images/header_on.png') center center repeat-x;
border: 1px solid #99f !important;
-moz-border-radius: 3px;
}
div.routersummary h3 a {
text-decoration: none;
}
div.routersummary h3:hover {
background: #ddf url('images/header.png') center center repeat-x;
text-shadow: 0 0 0;
} }
div.routersummary h4 { div.routersummary h4 {
...@@ -144,10 +156,11 @@ div.routersummary h4 { ...@@ -144,10 +156,11 @@ div.routersummary h4 {
letter-spacing: 0.02em; letter-spacing: 0.02em;
margin: -7px -9px -7px -9px !important; margin: -7px -9px -7px -9px !important;
padding: 0px 3px 1px 3px; padding: 0px 3px 1px 3px;
background: #c1d1f7; background: #eef;
text-transform: capitalize; text-transform: capitalize;
text-decoration: none !important; text-decoration: none !important;
color: #2b2; color: #2b2;
line-height: 105%;
} }
div.routersummary table { div.routersummary table {
...@@ -175,16 +188,31 @@ div.tunnels { ...@@ -175,16 +188,31 @@ div.tunnels {
padding-top: 3px !important; padding-top: 3px !important;
} }
div.tunnels table {
margin: -7px 0 -5px -4px !important;
}
.tunnels tr { .tunnels tr {
padding: 4px 0 !important; padding: 4px 0 !important;
} }
div.tunnels td:first-child {
width: 16px;
text-align: left;
padding-right: 1px;
}
div.tunnels td:last-child {
text-align: right;
padding-right: 1px;
}
div.routersummary form { div.routersummary form {
margin: -6px 0 -5px 0; margin: -6px 0 -5px 0;
} }
div.routersummary form:last-child { div.routersummary form:last-child {
margin: 0 !important; margin: 6px 0 0 0 !important;
padding: 0; padding: 0;
} }
...@@ -203,7 +231,7 @@ div.routersummary a:hover { ...@@ -203,7 +231,7 @@ div.routersummary a:hover {
} }
div.routersummary td { div.routersummary td {
padding: 1px 3px; padding: 0 3px;
background-image: none !important; background-image: none !important;
border: 0 !important; border: 0 !important;
} }
...@@ -214,7 +242,7 @@ div.warning { ...@@ -214,7 +242,7 @@ div.warning {
margin: 5px 20px 10px 240px; margin: 5px 20px 10px 240px;
padding: 5px 25px 20px 75px; padding: 5px 25px 20px 75px;
background: #fff; background: #fff;
border: 1px solid #002; border: 1px solid #447;
text-align: left; text-align: left;
color: inherit; color: inherit;
-moz-border-radius: 4px; -moz-border-radius: 4px;
...@@ -234,8 +262,8 @@ div.warning { ...@@ -234,8 +262,8 @@ div.warning {
div.sorry { div.sorry {
margin: 5px 15px 10px 220px; margin: 5px 15px 10px 220px;
padding: 20px 20px 20px 75px; padding: 20px 20px 20px 75px;
background: #ffb; background: #eef;
border: 1px solid #002; border: 1px solid #447;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
...@@ -246,32 +274,37 @@ div.sorry { ...@@ -246,32 +274,37 @@ div.sorry {
-moz-box-shadow: inset 0px 0px 0px 1px #d00; -moz-box-shadow: inset 0px 0px 0px 1px #d00;
word-wrap: break-word; word-wrap: break-word;
font-weight: bold; font-weight: bold;
color: #331; color: #531;
} }
div.sorry hr { div.sorry hr {
color: #552; color: #531;
background: #552; background: #531;
height: 1px; height: 1px;
border: 1px solid #552; border: 1px solid #531;
margin: 10px 0; margin: 10px 0 15px 0;
} }
div.main { div.main {
margin: 0px 0px 20px 195px; margin: 15px 15px 20px 220px;
padding: 0 15px 15px 25px; padding: 0 15px 15px 15px;
background: #eef; background: #eef;
text-align: left; text-align: left;
color: #001; color: #001;
width: auto; width: auto;
min-width: 500px; min-width: 500px;
border: 1px solid #447;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0px 0px 1px 1px #bbf;
} }
div.main hr, hr { div.main hr, hr {
color: #003; color: #447;
background: #003; background: #447;
height: 1px; height: 1px;
border: 0px solid #003; border: 0px solid #447;
margin: 10px 0; margin: 10px 0;
} }
...@@ -288,46 +321,48 @@ div.main textarea { ...@@ -288,46 +321,48 @@ div.main textarea {
div.news { div.news {
margin: 0px 15px 10px 220px; margin: 0px 15px 10px 220px;
padding: 10px 25px 7px 25px; padding: 10px 25px 7px 25px;
border: 1px solid #003; border: 1px solid #447;
color: #410; color: #000;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
text-align: right !important; text-align: right !important;
font-size: 7pt; font-size: 7.5pt;
line-height: 140%; line-height: 140%;
background: #fea url('images/sandtile.png'); background: #eef; /*url('images/sandtile.png');*/
-moz-box-shadow: inset 0px 0px 1px 0px #410; -moz-box-shadow: inset 0px 0px 1px 0px #410;
background: #eef; /*url("images/bg2.png")no-repeat scroll bottom right;*/
} }
div.news p { div.news p {
font-size: 8.5pt; font-size: 8.5pt;
text-align: justify !important; text-align: justify !important;
} }
/*
div.news a:link{ div.news a:link{
color: #630; color: #a30;
text-decoration: none; text-decoration: none;
} }
div.news a:visited{ div.news a:visited{
color: #830; color: #930;
} }
div.news a:hover{ div.news a:hover{
color: #a30; color: #d20;
text-decoration: underline; text-decoration: underline;
} }
div.news a:active{ div.news a:active{
color: #c30; color: #c30;
} }
*/
div.news hr{ div.news hr{
color: #410; color: #447;
background: #410; background: #447;
height: 1px; height: 1px;
border: 0px solid #410; border: 0px solid #447;
margin: 10px 0 5px; margin: 10px 0 5px;
} }
...@@ -335,18 +370,24 @@ div.news li { ...@@ -335,18 +370,24 @@ div.news li {
text-align: justify; text-align: justify;
list-style: none; list-style: none;
margin: 10px 0 20px 0 !important; margin: 10px 0 20px 0 !important;
padding: 5px 0;
vertical-align: bottom; vertical-align: bottom;
border: 1px solid #410; border: 1px solid #447;
border-left: 5px solid #410; border-left: 5px solid #447;
padding: 3px 5px 3px 5px; padding: 4px 5px;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0;
background: #fb1;
font-size: 10pt; font-size: 10pt;
opacity: 0.7; opacity: 1;
background: #fff url('images/header.png') center center repeat-x;
}
/*
div.news h4 a{
color: #910 !important;
opacity: 1 !important;
} }
*/
div.news h4 { div.news h4 {
border-bottom: 0px; border-bottom: 0px;
...@@ -357,34 +398,35 @@ div.news h4 { ...@@ -357,34 +398,35 @@ div.news h4 {
div.confignav { div.confignav {
padding: 15px 10px !important; padding: 15px 10px !important;
margin: 0 0px 15px 0; margin: 15px 0 15px 0;
background: #ddf url('images/lightbluetile.png'); background: #ddf url('images/header.png') center center repeat-x;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #000022; border: 1px solid #447;
font-size: 9.5pt !important; font-size: 9.5pt !important;
font-weight: bold !important; font-weight: bold !important;
line-height: 160% !important; line-height: 160% !important;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
min-width: 400px; min-width: 400px;
} }
div.configure { div.configure {
padding: 5px 15px 0px 15px !important; /* padding: 5px 15px 0px 15px !important;
margin: 0px 0px 15px 0; margin: 0px 0px 15px 0;
background: #ddf url('images/lightbluetile.png'); background: #eef; url('images/lightbluetile.png')
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #000022; border: 1px solid #447;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;*/
min-width: 400px; min-width: 400px;
margin-bottom: 0px;
} }
div.configure h3, div.graphspanel h3 { div.configure h3, div.graphspanel h3 {
border: 1px solid #002; border: 1px solid #447;
border-left: 5px solid #002; border-left: 5px solid #447;
padding: 3px 5px 3px 5px; padding: 3px 5px 3px 5px;
margin: 15px 0 15px 0; margin: 15px 0 15px 0;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
...@@ -394,19 +436,20 @@ div.configure h3, div.graphspanel h3 { ...@@ -394,19 +436,20 @@ div.configure h3, div.graphspanel h3 {
} }
div.graphspanel { div.graphspanel {
padding: 12px; /* padding: 12px;
margin: 10px 0px 25px 0; margin: 10px 0px 25px 0;
background: #ddf url('images/lightbluetile.png'); background: #ddf url('images/lightbluetile.png');
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #000022; border: 1px solid #447;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;*/
text-align: center !important; text-align: center !important;
margin: 15px 0px -15px;
} }
div.graphspanel img { div.graphspanel img {
border: 1px solid #003; border: 1px solid #447;
padding: 2px; padding: 2px;
margin: 6px; margin: 6px;
text-align: center !important; text-align: center !important;
...@@ -416,7 +459,7 @@ div.graphspanel img { ...@@ -416,7 +459,7 @@ div.graphspanel img {
} }
div.graphspanel img:hover { div.graphspanel img:hover {
border: 1px solid #003; border: 1px solid #447;
padding: 2px; padding: 2px;
margin: 6px; margin: 6px;
text-align: center !important; text-align: center !important;
...@@ -436,10 +479,10 @@ div.messages { ...@@ -436,10 +479,10 @@ div.messages {
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #000033; border: 1px solid #447;
background: #008 url('images/lightbluetile.png'); background: #eef; /*url('images/lightbluetile.png');*/
font-weight: bold; font-weight: bold;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
} }
div.messages span.error { div.messages span.error {
...@@ -462,7 +505,7 @@ div.messages li { ...@@ -462,7 +505,7 @@ div.messages li {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
border: 1px solid #000022; border: 1px solid #447;
margin: 1px -15px 5px 0px; margin: 1px -15px 5px 0px;
cell-padding: 1px; cell-padding: 1px;
font-size: 7pt; font-size: 7pt;
...@@ -483,12 +526,12 @@ table hr { ...@@ -483,12 +526,12 @@ table hr {
th { th {
padding: 6px 2px; padding: 6px 2px;
color: #000; color: #000;
background: #b4c8ff url('images/tabletitlelight.png') repeat-x; background: #ddf url('images/header.png') center center repeat-x;
text-align: center; text-align: center;
font-size: 9pt; font-size: 9pt;
line-height: 110%; line-height: 110%;
border-bottom: 1px solid #001 !important; border-bottom: 1px solid #447 !important;
border-top: 1px solid #001 !important; border-top: 1px solid #447 !important;
} }
tr { tr {
...@@ -497,11 +540,11 @@ tr { ...@@ -497,11 +540,11 @@ tr {
} }
tr:nth-child(even) { tr:nth-child(even) {
background: #99f url('images/tabletile.png') !important; background: #eef; /*url('images/tabletile.png') !important;*/
} }
tr:nth-child(odd) { tr:nth-child(odd) {
background: #bbf url('images/tabletile_alt.png') !important; background: #ddf; /*url('images/tabletile_alt.png') !important;*/
} }
/* /*
tr:last-child { tr:last-child {
...@@ -514,7 +557,7 @@ td { ...@@ -514,7 +557,7 @@ td {
padding: 5px 3px; padding: 5px 3px;
color: #000; color: #000;
vertical-align: middle; vertical-align: middle;
border-top: 1px inset #001; border-top: 1px inset #447;
border-bottom: 1px outset #99f; border-bottom: 1px outset #99f;
} }
...@@ -524,6 +567,15 @@ tt { ...@@ -524,6 +567,15 @@ tt {
padding: 1px 5px; padding: 1px 5px;
} }
div.main li {
text-align: left;
list-style: square;
margin: 2px 5px 0px 20px;
padding: 1px 10px 1px 10px;
line-height: 150%;
word-wrap: break-word;
}
div.main li { div.main li {
text-align: left; text-align: left;
list-style: square; list-style: square;
...@@ -534,14 +586,14 @@ div.main li { ...@@ -534,14 +586,14 @@ div.main li {
} }
div.main li b { div.main li b {
color: #404 !important; color: #700 !important;
letter-spacing: 0.04em; letter-spacing: 0.02em;
font-size: 9.5pt; font-size: 9.5pt;
line-height: 200%; line-height: 170%;
} }
div.main li:first-child { div.main li:first-child {
margin-top: 10px; margin-top: 10px !important;
} }
.tidylist { .tidylist {
text-align: justify !important; text-align: justify !important;
...@@ -555,6 +607,15 @@ div.main li:first-child { ...@@ -555,6 +607,15 @@ div.main li:first-child {
padding-bottom: 5px; padding-bottom: 5px;
} }
.tidylist code {
text-align: left;
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
color: #390;
padding: 2px 3px;
background: #eeb;
font-weight: bold;
}
ol { ol {
margin: 1px 0 0 5px; margin: 1px 0 0 5px;
...@@ -572,15 +633,24 @@ code { ...@@ -572,15 +633,24 @@ code {
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
} }
code {
text-align: left;
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
color: #390;
padding: 2px 3px;
font-weight: bold;
}
a:link{ a:link{
color: #008; color: #005;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
word-wrap: break-word; word-wrap: break-word;
} }
a:visited{ a:visited{
color: #004; color: #309;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }
...@@ -602,6 +672,7 @@ a:active{ ...@@ -602,6 +672,7 @@ a:active{
padding-bottom: -2px; padding-bottom: -2px;
text-align: justify; text-align: justify;
line-height: 120% !important; line-height: 120% !important;
padding-right: -100px !important;
} }
.links li:first-child { .links li:first-child {
...@@ -629,11 +700,11 @@ h1 { ...@@ -629,11 +700,11 @@ h1 {
font: normal bold 16pt/120% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font: normal bold 16pt/120% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
letter-spacing: 0.15em; letter-spacing: 0.15em;
text-transform: uppercase; text-transform: uppercase;
text-shadow: 0px 0px 1px rgba(0, 0, 148, 0.9); text-shadow: 0px 0px 1px #77f;;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
white-space: normal; white-space: normal;
background: #ddddff url('images/lightbluetile.png'); background: #ddf url('images/header.png') center center repeat-x;
border: 1px solid #002; border: 1px solid #447;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
...@@ -643,42 +714,43 @@ h2 { ...@@ -643,42 +714,43 @@ h2 {
font-size: 12pt; font-size: 12pt;
color: #001; color: #001;
letter-spacing: 0.05em; letter-spacing: 0.05em;
background: #ddf url('images/titletile.png'); background: #ddf url('images/header.png') center center repeat-x;
text-shadow: 0px 0px 1px rgba(0, 0, 64, 0.5); text-shadow: 0px 0px 1px rgba(0, 0, 64, 0.5);
padding: 7px 10px; padding: 10px 10px;
wordwrap: none; wordwrap: none;
border: 1px solid #002; border: 1px solid #447;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
margin: 15px 0px 12px 0 !important; margin: 15px 0px 12px 0 !important;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
word-wrap: break-word; word-wrap: break-word;
text-transform: uppercase;
} }
h2 a:hover { h2 a:hover {
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9); text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
border-bottom: 1px #ff6600; border-bottom: 1px #ff6600;
border-bottom-style: solid;
border-bottom-color: #002;
padding-bottom: 5px; padding-bottom: 5px;
} }
h3 { h3 {
border: 1px solid #002; border: 1px solid #447;
border-left: 5px solid #002; border-left: 5px solid #447;
padding: 3px 5px 3px 5px; padding: 5px 5px 5px 5px;
margin: 12px 0 12px 0; margin: 12px 0 12px 0;
border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0;
-khtml-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0;
background: #eef; background: #ddf url('images/header.png') center center repeat-x !important;
text-transform: uppercase;
text-shadow: 0px 0px 1px #77f;
} }
h4 { h4 {
border-bottom: 1px; border-bottom: 1px;
border-bottom-style: solid; border-bottom-style: solid;
border-bottom-color: #001; border-bottom-color: #447;
padding: 0 0 10px 0; padding: 0 0 10px 0;
margin: 5px 0 10px 0; margin: 5px 0 10px 0;
font-size: 11pt; font-size: 11pt;
...@@ -723,8 +795,8 @@ button:active{ ...@@ -723,8 +795,8 @@ button:active{
} }
.langbox { .langbox {
margin: 4px 10px 4px 5px; margin: 20px 10px 4px 5px;
padding: 5px 5px; padding: 8px 5px;
color: #001; color: #001;
font-size: 7pt; font-size: 7pt;
width: 260px; width: 260px;
...@@ -733,13 +805,23 @@ button:active{ ...@@ -733,13 +805,23 @@ button:active{
valign: middle; valign: middle;
} }
.langbox img {
opacity: 0.8;
-moz-box-shadow: 0 0 1px #447;
}
.langbox img:hover {
opacity: 1;
-moz-box-shadow: 0 0 1px #f60;
}
input { input {
background: #eef; background: #eef;
color: #001; color: #001;
margin: 5px 10px 5px 10px; margin: 5px 10px 5px 10px;
padding: 4px 2px; padding: 4px 2px;
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px solid #001; border: 1px solid #447;
text-decoration: none; text-decoration: none;
min-width: 110px; min-width: 110px;
} }
...@@ -785,7 +867,7 @@ input[type=text] { ...@@ -785,7 +867,7 @@ input[type=text] {
margin: 5px 10px 5px 10px; margin: 5px 10px 5px 10px;
padding: 4px 2px; padding: 4px 2px;
font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px solid #001; border: 1px solid #447;
text-decoration: none; text-decoration: none;
} }
...@@ -796,7 +878,7 @@ submit { ...@@ -796,7 +878,7 @@ submit {
padding: 2px; padding: 2px;
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
font-weight: bold; font-weight: bold;
border: 1px solid #001; border: 1px solid #447;
text-decoration: none; text-decoration: none;
} }
...@@ -809,7 +891,7 @@ select { ...@@ -809,7 +891,7 @@ select {
color: #003; color: #003;
margin: 5px 10px 5px 10px; margin: 5px 10px 5px 10px;
padding: 4px; padding: 4px;
border: 1px solid #001; border: 1px solid #447;
min-width: 110px; min-width: 110px;
font: 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font: 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
border-radius: 4px; border-radius: 4px;
...@@ -829,7 +911,7 @@ textarea { ...@@ -829,7 +911,7 @@ textarea {
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
min-height: 100px; min-height: 100px;
min-width: 97%; min-width: 97%;
border: 1px solid #001; border: 1px solid #447;
} }
form {} form {}
...@@ -843,7 +925,7 @@ form {} ...@@ -843,7 +925,7 @@ form {}
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border: 1px solid #001; border: 1px solid #447;
display: none; display: none;
} }
...@@ -852,18 +934,19 @@ form {} ...@@ -852,18 +934,19 @@ form {}
font-size: 8pt; font-size: 8pt;
font-color: #001 !important; font-color: #001 !important;
text-align: center; text-align: center;
border: 1px solid #001 !important; border: 1px solid #447 !important;
border-top: 0 !important; border-top: 0 !important;
margin: -5px 0 5px 0; margin: -5px 0 5px 0;
padding: 7px; padding: 7px;
background: #bcf; background: #bcf;
-moz-box-shadow: inset 0px 0px 2px 1px #eef; -moz-box-shadow: inset 0px 0px 2px 1px #eef;
} }
/* /*
.joblog { .joblog {
margin: 15px 0; margin: 15px 0;
padding: 10px 20px !important; padding: 10px 20px !important;
border: 1px solid #003; border: 1px solid #447;
background-color: #004; background-color: #004;
background: #ddf url('images/lightbluetile.png'); background: #ddf url('images/lightbluetile.png');
color: #001; color: #001;
...@@ -871,7 +954,7 @@ form {} ...@@ -871,7 +954,7 @@ form {}
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
text-align: justify; text-align: justify;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;
overflow: auto; overflow: auto;
} }
...@@ -889,18 +972,20 @@ form {} ...@@ -889,18 +972,20 @@ form {}
*/ */
div.joblog { div.joblog {
margin: 15px 0; /* margin: 15px 0;
padding: 10px 20px !important; padding: 10px 20px !important;
border: 1px solid #003; border: 1px solid #447;
background-color: #004; background-color: #004;
background: #ddf url('images/lightbluetile.png'); background: #eef; /*url('images/lightbluetile.png')
color: #001; color: #001;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
text-align: justify; text-align: justify;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 1px #bbf;*/
overflow: auto; overflow: auto;
border: 0;
margin-top: 5px;
} }
div.joblog:ul { div.joblog:ul {
...@@ -987,9 +1072,9 @@ div.joblog hr { ...@@ -987,9 +1072,9 @@ div.joblog hr {
} }
.tablefooter tr, .tablefooter td { .tablefooter tr, .tablefooter td {
background: #b4c8ff url('images/tabletitlelight.png') repeat-x; background: #ddf url('images/header.png') center center repeat-x;
border-top: 1px solid #001; border-top: 1px solid #447;
border-bottom: 1px solid #001 !important; border-bottom: 1px solid #447 !important;
padding: 8px 2px !important; padding: 8px 2px !important;
font-size: 7pt; font-size: 7pt;
line-height: 110%; line-height: 110%;
......
...@@ -3,7 +3,7 @@ body { ...@@ -3,7 +3,7 @@ body {
padding: 0px; padding: 0px;
text-align: center; text-align: center;
font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
background-color: #eef; background: #eef url('images/snowcamo.png');
color: #001; color: #001;
font-size: 10pt; font-size: 10pt;
/* we've avoided Tantek Hacks so far, /* we've avoided Tantek Hacks so far,
...@@ -45,7 +45,7 @@ h4 { ...@@ -45,7 +45,7 @@ h4 {
border: 1px solid #225; border: 1px solid #225;
margin: 5px 0 15px 0; margin: 5px 0 15px 0;
padding: 5px 10px; padding: 5px 10px;
background: #b4c8ff url(images/tabletitlelight.png) repeat-x; background: #b4c8ff url(images/header_on.png) repeat-x center center;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.08em; letter-spacing: 0.08em;
-moz-box-shadow: inset 0px 0px 4px 0px #bbf; -moz-box-shadow: inset 0px 0px 4px 0px #bbf;
...@@ -200,7 +200,7 @@ hr { ...@@ -200,7 +200,7 @@ hr {
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
margin-top: 8px; margin-top: 8px;
background: #bbf url(images/tabletitlelight.png) 0 0 repeat: x !important; background: #bbf url(images/header_on.png) center center repeat:x !important;
text-decoration: none; text-decoration: none;
} }
...@@ -218,6 +218,9 @@ hr { ...@@ -218,6 +218,9 @@ hr {
border: 1px solid #002; border: 1px solid #002;
padding: 10px 20px; padding: 10px 20px;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 0px #002;
background: none repeat scroll 0 0 #EEEEFF;
border: 1px solid #444477;
color: #000011;
} }
.panel .footer { .panel .footer {
...@@ -262,6 +265,11 @@ hr { ...@@ -262,6 +265,11 @@ hr {
padding: 5px 20px 11px 10px; padding: 5px 20px 11px 10px;
background: url(images/lightbluetile.png); background: url(images/lightbluetile.png);
-moz-box-shadow: inset 0px 0px 0px 1px #f00; -moz-box-shadow: inset 0px 0px 0px 1px #f00;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
background: none repeat scroll 0 0 #EEEEFF;
border: 1px solid #444477;
color: #000011;
} }
#globalOperationsPanel .control { #globalOperationsPanel .control {
...@@ -288,7 +296,7 @@ globalOperationsPanel .control:link { ...@@ -288,7 +296,7 @@ globalOperationsPanel .control:link {
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
margin-top: 8px; margin-top: 8px;
background: url(images/tabletitlelight.png) 0 0 repeat: x !important; background: url(images/header_on.png) 0 0 repeat: x !important;
} }
...@@ -307,7 +315,7 @@ globalOperationsPanel .control:visited { ...@@ -307,7 +315,7 @@ globalOperationsPanel .control:visited {
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
margin-top: 8px; margin-top: 8px;
background: url(images/tabletitlelight.png) 0 0 repeat: x !important; background: url(images/header_on.png) 0 0 repeat: x !important;
} }
globalOperationsPanel .control:hover { globalOperationsPanel .control:hover {
...@@ -325,7 +333,7 @@ globalOperationsPanel .control:hover { ...@@ -325,7 +333,7 @@ globalOperationsPanel .control:hover {
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
margin-top: 8px; margin-top: 8px;
background: url(images/tabletitlelight.png) 0 0 repeat: x !important; background: url(images/header_on.png) 0 0 repeat: x !important;
} }
.header { .header {
-moz-border-radius: 4px; -moz-border-radius: 4px;
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
font-size: 9pt !important; font-size: 9pt !important;
font-weight: bold; font-weight: bold;
text-align: justify !important; text-align: justify !important;
background: #ddf url(images/tabletile.png); background: #ddf; /*url(images/tabletile.png);*/
} }
#tunnelListPage .footer .control { #tunnelListPage .footer .control {
......
installer/resources/themes/console/light/images/darkbluetile.png

298 B

installer/resources/themes/console/light/images/darkerbluetile.png

1.46 KiB

installer/resources/themes/console/light/images/header.png

157 B

installer/resources/themes/console/light/images/header_on.png

193 B

installer/resources/themes/console/light/images/i2plogo.png

9.05 KiB | W: | H:

installer/resources/themes/console/light/images/i2plogo.png

9.73 KiB | W: | H:

installer/resources/themes/console/light/images/i2plogo.png
installer/resources/themes/console/light/images/i2plogo.png
installer/resources/themes/console/light/images/i2plogo.png
installer/resources/themes/console/light/images/i2plogo.png
  • 2-up
  • Swipe
  • Onion skin
installer/resources/themes/console/light/images/lightbluetile.png

3.4 KiB

installer/resources/themes/console/light/images/sandtile.png

1.36 KiB

installer/resources/themes/console/light/images/snowcamo.png

2.22 KiB

installer/resources/themes/console/light/images/tabletile.png

1.05 KiB

installer/resources/themes/console/light/images/tabletile_alt.png

1.1 KiB

installer/resources/themes/console/light/images/tabletilelighter.png

1.16 KiB

installer/resources/themes/console/light/images/titletile.png

1.09 KiB

installer/resources/themes/console/light/images/warning.png

803 B | W: | H:

installer/resources/themes/console/light/images/warning.png

1.03 KiB | W: | H:

installer/resources/themes/console/light/images/warning.png
installer/resources/themes/console/light/images/warning.png
installer/resources/themes/console/light/images/warning.png
installer/resources/themes/console/light/images/warning.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment