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