blob: adc973f50db854d223ee67733ff115f3c5b65957 (
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
34
|
.aligncenter {text-align:center}
.alignright {text-align:right}
.aligntop, aligntop * {vertical-align:top}
.alignmiddle {vertical-align:middle}
.floatright {float:right}
.floatleft {float:left}
.clearright {clear:right}
.cursordefault {cursor:default}
.width100p {width:100%}
.width85p {width:85%}
.width70p {width:70%}
.width48p {width:48%}
.width40p {width:40%}
.width33p {width:33%}
.width30p {width:30%}
.width29p {width:29%}
.width25p {width:25%}
.width15p {width:15%}
.width10p {width:10%}
.width5p {width:5%}
.width2p {width:2%}
.width1p {width:1%}
.monospace {font-family:monospace}
.splitstyle {border-right:3px solid #000}
.marginleft20px {margin-left:20px}
.marginleft0 {margin-left:0}
/* vim: set ts=40: */
|