diff options
author | Anika Henke <anika@selfthinker.org> | 2011-10-03 13:41:55 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-10-03 13:41:55 +0100 |
commit | 1ffabdee7226b0ca1806784ebcb357b800a0f946 (patch) | |
tree | fbfed3a8ebd5600c846a9c8a4662f2b8123a532f /css | |
parent | 75d210e85dbcff0a6563cb2e31e8c41260f3f7a8 (diff) | |
download | rpg-1ffabdee7226b0ca1806784ebcb357b800a0f946.tar.gz rpg-1ffabdee7226b0ca1806784ebcb357b800a0f946.tar.bz2 |
added logo and minor fixes
Diffstat (limited to 'css')
-rwxr-xr-x | css/_toc.css | 2 | ||||
-rwxr-xr-x | css/design.css | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/css/_toc.css b/css/_toc.css index 0213a1829..1462eb83f 100755 --- a/css/_toc.css +++ b/css/_toc.css @@ -15,6 +15,8 @@ width: __sidebar_width__; font-size: 0.9em; border-left: 1px solid __border__; + background: __background__; + color: inherit; } /*____________ toc header ____________*/ diff --git a/css/design.css b/css/design.css index f1285aae9..8111091fd 100755 --- a/css/design.css +++ b/css/design.css @@ -17,6 +17,15 @@ #dokuwiki__header .headings, #dokuwiki__header .tools { margin-bottom: 1em; + width: 50%; +} +#dokuwiki__header h1 img { + float: left; + margin-right: .5em; +} +#dokuwiki__header h1 span { + display: block; + padding-top: 10px; } #dokuwiki__header h1 { margin-bottom: 0; @@ -234,6 +243,19 @@ margin-bottom: .5em; font-size: 0.875em; } +/* alternative: +.dokuwiki div.breadcrumbs { + border-top: 1px solid __border__; + border-bottom: 1px solid __background__; + margin-bottom: .5em; + font-size: 0.875em; +} +.dokuwiki div.breadcrumbs div { + border-top: 1px solid __background__; + border-bottom: 1px solid __border__; + padding: .1em .35em; +} +*/ .dokuwiki div.breadcrumbs a { color: __link__; background-color: inherit; @@ -271,6 +293,12 @@ margin-bottom: 0; } +#dokuwiki__aside a:link, +#dokuwiki__aside a:visited { + color: __link__; + background-color: inherit; +} + /* content ********************************************************************/ @@ -289,7 +317,7 @@ border-top-right-radius: 2px; } -.dokuwiki .page { +.dokuwiki div.page { background: __background__; color: inherit; border: 1px solid #eee; |