diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/inline.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/css/inline.css b/css/inline.css new file mode 100644 index 0000000..adc973f --- /dev/null +++ b/css/inline.css @@ -0,0 +1,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: */ |
