From a292770415a5d9b64fe2690db812036b9661ccb5 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Sat, 11 Dec 2010 03:21:46 +0000 Subject: [PATCH] Classic enhancements. --- .../themes/console/classic/console.css | 35 ++++++++++++++++--- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 5702a60d7e..958c1c6dae 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -331,6 +331,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 { @@ -530,7 +533,7 @@ h2 { h3 { font-size: 12pt; - padding: 5px 10px; + padding: 6px 10px 8px; border: 1px solid #89f; letter-spacing: 0.04em; margin-bottom: 10px; @@ -543,6 +546,9 @@ h2, h3 { background-image: url("images/titlebg.png") !important; background-repeat: no-repeat; 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 { @@ -735,6 +741,15 @@ p { .links li { list-style-image: url("images/link.png") !important; + padding: 5px 10px !important; +} + +.links li:first-child { + padding: 14px 10px 5px !important; +} + +.links li:last-child { + margin-bottom: -10px !important; } a:link{ @@ -779,7 +794,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%; @@ -790,8 +808,9 @@ tt { .tidylist { text-align: justify; - padding-right: 30px; - margin-right: 20px; + padding-right: 25px; + margin-right: 15px !important; + margin-left: 15px; } .tidylist code { @@ -855,4 +874,12 @@ div.footnote hr{ background: #99f; 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 -- GitLab