diff options
-rw-r--r-- | css/default.css | 30 | ||||
-rw-r--r-- | designs/edit_highlighting.png | bin | 0 -> 244935 bytes | |||
-rw-r--r-- | designs/edit_highlighting.psd | bin | 0 -> 1952650 bytes | |||
-rw-r--r-- | designs/edit_hightlight+toc.png | bin | 0 -> 237593 bytes | |||
-rwxr-xr-x | main.php | 1 | ||||
-rw-r--r-- | todo.txt | 20 |
6 files changed, 47 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; } - diff --git a/designs/edit_highlighting.png b/designs/edit_highlighting.png Binary files differnew file mode 100644 index 000000000..159efd196 --- /dev/null +++ b/designs/edit_highlighting.png diff --git a/designs/edit_highlighting.psd b/designs/edit_highlighting.psd Binary files differnew file mode 100644 index 000000000..056bcbed9 --- /dev/null +++ b/designs/edit_highlighting.psd diff --git a/designs/edit_hightlight+toc.png b/designs/edit_hightlight+toc.png Binary files differnew file mode 100644 index 000000000..e8e16088f --- /dev/null +++ b/designs/edit_hightlight+toc.png @@ -109,6 +109,7 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER <?php if($conf['youarehere']){ ?> <div class="breadcrumbs"><?php tpl_youarehere() ?></div> <?php } ?> + <div id="page_id">[[page_id]]</div> <!-- wikipage start --> <?php tpl_content() /* the main content */ ?> diff --git a/todo.txt b/todo.txt new file mode 100644 index 000000000..3ba7f75e4 --- /dev/null +++ b/todo.txt @@ -0,0 +1,20 @@ + + +------------- +Look at next: + +icons (start with the usertools? Decide where icons are needed) +footnotes +* [[page name]] +breadcrumb +trace +* Too much white/gray space +* remove dashed line under downloadable +* alignment of usertools looks weird +check out old default and consider edit-page menu +* TOC looks unstyled, too much indentation + +------------ +Anika todo: + +fix usertools not shrinking to viewport
\ No newline at end of file |