]> git.plutz.net Git - busy/blobdiff - templates/Home.css
porting busy to confetti framework
[busy] / templates / Home.css
diff --git a/templates/Home.css b/templates/Home.css
new file mode 100644 (file)
index 0000000..a0e47e0
--- /dev/null
@@ -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 <http://www.gnu.org/licenses/>.*/
+
+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; }