summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2009-05-06 16:02:55 +0000
committerChristian Fowler <spider@viovio.com>2009-05-06 16:02:55 +0000
commit4cacefe7e3220e02e2751782d7fcf6c57dff8bb2 (patch)
tree25af223a9ed4ed77b9a90e07a507378baa7eec26 /css
parent74b25006192825447326c7ef2309cb27e5359d13 (diff)
downloadthemes-4cacefe7e3220e02e2751782d7fcf6c57dff8bb2.tar.gz
themes-4cacefe7e3220e02e2751782d7fcf6c57dff8bb2.tar.bz2
themes-4cacefe7e3220e02e2751782d7fcf6c57dff8bb2.zip
move inline.css to css/ dir
Diffstat (limited to 'css')
-rw-r--r--css/inline.css34
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: */