diff options
author | the little girl <yui@blekksprut.net> | 2013-06-24 13:32:33 +0200 |
---|---|---|
committer | the little girl <yui@blekksprut.net> | 2013-06-24 13:32:33 +0200 |
commit | 98f3fb0cd359abcf7a6ecfcf84d6b8cf44204437 (patch) | |
tree | dfcc30d19e08f1d81be77b51826494e585b1a78f /wiki.css | |
download | ukulele-98f3fb0cd359abcf7a6ecfcf84d6b8cf44204437.tar.xz |
wiki.c
Diffstat (limited to 'wiki.css')
-rw-r--r-- | wiki.css | 15 |
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; } |