blob: cc3face1018ac8cae5be48e370c8ba4d224d3a96 [file] [log] [blame]
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -08001@import 'reset.css';
2@import 'text.css';
3
4@charset "utf-8";
5
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -08006body {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -08007 background-color: #ffffff;
8 color: #000000;
9 font-family: sans-serif;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080010}
11
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080012header, nav, article, footer, address {
13 display: block;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080014}
15
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080016header {
17 margin: 20px auto 0;
18 width: 90%;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080019}
20
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080021header h1 {
22 height: 50px;
23 padding-left: 55px;
24 padding-top: 6px;
25 background-image: url("chronoshare.png");
26 background-repeat: no-repeat;
27 background-size: 50px 50px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080028}
29
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080030article {
Alexander Afanasyev3c95c852013-03-01 18:58:50 -080031 margin: 20px auto 20px;
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080032 width: 90%;
Alexander Afanasyev3c95c852013-03-01 18:58:50 -080033 padding-bottom: 20px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080034}
35
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080036footer {
37 margin: 20px auto 0;
38 width: 90%;
39
40 padding-bottom: 2px;
41 text-align: right;
42
43 position: fixed;
44 font-height: 10px;
45 bottom: 0;
46 left: 5%;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080047}
48
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080049h1 {
50 font-family: sans-serif;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080051}
52
53h3 {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080054 font-family: sans-serif;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080055}
56
57h5 {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080058 font-family: sans-serif;
59 color: #727272;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080060}
61
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080062/* Navigation menu */
63nav {
64 margin: 20px 0;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080065 min-width: 587px;
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080066 width: 100%;
67 height: 40px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080068
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080069 background-color: #EAF4EF;
70 -moz-border-radius: 6px;
71 border-radius: 6px;
72 border: 1px solid #99CCB2;
73}
74
75nav ul {
76 margin: 13px 0 0 0;
77 padding: 0px;
78}
79
80nav li {
81 list-style-type: none;
82 display: inline;
83 margin: 0px 30px;
84}
85
86nav li a {
87 color: #727272;
88 font-size: 14px;
89 line-height: 14px;
90 font-family: sans-serif;
91 text-decoration: none;
92}
93
94nav li a.active, nav a:hover { color: #2D9A65; }
95
96/* MISC */
97grey {
98 color: #727272;
99 font-weight: 200;
100}
101
102green {
103 color: #2D9A65;
104 font-weight: 200;
105}
106
107red {
108 color: red;
109 font-weight: 200;
110 font-size: 2.4em;
111}
112
113.hidden {
114 display: none;
115}
116
117/* */
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800118.item-list
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800119{
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800120 border-radius: 6px;
121
122 margin-top: 10px;
123 margin-bottom: 10px;
124 /*float: left;*/
125 font-family: sans-serif;
126 font-size: 12px;
127 width: 100%;
128 text-align: left;
129 /* border-collapse: collapse; */
130}
131
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800132.item-list th
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800133{
134 /* -moz-border-radius: 10px; */
135 /* border-radius: 10px; */
136 font-size: 14px;
137 font-weight: normal;
138 padding: 8px;
139 background: #EAF4EF;
140 border-top: 1px solid #99CCB2;
141 /* border-bottom: 1px solid #fff; */
142 color: #727272;
143 text-align: left;
144}
145
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800146.item-list th.border-left {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800147 /* -moz-border-radius-topleft:10px; */
148 /* -webkit-border-top-left-radius:10px; */
149 /* border-top-left-radius:10px; */
150}
151
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800152.item-list td
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800153{
154 padding: 8px;
155 border-bottom: 1px solid #fff;
156 color: #000;
157 border-top: 1px solid transparent;
158 /* border-right: 1px solid #99CCB2; */
159 /* border-left: 1px solid #99CCB2; */
160}
161
162.border-left {
163 border-left: 1px solid #99CCB2;
164}
165
166.border-right {
167 border-right: 1px solid #99CCB2;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800168}
169
170tfoot {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800171 border-bottom: 2px solid #99CCB2;
172 background: #EAF4EF;
173}
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800174.item-list tfoot td {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800175 padding: 0;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800176}
177
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800178
179.odd {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800180 background-color: #eeeeee;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800181}
182
Alexander Afanasyev46bd8062013-02-27 23:59:15 -0800183.highlighted {
184 background-color: #cccccc;
185 cursor: pointer;
186}
187
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800188.filename {
189 width: 50%;
190}
Alexander Afanasyev3c95c852013-03-01 18:58:50 -0800191
192.highlighted .filename {
193 font-weight: bold;
194}
195
196.delete .filename {
197 color: red;
198}
199
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800200.version {
201 width: 5%;
202}
Alexander Afanasyev3c95c852013-03-01 18:58:50 -0800203.size {
204 width: 5%;
205 whitespace: nowrap;
206}
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800207.modified {
208 width: 20%;
209}
210.modified-by {
211 width: 25%;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800212}
213
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800214pre {
215 font-size: 9px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800216}
217
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800218#loader {
219 position: absolute;
Alexander Afanasyevc15e0162013-02-28 23:38:52 -0800220 top: 0;
221 left: 0;
222 /* top: 50%; */
223 /* left: 50%; */
224 /* width: 128px; */
225 /* height: 128px; */
226 /* margin-top: -64px; /\* Half the height *\/ */
227 /* margin-left: -64px; /\* Half the width *\/ */
228}
229#loader img {
230 width: 64px;
231 height: 64px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800232}
Alexander Afanasyev46bd8062013-02-27 23:59:15 -0800233
234userName {
235 display: inline-block;
236 /* ? how format user name? */
237}
238
239seqNo {
240 display: inline-block;
241 margin-left: 5px;
Alexander Afanasyev3c95c852013-03-01 18:58:50 -0800242}
243
244.ajax-action {
245 cursor: pointer;
246}
247
248
249
250/* Navigation menu */
251content-nav {
252 display: inline-block;
253 margin: 0;
254 /* width: 100%; */
255 height: 24px;
256
257 background-color: #EAF4EF;
258 -moz-border-radius: 6px;
259 border-radius: 6px;
260 border: 1px solid #99CCB2;
261}
262
263content-nav ul {
264 margin: 0;
265 padding: 0px;
266}
267
268content-nav li {
269 list-style-type: none;
270 display: inline;
271 margin: 0;
272}
273
274content-nav li a {
275 display: inline-block;
276 color: #727272;
277 font-size: 14px;
278 line-height: 14px;
279 font-family: sans-serif;
280 text-decoration: none;
281 padding: 5px 30px 5px 30px;
282}
283
284content-nav li a.active, content-nav a:hover { color: #2D9A65; }