summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-18 01:17:05 +0200
committerneoraider <devnull@localhost>2006-04-18 01:17:05 +0200
commite7359ccf2db89b1feec820d1c97583f720ae0d7a (patch)
tree4321a817497f064457c184364a9a2745bf5bd629 /styles
parent1a78cfbd3315897aa84b7a5d6735d54d94a590a1 (diff)
downloadneon-e7359ccf2db89b1feec820d1c97583f720ae0d7a.tar
neon-e7359ccf2db89b1feec820d1c97583f720ae0d7a.zip
Seiten verschoben.
Diffstat (limited to 'styles')
-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;
}