X-Git-Url: http://git.plutz.net/?p=busy;a=blobdiff_plain;f=templates%2FHome.css;fp=templates%2FHome.css;h=a0e47e0a20fbce48110225dcc1c1f556b21699b6;hp=0000000000000000000000000000000000000000;hb=f485895094cd72318b46f39689c3ba954eb37411;hpb=904730d1782749bfac15b0344fe5782433f3099b diff --git a/templates/Home.css b/templates/Home.css new file mode 100644 index 0000000..a0e47e0 --- /dev/null +++ b/templates/Home.css @@ -0,0 +1,35 @@ +/* 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 .*/ + +div#INTRO { + margin: .5em; + padding: 0em .5em .5em .5em; + background-color: #F7F7F7; + border-style: solid solid solid solid; + border-width: 1px; + border-color: #AAF; +} +div.NEWS { + margin: 1em .5em; + padding: 0em .5em .5em .5em; + background-color: #F7F7F7; + border-style: solid dashed dashed dashed; + border-width: 1px; + border-color: #AAF; +} + +.wikitext h2 { font-size: 1.5em; margin: .3em 0em; } +.wikitext h3 { font-size: 1.2em; }