aboutsummaryrefslogtreecommitdiff
path: root/wiki.css
diff options
context:
space:
mode:
Diffstat (limited to 'wiki.css')
-rw-r--r--wiki.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/wiki.css b/wiki.css
new file mode 100644
index 0000000..0ab051c
--- /dev/null
+++ b/wiki.css
@@ -0,0 +1,15 @@
+body { font: 16px/1.2 sans-serif; width: 64em; margin: 0 auto; }
+textarea { font: inherit; width: 100%; }
+h1 { text-transform: uppercase; }
+hr { clear: both; }
+img { border: none; }
+img[align=left] { margin: 0 1em 1em 0; }
+img[align=right] { margin: 0 0 1em 1em; }
+ul { list-style: inside square; }
+ul.glob { list-style: inside circle; padding: 0; text-transform: uppercase; }
+table { text-align: left; border-collapse: collapse; background: #eee; }
+th, td { padding: 4px 8px 4px 0; }
+tr:nth-child(2n) { background: #fff; }
+a { text-decoration: none; color: DeepPink; }
+a:hover, a:visited { color: Crimson; }
+h1 a:hover:after { content: " ยป" attr(data-text); color: #aaa; }