summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/default.css30
1 files changed, 26 insertions, 4 deletions
diff --git a/css/default.css b/css/default.css
index 8d42d733b..f402cbdde 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1,3 +1,27 @@
+#dokuwiki__header h1 a{
+ font-size: 24px;
+}
+
+#dokuwiki__header{
+ padding-top: 3.5em;
+ padding-bottom: 1em;
+}
+
+#page_id{
+ font-size: 0.875em;
+ padding-bottom: 1em;
+ color: #888;
+}
+
+.breadcrumbs{
+ margin-bottom: 0 !important;
+ padding-bottom: 0 !important;
+ color: #888;
+}
+
+#dokuwiki__content .page{
+ position: relative;
+}
/*____________ basic ____________*/
@@ -9,7 +33,6 @@ a:visited{
border-bottom: 1px dotted #09d;
}
-
/*____________ content ____________*/
.mode_show #dokuwiki__content h1{
@@ -28,7 +51,7 @@ a:visited{
margin-top: 1.25em;
}
-.mode_show #dokuwiki__aside h1.sectionedit1{
+.mode_show #dokuwiki__aside h1:first-child{
margin-top: 0;
}
@@ -37,7 +60,7 @@ a:visited{
.dokuwiki .secedit {
float: none;
- margin: 0 0 1.4em 0;
+ margin: -1em 0 1.4em 0;
text-align: right;
}
.dokuwiki div.secedit {
@@ -46,4 +69,3 @@ a:visited{
padding: 0.5em 0.9em;
color: #555;
}
-