Ongoing Classic theme renovations.

This commit is contained in:
z3d
2009-08-03 14:45:44 +00:00
parent 460c8a319f
commit 0930ead814
2 changed files with 48 additions and 10 deletions

View File

@ -33,6 +33,7 @@ div.logo {
padding: 10px; padding: 10px;
text-align: center; text-align: center;
border: 5px solid #dedeff; border: 5px solid #dedeff;
background-color: #eef;
} }
div.toolbar { div.toolbar {
@ -56,7 +57,7 @@ div.routersummary {
color: inherit; color: inherit;
margin: 0; margin: 0;
padding: 7px 0 0 0px; padding: 7px 0 0 0px;
text-align: left !important; text-align: center !important;
border: 5px solid #bbf; border: 5px solid #bbf;
font-size: 9pt; font-size: 9pt;
word-wrap: break-word; word-wrap: break-word;
@ -89,7 +90,7 @@ div.warning {
div.main { div.main {
margin: 0px 0px 10px 195px; margin: 0px 0px 10px 195px;
padding: 5px 15px 15px 15px; padding: 15px 15px 15px 15px;
background: #eef; background: #eef;
border: 5px solid #bbf; border: 5px solid #bbf;
border-top: 0; border-top: 0;
@ -98,6 +99,9 @@ div.main {
min-width: 570px; min-width: 570px;
} }
div.main li {
padding-bottom: 10px;
}
div.main textarea { div.main textarea {
width: 100% !important; width: 100% !important;
@ -133,7 +137,7 @@ div.news a:link {
div.confignav { div.confignav {
padding: 12px 0 15px 0; padding: 12px 0 15px 0;
background: #cfc; background: #cfc;
margin: -10px -20px 0 -23px; margin: -20px -20px 0 -23px;
border: 5px solid #bbf; border: 5px solid #bbf;
} }
@ -179,8 +183,8 @@ h1 {
h2 { h2 {
font-size: 14pt; font-size: 14pt;
padding: 10px; padding: 10px;
border-bottom: 2px solid #003; border-bottom: 5px solid #bbf;
border-top: 0px solid #003; border-top: 0px solid #bbf;
letter-spacing: 0.04em; letter-spacing: 0.04em;
} }
@ -208,12 +212,12 @@ table {
} }
table hr { table hr {
display: none padding: 1px 0;
} }
th { th {
background-color: #def; background-color: #def;
padding: 5px 2px; padding: 8px 2px;
text-align: center; text-align: center;
border-bottom: 1px solid #88f; border-bottom: 1px solid #88f;
} }
@ -247,8 +251,11 @@ hr {
font-size: 8pt; font-size: 8pt;
color: #001; color: #001;
text-align: center; text-align: center;
margin: -3px 0 0 0; margin: -7px 0 7px 0;
background: #fff; background: #bbf;
border: 5px solid #bbf;
border-top: 0;
padding: 4px 0 2px 0;
} }
input { input {

View File

@ -7,26 +7,57 @@
.formaction { .formaction {
text-align: left !important; text-align: left !important;
margin: -10px 0 10px 0;
} }
div.configure {
text-align: center;
}
div.configure p {
text-align: justify;
}
div.main ul {
margin-right: 20px;
}
div.configure textarea { div.configure textarea {
width: 450px !important; width: 450px !important;
} }
div.configure table {
width: 350px !important;
text-align: center;
}
h1 { h1 {
padding: 15px 10px 16px 10px !important; padding: 15px 10px 16px 10px !important;
border-right: 0; border-right: 0;
} }
h2 {
padding-top: 0;
text-align: left !important;
}
h3 {
margin-top: 10px;
text-align: left !important
}
div.confignav { div.confignav {
padding: 15px 0 15px 0; padding: 15px 0 15px 0;
border-left: 0px solid #bbf; border-left: 0px solid #bbf;
margin-left: -15px; margin-left: -15px;
border-right: 0; border-right: 0;
border-top: 0; border-top: 0;
margin-bottom: 10px !important;
} }
div.main { div.main {
border-left: 5px solid #bbf !important; border-left: 5px solid #bbf !important;
border-bottom: 5px solid #bbf !important;
margin-top: 0; margin-top: 0;
} }