X-Git-Url: http://git.plutz.net/?p=busy;a=blobdiff_plain;f=templates%2FWiki.css;fp=templates%2FWiki.css;h=52186676c7c3dcdad91856a1fddf54a966d3ca16;hp=0000000000000000000000000000000000000000;hb=f485895094cd72318b46f39689c3ba954eb37411;hpb=904730d1782749bfac15b0344fe5782433f3099b diff --git a/templates/Wiki.css b/templates/Wiki.css new file mode 100644 index 0000000..5218667 --- /dev/null +++ b/templates/Wiki.css @@ -0,0 +1,85 @@ +/* Copyright 2011 Paul Haensch*/ +/* This file is part of Busy*/ +/**/ +/* Busy is free software: you can redistribute it and/or modify*/ +/* it under the terms of the GNU Affero General Public License as published by*/ +/* the Free Software Foundation, either version 3 of the License, or*/ +/* (at your option) any later version.*/ +/**/ +/* Busy is distributed in the hope that it will be useful,*/ +/* but WITHOUT ANY WARRANTY; without even the implied warranty of*/ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the*/ +/* GNU Affero General Public License for more details.*/ +/**/ +/* You should have received a copy of the GNU Affero General Public License*/ +/* along with Busy. If not, see .*/ + +.comment { + background-color: #FFF; + border-color: #AAF; + border-style: solid; + border-width: 1px; + margin: .5em 0em; + padding: .4em .5em .5em .5em; +} +.comment h1{ + font: normal bold 1em sans-serif; + text-align: left; + color: #66F; + margin: 0em 0em .3em 0em; + border-style: none none solid none; + border-width: 1px; + border-color: #AAF; +} + +.toc{ padding: 0em .5em;} +.toc a.i0 { + font: normal bold 1em sans-serif; + text-decoration: underline; + margin-left: 0em; +} +.toc a.i1 { + font: normal bold .9em sans-serif; + margin-left: 1em; +} +.toc a.i2 { + font: normal normal .8em sans-serif; + margin-left: 2em; +} + +.wiki { + background-color: #FFF; + min-height: 30em; + padding: .5em; + border-style: solid; border-width: 1px; + border-color: #AAF; +} +.wiki textarea { + width: 99%; + min-height: 30em; +} + +.article { + float: left; + width: 25%; + padding: .2em .8em .5em .8em; margin: .5em; + background-color: #F7F7F7; + border-style: solid; + border-width: 1px; + border-color: #AAF; + border-radius: 8px; + -moz-border-radius: 8px; +} +.article h1 { + text-align: center; + text-decoration: none; + color: #66F; + font: normal bold 1.2em sans-serif; + margin: 0em 0em .3em 0em; + border-style: none none solid none; + border-width: 1px; + border-color: #AAF; +} +.article a{ + text-decoration: none; +}