Show More
@@ -1,179 +1,191 b'' | |||||
1 | * { |
|
1 | * { | |
2 | font-size: inherit; |
|
2 | font-size: inherit; | |
3 | margin: 0; |
|
3 | margin: 0; | |
4 | padding: 0; |
|
4 | padding: 0; | |
5 | } |
|
5 | } | |
6 | html { |
|
6 | html { | |
7 | background: #fff; |
|
7 | background: #fff; | |
8 | color: #000; |
|
8 | color: #000; | |
9 | font: medium sans-serif; |
|
9 | font: medium sans-serif; | |
10 | } |
|
10 | } | |
11 | a { |
|
11 | a { | |
12 | color: inherit; |
|
12 | color: inherit; | |
13 | text-decoration: underline; |
|
13 | text-decoration: underline; | |
14 | } |
|
14 | } | |
15 |
|
15 | |||
16 | #admin_panel { |
|
16 | #admin_panel { | |
17 | background: #182F6F; |
|
17 | background: #182F6F; | |
18 | color: #fff; |
|
18 | color: #fff; | |
19 | padding: .5ex 1ex .5ex 1ex; |
|
19 | padding: .5ex 1ex .5ex 1ex; | |
20 | } |
|
20 | } | |
21 |
|
21 | |||
22 | .navigation_panel { |
|
22 | .navigation_panel { | |
23 | background: #182F6F; |
|
23 | background: #182F6F; | |
24 | color: #B4CFEC; |
|
24 | color: #B4CFEC; | |
25 | margin-bottom: 1em; |
|
25 | margin-bottom: 1em; | |
26 | padding: .5ex 1ex 1ex 1ex; |
|
26 | padding: .5ex 1ex 1ex 1ex; | |
27 | } |
|
27 | } | |
28 | .navigation_panel::after { |
|
28 | .navigation_panel::after { | |
29 | clear: both; |
|
29 | clear: both; | |
30 | content: "."; |
|
30 | content: "."; | |
31 | display: block; |
|
31 | display: block; | |
32 | height: 0; |
|
32 | height: 0; | |
33 | line-height: 0; |
|
33 | line-height: 0; | |
34 | visibility: hidden; |
|
34 | visibility: hidden; | |
35 | } |
|
35 | } | |
36 |
|
36 | |||
37 | .navigation_panel a:link, .navigation_panel a:visited, .navigation_panel a:hover { |
|
37 | .navigation_panel a:link, .navigation_panel a:visited, .navigation_panel a:hover { | |
38 | text-decoration: none; |
|
38 | text-decoration: none; | |
39 | } |
|
39 | } | |
40 |
|
40 | |||
41 | .navigation_panel .link { |
|
41 | .navigation_panel .link { | |
42 | border-right: 1px solid #fff; |
|
42 | border-right: 1px solid #fff; | |
43 | color: #fff; |
|
43 | color: #fff; | |
44 | font-weight: bold; |
|
44 | font-weight: bold; | |
45 | margin-right: 1ex; |
|
45 | margin-right: 1ex; | |
46 | padding-right: 1ex; |
|
46 | padding-right: 1ex; | |
47 | } |
|
47 | } | |
48 | .navigation_panel .link:last-child { |
|
48 | .navigation_panel .link:last-child { | |
49 | border-left: 1px solid #fff; |
|
49 | border-left: 1px solid #fff; | |
50 | border-right: none; |
|
50 | border-right: none; | |
51 | float: right; |
|
51 | float: right; | |
52 | margin-left: 1ex; |
|
52 | margin-left: 1ex; | |
53 | margin-right: 0; |
|
53 | margin-right: 0; | |
54 | padding-left: 1ex; |
|
54 | padding-left: 1ex; | |
55 | padding-right: 0; |
|
55 | padding-right: 0; | |
56 | } |
|
56 | } | |
57 |
|
57 | |||
58 | .navigation_panel .tag { |
|
58 | .navigation_panel .tag { | |
59 | color: #fff; |
|
59 | color: #fff; | |
60 | } |
|
60 | } | |
61 |
|
61 | |||
62 | .title { |
|
62 | .title { | |
63 | color: #182F6F; |
|
63 | color: #182F6F; | |
64 | font-weight: bold; |
|
64 | font-weight: bold; | |
65 | } |
|
65 | } | |
66 |
|
66 | |||
67 | .post-form-w { |
|
67 | .post-form-w { | |
68 | background: #182F6F; |
|
68 | background: #182F6F; | |
69 | border-radius: 1ex; |
|
69 | border-radius: 1ex; | |
70 | color: #fff; |
|
70 | color: #fff; | |
71 | margin: 1em 1ex; |
|
71 | margin: 1em 1ex; | |
72 | padding: 1ex; |
|
72 | padding: 1ex; | |
73 | } |
|
73 | } | |
74 | .post-form { |
|
74 | .post-form { | |
75 | display: table; |
|
75 | display: table; | |
76 | border-collapse: collapse; |
|
76 | border-collapse: collapse; | |
77 | width: 100%; |
|
77 | width: 100%; | |
78 |
|
78 | |||
79 | } |
|
79 | } | |
80 | .form-row { |
|
80 | .form-row { | |
81 | display: table-row; |
|
81 | display: table-row; | |
82 | } |
|
82 | } | |
83 | .form-label, .form-input { |
|
83 | .form-label, .form-input { | |
84 | display: table-cell; |
|
84 | display: table-cell; | |
85 | vertical-align: top; |
|
85 | vertical-align: top; | |
86 | } |
|
86 | } | |
87 | .form-label { |
|
87 | .form-label { | |
88 | padding: .25em 1ex .25em 0; |
|
88 | padding: .25em 1ex .25em 0; | |
89 | } |
|
89 | } | |
90 | .form-input { |
|
90 | .form-input { | |
91 | padding: .25em 0; |
|
91 | padding: .25em 0; | |
92 | } |
|
92 | } | |
93 | .form-input > * { |
|
93 | .form-input > * { | |
94 | background: #fff; |
|
94 | background: #fff; | |
95 | color: #000; |
|
95 | color: #000; | |
96 | border: none; |
|
96 | border: none; | |
97 | padding: 0; |
|
97 | padding: 0; | |
98 | resize: vertical; |
|
98 | resize: vertical; | |
99 | width: 100%; |
|
99 | width: 100%; | |
100 | } |
|
100 | } | |
101 | .form-submit { |
|
101 | .form-submit { | |
102 | border-bottom: 1px solid #666; |
|
102 | border-bottom: 1px solid #666; | |
103 | margin-bottom: .5em; |
|
103 | margin-bottom: .5em; | |
104 | padding-bottom: .5em; |
|
104 | padding-bottom: .5em; | |
105 | } |
|
105 | } | |
106 | .form-title { |
|
106 | .form-title { | |
107 | font-weight: bold; |
|
107 | font-weight: bold; | |
108 | margin-bottom: .5em; |
|
108 | margin-bottom: .5em; | |
109 | } |
|
109 | } | |
110 | .post-form .settings_item { |
|
110 | .post-form .settings_item { | |
111 | margin: .5em 0; |
|
111 | margin: .5em 0; | |
112 | } |
|
112 | } | |
113 | .form-submit input { |
|
113 | .form-submit input { | |
114 | margin-top: .5em; |
|
114 | margin-top: .5em; | |
115 | padding: .2em 1ex; |
|
115 | padding: .2em 1ex; | |
116 | } |
|
116 | } | |
117 | .form-label { |
|
117 | .form-label { | |
118 | text-align: right; |
|
118 | text-align: right; | |
119 | } |
|
119 | } | |
120 |
|
120 | |||
121 | .block { |
|
121 | .block { | |
122 | display: inline-block; |
|
122 | display: inline-block; | |
123 | vertical-align: top; |
|
123 | vertical-align: top; | |
124 | } |
|
124 | } | |
125 |
|
125 | |||
126 | .post_id { |
|
126 | .post_id { | |
127 | color: #a00; |
|
127 | color: #a00; | |
128 | } |
|
128 | } | |
129 |
|
129 | |||
130 | .post { |
|
130 | .post { | |
131 | background: #FFF; |
|
131 | background: #FFF; | |
132 | border-bottom: 1px solid #182F6F; |
|
132 | border-bottom: 1px solid #182F6F; | |
133 | margin: 0 1ex 1em 1ex; |
|
133 | margin: 0 1ex 1em 1ex; | |
134 | overflow-x: auto; |
|
134 | overflow-x: auto; | |
135 | padding-bottom: 1em; |
|
135 | padding-bottom: 1em; | |
136 | } |
|
136 | } | |
137 |
|
137 | |||
138 | .metadata { |
|
138 | .metadata { | |
139 | background: #C0E4E8; |
|
139 | background: #C0E4E8; | |
140 | border: 1px solid #7F9699; |
|
140 | border: 1px solid #7F9699; | |
141 | border-radius: .4ex; |
|
141 | border-radius: .4ex; | |
142 | display: table; |
|
142 | display: table; | |
143 | margin-top: .5em; |
|
143 | margin-top: .5em; | |
144 | padding: .4em; |
|
144 | padding: .4em; | |
145 | } |
|
145 | } | |
146 |
|
146 | |||
147 | .post ul, .post ol { |
|
147 | .post ul, .post ol { | |
148 | margin: .5em 0 .5em 3ex; |
|
148 | margin: .5em 0 .5em 3ex; | |
149 | } |
|
149 | } | |
150 | .post li { |
|
150 | .post li { | |
151 | margin: .2em 0; |
|
151 | margin: .2em 0; | |
152 | } |
|
152 | } | |
153 | .post p { |
|
153 | .post p { | |
154 | margin: .5em 0; |
|
154 | margin: .5em 0; | |
155 | } |
|
155 | } | |
156 | .post blockquote { |
|
156 | .post blockquote { | |
157 | border-left: 3px solid #182F6F; |
|
157 | border-left: 3px solid #182F6F; | |
158 | margin: .5em 0 .5em 3ex; |
|
158 | margin: .5em 0 .5em 3ex; | |
159 | padding-left: 1ex; |
|
159 | padding-left: 1ex; | |
160 | } |
|
160 | } | |
161 | .post blockquote > blockquote { |
|
161 | .post blockquote > blockquote { | |
162 | padding-top: .1em; |
|
162 | padding-top: .1em; | |
163 | } |
|
163 | } | |
164 |
|
164 | |||
165 | .post > .image { |
|
165 | .post > .image { | |
166 | float: left; |
|
166 | float: left; | |
167 | margin-right: 1ex; |
|
167 | margin-right: 1ex; | |
168 | } |
|
168 | } | |
169 | .post > .metadata { |
|
169 | .post > .metadata { | |
170 | clear: left; |
|
170 | clear: left; | |
171 | } |
|
171 | } | |
172 |
|
172 | |||
173 | .post { |
|
173 | .post { | |
174 | clear: left; |
|
174 | clear: left; | |
175 | } |
|
175 | } | |
176 |
|
176 | |||
177 | .post > .message .get { |
|
177 | .post > .message .get { | |
178 | color: #182F6F; font-weight: bold; |
|
178 | color: #182F6F; font-weight: bold; | |
|
179 | } | |||
|
180 | ||||
|
181 | .dead_post { | |||
|
182 | background: #FFF; | |||
|
183 | border-bottom: 1px solid #182F6F; | |||
|
184 | margin: 0 1ex 1em 1ex; | |||
|
185 | overflow-x: auto; | |||
|
186 | padding-bottom: 1em; | |||
|
187 | clear: left; | |||
|
188 | } | |||
|
189 | .dead_post > .metadata { | |||
|
190 | background: #eee; | |||
179 | } No newline at end of file |
|
191 | } |
General Comments 0
You need to be logged in to leave comments.
Login now