summaryrefslogtreecommitdiffstats
path: root/styles/TheWhiteOne/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/TheWhiteOne/style.css')
-rw-r--r--styles/TheWhiteOne/style.css39
1 files changed, 15 insertions, 24 deletions
diff --git a/styles/TheWhiteOne/style.css b/styles/TheWhiteOne/style.css
index b64835b..7aa8062 100644
--- a/styles/TheWhiteOne/style.css
+++ b/styles/TheWhiteOne/style.css
@@ -7,7 +7,12 @@ body {
margin-left:0;
}
+h1, h3, h4, h5, h6 {
+ margin-top:0;
+}
+
h2 {
+ margin-top:0;
font-size:x-large;
font-weight:normal;
border-bottom:solid #AAAAAA 1px;
@@ -32,6 +37,12 @@ a.active_page_link {
font-weight:bold;
}
+a.editlink {
+ position:absolute;
+ top:2em;
+ right:1em;
+}
+
.spaced-top {
margin-top:0.8em;
}
@@ -48,26 +59,10 @@ textarea.pageedit {
width:100%;
}
-table.privtab {
- border-collapse:collapse;
-}
-
-table.privtab tr.line2 {
- background-color:#DDDDDD;
-}
-
-table.privtab tr td {
- text-align:center;
- padding-left:15px;
-}
-
-table.privtab tr.group td {
- font-weight:bold;
-}
-
-table.privtab tr td.page, table.privtab tr td.submit {
- text-align:left;
- padding-left:0;
+div.modinfo {
+ border:solid #AAAAAA 1px;
+ padding:1.5em;
+ margin:1em 3em;
}
div#content {
@@ -135,10 +130,6 @@ div#nav li.nav_\%21Login {
list-style-image:none;
}
-h1, h2, h3, h4, h5, h6 {
- margin-top:0;
-}
-
.error {
color:#FF0000;
}