]> git.plutz.net Git - busy/blobdiff - wikitext.css
porting busy to confetti framework
[busy] / wikitext.css
diff --git a/wikitext.css b/wikitext.css
deleted file mode 100644 (file)
index 601d797..0000000
+++ /dev/null
@@ -1,75 +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 <http://www.gnu.org/licenses/>.*/
-
-.wikitext {
-  padding: 0em; margin: 0em;
-}
-.wikitext h1 {
-  text-align: center;
-  font: normal bold 2em sans-serif;
-  margin: 0em 0em 0em 0em;
-  border-style: none none solid none;
-  border-width: 1px;
-}
-.wikitext h1 + h2{
-  margin: .5em 0em .3em 0em;
-}
-.wikitext h2 {
-  text-align: left;
-  font: normal bold 1.3em sans-serif;
-  margin: 1em 0em .3em 0em;
-  border-style: none none solid none;
-  border-width: 1px; border-color: #AAF;
-}
-.wikitext h2 + p { margin: 0em; }
-.wikitext h3 {
-  text-align: left;
-  font-size: 1.1em;
-  margin: .6em 0em .3em 0em;
-}
-.wikitext h3 + p { margin: 0em; }
-.wikitext h4 {
-  text-align: left;
-  font-size: 1em;
-  margin: .6em 0em .3em 0em;
-}
-.wikitext h4 + p { margin: 0em; }
-.wikitext p {
-  margin: .6em 0em;
-}
-.wikitext ul {
-  text-indent: 0em;
-  margin: .3em 0em;
-  padding: 0em 4ex;
-}
-.wikitext ul ol {font-size: .9em; margin: 0em;}
-.wikitext ol {
-  text-indent: 0em;
-  margin: .3em 0em;
-  padding: 0em 4ex;
-}
-.wikitext ol ul {font-size: .9em; margin: 0em;}
-.wikitext pre {
-  background-color: #EEE;
-  padding: .5em;
-  border-style: solid; border-width: 1px;
-  border-color: #AAF;
-  overflow: scroll;
-}
-.wikitext img {
-  max-width: 99%;
-  overflow: scoll;
-}