blob: 57992eb652610a1c2813dfb3b11a08cf95ced260 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
body { margin:2em; background:#fff }
a { color:blue; text-decoration:underline }
a:hover { color:#000 }
h2 { padding:.25em; border-bottom:1px solid #000; border-top:1px solid #000 }
tr:hover { background:#ccc }
td { border-top:1px solid #000 }
td.noborder { border:0 }
td.left { text-align:left }
td.center { text-align:center }
td.right { text-align:right }
.black { color:#000 }
.red { color:red }
.green { color:green }
.small { font-size:.8em }
.tiny { font-size:.6em!important }
.big { font-size:1.1em }
.mono { font-family:monospace }
.even { background:#fff }
.odd { background:#eee }
.up { text-align:right;margin-right:1em }
#svg_b64,#original_svg_b64 { display:none }
#floater {
float:right;
border:1px solid #000;
background:#eee;
padding:1em;
margin-top:5em
}
table {
margin-left:auto;
margin-right:auto
}
|