summaryrefslogtreecommitdiff
path: root/default_basic.css
diff options
context:
space:
mode:
Diffstat (limited to 'default_basic.css')
-rw-r--r--default_basic.css44
1 files changed, 0 insertions, 44 deletions
diff --git a/default_basic.css b/default_basic.css
deleted file mode 100644
index 60b5149..0000000
--- a/default_basic.css
+++ /dev/null
@@ -1,44 +0,0 @@
-body {
- background-color: #eeeeee;
- padding: 10px;
- margin: 0px;
- font-family: sans-serif;
-}
-
-p, td, li {
- font-size: 10pt;
-}
-
-a {
- text-decoration: none;
- color: rgb(100,10,10);
-}
-
-a:visited {
- color: rgb(60,0,0);
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-.wiki_contents {
- border: 1px solid #9f9894;
- padding: 5px;
- margin: 5px 0px 5px 0px;
- background-color: #e1d6cf;
-}
-
-.wiki_bottom {
- border: 1px solid #9f9894;
- padding: 2px;
- font-size: 8pt;
- background-color: #d4c9c3;
-}
-
-hr {
- border-style: none;
- height: 1px;
- background-color: silver;
- color: silver;
-}