blob: 3b40570ced7758cbbad6307c7b672d7ea3239891 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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;
}
|