summaryrefslogtreecommitdiff
path: root/default_basic.css
diff options
context:
space:
mode:
Diffstat (limited to 'default_basic.css')
-rw-r--r--default_basic.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/default_basic.css b/default_basic.css
new file mode 100644
index 0000000..359eb27
--- /dev/null
+++ b/default_basic.css
@@ -0,0 +1,25 @@
+body {
+ background-color: #eeeeee;
+ padding: 10px;
+ margin: 0px;
+}
+
+a {
+ text-decoration: none;
+ color: rgb(100,10,10);
+}
+
+a:visited {
+ color: rgb(60,0,0);
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+.wiki_bottom {
+ border: 1px dotted #9f9894;
+ padding: 2px;
+ font-size: 8pt;
+ background-color: #d4c9c3;
+}