aboutsummaryrefslogtreecommitdiff
path: root/wiki.css
blob: 4c6ff72d8551f131c599c6c5d65ae9eb04510b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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; }
tt { font-weight: bold; }