aboutsummaryrefslogtreecommitdiff
path: root/doc/css_market
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-18 17:09:05 -0500
committerJoey Hess <joey@kitenet.net>2008-01-18 17:09:05 -0500
commit95c8d5277c6fe382caf66a3342c971e7b90c1331 (patch)
treea13a7e65b68495522da5fc96643dedc425b3a77e /doc/css_market
parent359f1b20e878e6ba5bb0f0899172529625f2fe1e (diff)
downloadikiwiki-95c8d5277c6fe382caf66a3342c971e7b90c1331.tar
ikiwiki-95c8d5277c6fe382caf66a3342c971e7b90c1331.tar.gz
web commit by http://users.itk.ppke.hu/~cstamas/: add css file
Diffstat (limited to 'doc/css_market')
-rw-r--r--doc/css_market/cstamas2.css.wiki69
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/css_market/cstamas2.css.wiki b/doc/css_market/cstamas2.css.wiki
new file mode 100644
index 000000000..0855f3b86
--- /dev/null
+++ b/doc/css_market/cstamas2.css.wiki
@@ -0,0 +1,69 @@
+/* This template is based on:
+ * "Embedded Moose local.css for use with ikiwiki
+ * Written by Josh Triplett <josh@freedesktop.org>
+ * Some ideas from the Debian lighttpd index.html page."
+ *
+ * The improoved version is made by
+ * Csillag Tamas <cstamas@digitus.itk.ppke.hu>
+ * 2008-01-??
+ * */
+
+body {
+ background: #474747;
+}
+
+#content {
+ background: #333333;
+ margin: 10px 0px;
+ border: 1px dotted #c0c0c0;
+ padding: 10px;
+ font-family: sans-serif;
+ color: #acacac
+}
+
+h1 {
+ font-size: 150%;
+ color: #e6deee;
+}
+
+h2 {
+ font-size: 130%;
+ color: #e6deee;
+}
+
+a {
+ color: #efefef;
+ border-bottom: 1px dashed;
+ text-decoration: none;
+}
+
+a:hover { background: #300000; }
+
+pre {
+ color: #d0d0d0;
+ border: 1px dotted #c0c0c0;
+ background: black;
+ padding: 2px;
+ font-size: 110%;
+}
+
+.feedbutton { background: #ff0000; }
+
+.header {
+ background: #800000;
+ border: 2px solid #500000;
+ padding: 10px;
+ color: #efefef;
+ font-family: sans-serif;
+}
+
+.header a { margin-right: 1ex; color: #efefef; font-family: sans-serif;}
+.pagedate, .tags, #backlinks { background: #640000; border: 2px solid #500000; padding: 4px; color: #efefef; font-family: sans-serif;}
+.tags { color: yellow }
+.selflink { background: yellow; color: black }
+
+.actions ul { background: #640000; border: none; padding-bottom: 0px; font-family: sans-serif;}
+.actions a { margin-right: 1ex; color: #dfdfdf; font-family: sans-serif;}
+#footer { border: none; font-family: sans-serif;}
+
+