X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=Wiki.css;fp=Wiki.css;h=0000000000000000000000000000000000000000;hb=f485895094cd72318b46f39689c3ba954eb37411;hp=52186676c7c3dcdad91856a1fddf54a966d3ca16;hpb=904730d1782749bfac15b0344fe5782433f3099b;p=busy diff --git a/Wiki.css b/Wiki.css deleted file mode 100644 index 5218667..0000000 --- a/Wiki.css +++ /dev/null @@ -1,85 +0,0 @@ -/* 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; -}