summaryrefslogtreecommitdiff
path: root/src/ui/theme-files/old/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme-files/old/theme.css')
-rw-r--r--src/ui/theme-files/old/theme.css72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/ui/theme-files/old/theme.css b/src/ui/theme-files/old/theme.css
new file mode 100644
index 0000000..3b40570
--- /dev/null
+++ b/src/ui/theme-files/old/theme.css
@@ -0,0 +1,72 @@
+body {
+ background: #fff url("/ui/theme-files/old/gradient_top.gif") repeat-x;
+}
+body, td, th, .seamless, .body-font {
+ font: 8pt/1.2 Verdana, sans-serif;
+}
+h1, .h1 {
+ font: bold 16pt/1.2 Verdana, sans-serif;
+ margin: 0.67em 0;
+}
+th { font-weight: bold; }
+.no-bold { font-weight: normal; }
+.inline-icon { vertical-align: middle; }
+form { margin: 0; }
+.m-l, .seamless.m-l { margin-left: 2px; }
+.m-r, .seamless.m-r { margin-right: 2px; }
+.m-l-lg, .seamless.m-l-lg { margin-left: 8px; }
+.m-r-lg, .seamless.m-r-l.m-l-lg { margin-right: 8px; }
+.m-0 { margin: 0; }
+.footer select { font-size: 8pt; }
+.pull-left { float: left; }
+.pull-right { float: right; }
+.text-left { text-align: left; }
+.text-center { text-align: center; }
+.text-right { text-align: right; }
+.inline { display: inline; }
+.fw { width: 100%; }
+.seamless {
+ border: none;
+ background: none;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ -o-border-radius: 0;
+ border-radius: 0;
+ text-decoration: none;
+ color: black;
+ cursor: pointer;
+ margin: 0;
+ padding: 0;
+}
+.post-editor {
+ width: 100%;
+ resize: vertical;
+ max-height: 499px;
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ border: 0;
+}
+.image-attachment {
+ display: inline-block;
+ *display: inline;
+ zoom: 1;
+ position: relative;
+ margin-top: 4px;
+}
+.attachment-icon {
+ position: absolute;
+ right: 4px;
+ bottom: 4px;
+}
+.clearfix:before,
+.clearfix:after {
+ content: " ";
+ display: table;
+}
+.clearfix:after {
+ clear: both;
+}
+.clearfix {
+ *zoom: 1;
+}