blob: a4211ca7346246ae529b0a5be521702ce931b5d1 [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 Afanasyevf7c7cde2013-03-02 00:01:32 -080012li {
13 margin: 0;
14}
15
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080016header, nav, article, footer, address {
17 display: block;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080018}
19
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080020header {
21 margin: 20px auto 0;
22 width: 90%;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080023}
24
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080025header h1 {
26 height: 50px;
27 padding-left: 55px;
28 padding-top: 6px;
29 background-image: url("chronoshare.png");
30 background-repeat: no-repeat;
31 background-size: 50px 50px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080032}
33
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080034article {
Alexander Afanasyev3c95c852013-03-01 18:58:50 -080035 margin: 20px auto 20px;
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080036 width: 90%;
Alexander Afanasyev3c95c852013-03-01 18:58:50 -080037 padding-bottom: 20px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080038}
39
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080040footer {
41 margin: 20px auto 0;
42 width: 90%;
43
44 padding-bottom: 2px;
45 text-align: right;
46
47 position: fixed;
48 font-height: 10px;
49 bottom: 0;
50 left: 5%;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080051}
52
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080053h1 {
54 font-family: sans-serif;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080055}
56
57h3 {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080058 font-family: sans-serif;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080059}
60
61h5 {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080062 font-family: sans-serif;
63 color: #727272;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080064}
65
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080066/* Navigation menu */
67nav {
68 margin: 20px 0;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080069 min-width: 587px;
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080070 width: 100%;
71 height: 40px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -080072
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -080073 background-color: #EAF4EF;
74 -moz-border-radius: 6px;
75 border-radius: 6px;
76 border: 1px solid #99CCB2;
77}
78
79nav ul {
80 margin: 13px 0 0 0;
81 padding: 0px;
82}
83
84nav li {
85 list-style-type: none;
86 display: inline;
87 margin: 0px 30px;
88}
89
90nav li a {
91 color: #727272;
92 font-size: 14px;
93 line-height: 14px;
94 font-family: sans-serif;
95 text-decoration: none;
96}
97
98nav li a.active, nav a:hover { color: #2D9A65; }
99
100/* MISC */
101grey {
102 color: #727272;
103 font-weight: 200;
104}
105
106green {
107 color: #2D9A65;
108 font-weight: 200;
109}
110
111red {
112 color: red;
113 font-weight: 200;
114 font-size: 2.4em;
115}
116
117.hidden {
118 display: none;
119}
120
121/* */
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800122.item-list
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800123{
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800124 border-radius: 6px;
125
126 margin-top: 10px;
127 margin-bottom: 10px;
128 /*float: left;*/
129 font-family: sans-serif;
130 font-size: 12px;
131 width: 100%;
132 text-align: left;
133 /* border-collapse: collapse; */
134}
135
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800136.item-list th
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800137{
138 /* -moz-border-radius: 10px; */
139 /* border-radius: 10px; */
140 font-size: 14px;
141 font-weight: normal;
142 padding: 8px;
143 background: #EAF4EF;
144 border-top: 1px solid #99CCB2;
145 /* border-bottom: 1px solid #fff; */
146 color: #727272;
147 text-align: left;
148}
149
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800150.item-list th.border-left {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800151 /* -moz-border-radius-topleft:10px; */
152 /* -webkit-border-top-left-radius:10px; */
153 /* border-top-left-radius:10px; */
154}
155
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800156.item-list td
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800157{
158 padding: 8px;
159 border-bottom: 1px solid #fff;
160 color: #000;
161 border-top: 1px solid transparent;
162 /* border-right: 1px solid #99CCB2; */
163 /* border-left: 1px solid #99CCB2; */
164}
165
166.border-left {
167 border-left: 1px solid #99CCB2;
168}
169
170.border-right {
171 border-right: 1px solid #99CCB2;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800172}
173
174tfoot {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800175 border-bottom: 2px solid #99CCB2;
176 background: #EAF4EF;
177}
Alexander Afanasyevf63a5142013-02-28 02:21:42 -0800178.item-list tfoot td {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800179 padding: 0;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800180}
181
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800182
183.odd {
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800184 background-color: #eeeeee;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800185}
186
Alexander Afanasyev46bd8062013-02-27 23:59:15 -0800187.highlighted {
188 background-color: #cccccc;
189 cursor: pointer;
190}
191
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800192.filename {
193 width: 50%;
194}
Alexander Afanasyev3c95c852013-03-01 18:58:50 -0800195
Alexander Afanasyevf7c7cde2013-03-02 00:01:32 -0800196.filename img {
197 margin-right: 5px;
198}
199
Alexander Afanasyev3c95c852013-03-01 18:58:50 -0800200.highlighted .filename {
201 font-weight: bold;
202}
203
204.delete .filename {
205 color: red;
Alexander Afanasyev4c17b482013-03-02 01:32:35 -0800206 text-decoration: line-through;
Alexander Afanasyev3c95c852013-03-01 18:58:50 -0800207}
208
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800209.version {
210 width: 5%;
211}
Alexander Afanasyev3c95c852013-03-01 18:58:50 -0800212.size {
213 width: 5%;
214 whitespace: nowrap;
215}
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800216.modified {
217 width: 20%;
218}
219.modified-by {
220 width: 25%;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800221}
222
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800223pre {
224 font-size: 9px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800225}
226
Alexander Afanasyevfd5e6272013-02-27 20:25:20 -0800227#loader {
228 position: absolute;
Alexander Afanasyevc15e0162013-02-28 23:38:52 -0800229 top: 0;
230 left: 0;
231 /* top: 50%; */
232 /* left: 50%; */
233 /* width: 128px; */
234 /* height: 128px; */
235 /* margin-top: -64px; /\* Half the height *\/ */
236 /* margin-left: -64px; /\* Half the width *\/ */
237}
238#loader img {
239 width: 64px;
240 height: 64px;
Zhenkai Zhu5c2475b2013-02-26 22:57:31 -0800241}
Alexander Afanasyev46bd8062013-02-27 23:59:15 -0800242
243userName {
244 display: inline-block;
245 /* ? how format user name? */
246}
247
248seqNo {
249 display: inline-block;
250 margin-left: 5px;
Alexander Afanasyev3c95c852013-03-01 18:58:50 -0800251}
252
253.ajax-action {
254 cursor: pointer;
255}
256
257
258
259/* Navigation menu */
260content-nav {
261 display: inline-block;
262 margin: 0;
263 /* width: 100%; */
264 height: 24px;
265
266 background-color: #EAF4EF;
267 -moz-border-radius: 6px;
268 border-radius: 6px;
269 border: 1px solid #99CCB2;
270}
271
272content-nav ul {
273 margin: 0;
274 padding: 0px;
275}
276
277content-nav li {
278 list-style-type: none;
279 display: inline;
280 margin: 0;
281}
282
283content-nav li a {
284 display: inline-block;
285 color: #727272;
286 font-size: 14px;
287 line-height: 14px;
288 font-family: sans-serif;
289 text-decoration: none;
290 padding: 5px 30px 5px 30px;
291}
292
293content-nav li a.active, content-nav a:hover { color: #2D9A65; }