summaryrefslogtreecommitdiff
path: root/src/style
diff options
context:
space:
mode:
Diffstat (limited to 'src/style')
-rw-r--r--src/style/default.css54
-rw-r--r--src/style/index.txt10
2 files changed, 64 insertions, 0 deletions
diff --git a/src/style/default.css b/src/style/default.css
new file mode 100644
index 0000000..ceed4e6
--- /dev/null
+++ b/src/style/default.css
@@ -0,0 +1,54 @@
+
+
+body {
+ background-color: #000;
+ color: #fff;
+}
+
+div#menubar {
+ width: 180px;
+ padding 10px;
+ float:left;
+}
+
+div#crumbs {
+}
+
+div#main {
+ margin: 20px 0 0 180px;
+ padding: 10px;
+ border-style: dotted;
+}
+
+div#footer {
+ clear: both;
+ font-size: 80%;
+}
+
+:link {
+ color: #0f0;
+}
+
+:visited {
+ color: #0f0;
+}
+
+span.nav-item {
+ display: block;
+}
+
+span.nav-header {
+ font-weight: bold;
+ display: block;
+}
+
+span.hidden {
+ display: none;
+}
+
+pre.literal-block {
+ border-width: 1px;
+ border-style: dotted;
+ padding: 6px;
+ border-color: #0c0;
+}
diff --git a/src/style/index.txt b/src/style/index.txt
new file mode 100644
index 0000000..be61d9e
--- /dev/null
+++ b/src/style/index.txt
@@ -0,0 +1,10 @@
+..
+ restindex
+ include: no
+ file: default.css
+ /restindex
+
+ uservalues
+ created: 1970-01-01T00:00:01Z
+ /uservalues
+