[Return to Top]
+
diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index fca4022b9..54150a450 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -153,7 +153,7 @@ div.routersummaryouter {
}
div.routersummary {
- background: #ddf;
+ background: #eef;
width: 193px;
color: inherit;
margin: 0 0 5px;
@@ -164,6 +164,9 @@ div.routersummary {
border-right: 1px solid #89f;
word-wrap: break-word;
font: 9pt/125% !important;
+ -moz-border-radius: 3px 0 0 3px;
+ -khtml-border-radius: 3px 0 0 3px;
+ border-radius: 3px 0 0 3px;
}
div.routersummary input[type=text] {
@@ -182,9 +185,9 @@ div.routersummary h3 {
border: 0px solid #f00;
font-size: 9.5pt;
letter-spacing: 0.05em;
- margin: -7px 0px -8px 0px;
- padding: 1px 0;
- background: #c5d5fb;
+ margin: -7px -1px -8px -1px;
+ padding: 3px 0;
+ background: #f;
text-transform: uppercase;
}
@@ -193,9 +196,9 @@ div.routersummary h4 {
border-bottom: 0 !important;
font-size: 8.5pt;
letter-spacing: 0.05em;
- margin: -7px 0px -8px 0px !important;
- padding: 3px 0;
- background: #c1d1f7;
+ margin: -7px -1px -8px -1px !important;
+ padding: 8px 0;
+ background: #fff;
text-transform: capitalize;
text-decoration: none !important;
color: #2b2;
@@ -220,7 +223,7 @@ div.routersummary table {
div.routersummary tr {
background-image: none !important;
- background-color: transparent !important;
+ background-color: transparent !important;
border: 0 !important;
}
@@ -301,6 +304,9 @@ div.main {
text-align: left;
color: #001;
min-width: 500px;
+ -moz-border-radius: 0 0 3px 0;
+ -khtml-border-radius: 0 0 3px 0;
+ border-radius: 0 0 3px 0;
}
div.main ul {
@@ -331,6 +337,9 @@ div.main textarea {
div.main h2 {
margin-top: 20px;
margin-bottom: 10px !important;
+ -moz-border-radius: 0 3px 0 0;
+ -khtml-border-radius: 0 3px 0 0;
+ border-radius: 0 3px 0 0;
}
div.welcome {
@@ -428,8 +437,7 @@ div.news hr {
}
div.confignav {
- padding: 11px 0;
- background: #ddf;
+ padding: 15px 0;
margin: -16px -16px 0 -16px;
border: 1px solid #89f;
font-size: 9.5pt;
@@ -516,6 +524,9 @@ h1 {
letter-spacing: 0.3em;
background: #fff;
min-width: 500px;
+ -moz-border-radius: 0 3px 0 0;
+ -khtml-border-radius: 0 3px 0 0;
+ border-radius: 0 3px 0 0;
}
h2 {
@@ -531,7 +542,7 @@ h2 {
h3 {
font-size: 12pt;
- padding: 5px 10px;
+ padding: 6px 10px 8px;
border: 1px solid #89f;
letter-spacing: 0.04em;
margin-bottom: 10px;
@@ -541,11 +552,21 @@ h3 {
}
h2, h3 {
- background-image: url("images/titlebg.png");
+ background-image: url("images/titlebg.png") !important;
background-repeat: no-repeat;
- background-position: right center;
+ background-position: center right;
+ -moz-border-radius: 0 3px 0 0;
+ -khtml-border-radius: 0 3px 0 0;
+ border-radius: 0 3px 0 0;
}
+.routersummary h2, .routersummary h3, div.confignav {
+ background-image: url("images/tinytitle.png") !important;
+ background-repeat: repeat-x;
+ background-position: center right;
+}
+
+
.proxyfooter{
font-size: 7pt;
display: none !important;
@@ -618,11 +639,14 @@ hr {
font-size: 8pt;
color: #001;
text-align: center;
- margin: -7px 0 7px 0;
- background: #bbf;
- border: 5px solid #bbf;
+ margin: -5px 0 7px 0;
+ background: #fff;
+ border: 1px solid #bbf;
border-top: 0;
padding: 4px 0 2px 0;
+ background-image: url("images/tinytitle.png") !important;
+ background-repeat: repeat-x;
+ background-position: center right;
}
div.joblog {
@@ -729,6 +753,22 @@ p {
.links li {
list-style-image: url("images/link.png") !important;
+ padding: 5px 10px 0 !important;
+}
+
+.links li:first-child {
+ padding: 14px 10px 5px !important;
+}
+
+.links li:last-child {
+ margin-bottom: 0px !important;
+ margin-top: 0px;
+}
+
+.links b {
+ font-size: 10pt;
+ line-height: 150%;
+ letter-spacing: 0.02em;
}
a:link{
@@ -773,7 +813,10 @@ tt {
}
.tablefooter tr, .tablefooter td {
- background: #bbf;
+ background: #fff;
+ background-image: url("images/tinytitle.png") !important;
+ background-repeat: repeat-x;
+ background-position: center right;
font-size: 8pt;
font-weight: bold;
line-height: 150%;
@@ -784,23 +827,24 @@ tt {
.tidylist {
text-align: justify;
- padding-right: 30px;
- margin-right: 20px;
+ padding-right: 25px;
+ margin-right: 15px !important;
+ margin-left: 15px;
}
.tidylist code {
text-align: left;
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
- color: #390;
+ color: #723;
padding: 2px 3px;
- background: #eeb;
+/* background: #fff;*/
font-weight: bold;
}
div.graphspanel {
padding: 10px 5px 20px 5px;
margin: -16px -16px -11px -16px;
- border: 1px solid #89f;
+/* border: 1px solid #89f;*/
text-align: center !important;
}
@@ -849,4 +893,12 @@ div.footnote hr{
background: #99f;
height: 1px;
border: 0px solid #99f;
+}
+
+.topness {
+ font-size: 7.5pt;
+ text-align: right;
+ margin-top: -8px;
+ margin-bottom: -5px;
+ margin-right: 5px;
}
\ No newline at end of file
diff --git a/installer/resources/themes/console/classic/console_big.css b/installer/resources/themes/console/classic/console_big.css
index a5b221a9d..0bb0fc0f8 100644
--- a/installer/resources/themes/console/classic/console_big.css
+++ b/installer/resources/themes/console/classic/console_big.css
@@ -26,6 +26,11 @@ div.routersummary table a:link, div.routersummary table a:visited {
font-size: 10.5pt;
}
+div.routersummary a {
+ word-spacing: 0em !important;
+ letter-spacing: 0.2em !important;
+}
+
div.tunnels a {
font-size: 9pt !important;
}
@@ -51,6 +56,14 @@ a, b, div.routersummary h3 a, div.routersummary h4 {
font-size: 100%;
}
+b, a, input, button, submit, i, th, thead, tfoot, h1, h2, h3, h4{
+ font-weight: normal !important;
+ font-style: normal !important;
+ -moz-text-shadow: 0 0 0;
+ -khtml-text-shadow: 0 0 0;
+ text-shadow: 0 0 0;
+}
+
body {
font: 10pt Verdana, "Bitstream Vera Sans", Helvetica, Sans, sans-serif;
}
diff --git a/installer/resources/themes/console/classic/ieshim.css b/installer/resources/themes/console/classic/ieshim.css
index dcf8367e3..5bc3cb86b 100644
--- a/installer/resources/themes/console/classic/ieshim.css
+++ b/installer/resources/themes/console/classic/ieshim.css
@@ -44,17 +44,17 @@ div.configure table {
}
h1 {
- padding: 24px 10px 23px 10px !important;
- margin: 0 0px 0 195px !important;
- margin: 0 16px 0 213px !important;
+ padding: 24px 10px 23px 20px !important;
+ margin: 0 px 0 195px !important;
+ margin: 0 2px 0 200px !important;
color: #001;
border: 1px solid #89f !important;
border-left: 1px solid #89f !important;
+ text-align: left;
}
-
h2 {
- padding: 10px !important;
+ padding: 12px !important;
text-align: left !important;
margin: 0 0 15px 0 !important;
}
@@ -79,7 +79,7 @@ div.messages {
}
div.main {
- margin: -5px 0px 10px 197px;
+ margin: -5px 2px 10px 200px;
border: 1px solid #89f !important;
}
@@ -89,6 +89,7 @@ div.main hr, div.news hr {
div.news {
margin-left: 197px !important;
+ margin-right: 100px !important;
border-left: 1px solid #89f !important;
}
@@ -103,7 +104,7 @@ div.main {
div.news {
border-left: 5px solid #bbf;
- margin: -5px 0px 0 193px;
+ margin: 0px 5px 0 193px;
padding-bottom: 8px;
}
@@ -148,7 +149,7 @@ div.routersummary h3 {
font-size: 9pt;
letter-spacing: 0.05em;
margin: -14px 0px -15px 1px;
- padding: 1px 0px 1px 0px;
+ padding: 3px 0px !important;
background: #c5d5fb;
text-transform: uppercase;
}
@@ -160,7 +161,7 @@ div.routersummary h4 {
letter-spacing: 0.05em;
margin: -14px 0px -15px 1px !important;
padding: 7px 3px 5px 3px;
- background: #c1d1f7;
+ background: #fff;
text-transform: capitalize;
text-decoration: none !important;
color: #2b2;
@@ -213,7 +214,7 @@ div.routersummary td {
}
div.routersummary form {
- margin: -20px 0 !important;
+ margin: -20px 0 !important;
}
div.news li {
@@ -265,4 +266,37 @@ div.graphspanel hr {
table {
width: 100% !important;
-}
\ No newline at end of file
+}
+
+.links li {
+ list-style-image: url("images/link.png") !important;
+ list-style-image: none !important;
+ margin: 2px 15px 10px 0px !important;
+ padding-right: 5px;
+ list-style-position: outside;
+ display:list-item;
+}
+
+
+div.news {
+ margin: -1px 2px 0 200px !important;
+ padding: -10px 0px 8px 0px;
+ background: #ffffc0;
+ border: 1px solid #89f;
+ border-bottom: 1px solid #89f;
+ border-right: 1px solid #89f;
+ text-align: right;
+ color: #770;
+ min-width: 500px;
+ padding-bottom: 8px;
+ padding-left: 10px;
+ padding-right: 10px;
+ font-size: 7pt;
+}
+
+h1, h2, h3 {
+ background: #fff url(images/titlebg.png) center right no-repeat !important;
+}
+
+.routersummary h2, .routersummary h3 {
+ background: #fff url(images/tinytitle.png) center right tile-x !important;
\ No newline at end of file
diff --git a/installer/resources/themes/console/classic/images/tinytitle.png b/installer/resources/themes/console/classic/images/tinytitle.png
new file mode 100644
index 000000000..58952657a
Binary files /dev/null and b/installer/resources/themes/console/classic/images/tinytitle.png differ
diff --git a/installer/resources/themes/console/classic/images/titlebg.png b/installer/resources/themes/console/classic/images/titlebg.png
index b524e04e2..4c36cb0ec 100644
Binary files a/installer/resources/themes/console/classic/images/titlebg.png and b/installer/resources/themes/console/classic/images/titlebg.png differ
diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index 2425dcc3b..a436be5a2 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -584,6 +584,7 @@ div.main li b {
color: #dd0;
padding: 1px 2px;
background: #030;
+ margin: 0 2px;
}
ol {
@@ -1048,4 +1049,12 @@ div.footnote hr{
background: #494;
height: 1px;
border: 0px solid #494;
+}
+
+.topness {
+ font-size: 7.5pt;
+ text-align: right;
+ margin-top: -23px;
+ margin-bottom: -5px;
+ margin-right: 5px;
}
\ No newline at end of file
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 9e60e5cc6..2dd166568 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -1146,4 +1146,12 @@ div.footnote hr{
background: #447;
height: 1px;
border: 0px solid #447;
+}
+
+.topness {
+ font-size: 7.5pt;
+ text-align: right;
+ margin-top: -10px;
+ margin-bottom: -18px;
+ margin-right: 5px;
}
\ No newline at end of file
diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index 3ddb1ab82..39b8df3d4 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -67,7 +67,7 @@ div.logo a:hover {
/* http proxy error warning */
div.warning {
- margin: 25px 25px 10px 260px;
+ margin: 25px 25px 15px 260px;
padding: 0px 20px 20px 75px;
background: #001;
border: 1px solid #99f;
@@ -766,12 +766,12 @@ p {
padding-bottom: -2px;
text-align: justify;
margin-top: 5px !important;
- margin-left: 5px !important;
+ margin-left: 5px !important;
}
.links li {
list-style-image: url("images/link.png") !important;
- padding-right: 20px !important;
+ padding-right: 15px !important;
}
.links li:last-child {
@@ -830,8 +830,8 @@ tt {
.tidylist {
text-align: justify;
- padding-right: 30px;
- margin-right: 20px;
+ padding-right: 20px;
+ margin-right: 10px !important;
}
div.graphspanel {
@@ -909,3 +909,11 @@ div.footnote hr{
height: 1px;
border: 0px solid #99f;
}
+
+.topness {
+ font-size: 7.5pt;
+ text-align: right;
+ margin-top: -23px;
+ margin-bottom: -5px;
+ margin-right: 5px;
+}
\ No newline at end of file