Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 1 | @import 'reset.css';
|
| 2 | @import 'text.css';
|
| 3 |
|
| 4 | @charset "utf-8";
|
| 5 |
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 6 | body {
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 7 | background-color: #ffffff;
|
| 8 | color: #000000;
|
| 9 | font-family: sans-serif;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 10 | }
|
| 11 |
|
Alexander Afanasyev | f7c7cde | 2013-03-02 00:01:32 -0800 | [diff] [blame] | 12 | li {
|
| 13 | margin: 0;
|
| 14 | }
|
| 15 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 16 | header, nav, article, footer, address {
|
| 17 | display: block;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 18 | }
|
| 19 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 20 | header {
|
| 21 | margin: 20px auto 0;
|
| 22 | width: 90%;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 23 | }
|
| 24 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 25 | header 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 Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 32 | }
|
| 33 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 34 | article {
|
Alexander Afanasyev | 3c95c85 | 2013-03-01 18:58:50 -0800 | [diff] [blame] | 35 | margin: 20px auto 20px;
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 36 | width: 90%;
|
Alexander Afanasyev | 3c95c85 | 2013-03-01 18:58:50 -0800 | [diff] [blame] | 37 | padding-bottom: 20px;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 38 | }
|
| 39 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 40 | footer {
|
| 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 Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 51 | }
|
| 52 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 53 | h1 {
|
| 54 | font-family: sans-serif;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 55 | }
|
| 56 |
|
| 57 | h3 {
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 58 | font-family: sans-serif;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 59 | }
|
| 60 |
|
| 61 | h5 {
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 62 | font-family: sans-serif;
|
| 63 | color: #727272;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 64 | }
|
| 65 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 66 | /* Navigation menu */
|
| 67 | nav {
|
| 68 | margin: 20px 0;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 69 | min-width: 587px;
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 70 | width: 100%;
|
| 71 | height: 40px;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 72 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 73 | background-color: #EAF4EF;
|
| 74 | -moz-border-radius: 6px;
|
| 75 | border-radius: 6px;
|
| 76 | border: 1px solid #99CCB2;
|
| 77 | }
|
| 78 |
|
| 79 | nav ul {
|
| 80 | margin: 13px 0 0 0;
|
| 81 | padding: 0px;
|
| 82 | }
|
| 83 |
|
| 84 | nav li {
|
| 85 | list-style-type: none;
|
| 86 | display: inline;
|
| 87 | margin: 0px 30px;
|
| 88 | }
|
| 89 |
|
| 90 | nav li a {
|
| 91 | color: #727272;
|
| 92 | font-size: 14px;
|
| 93 | line-height: 14px;
|
| 94 | font-family: sans-serif;
|
| 95 | text-decoration: none;
|
| 96 | }
|
| 97 |
|
| 98 | nav li a.active, nav a:hover { color: #2D9A65; }
|
| 99 |
|
| 100 | /* MISC */
|
| 101 | grey {
|
| 102 | color: #727272;
|
| 103 | font-weight: 200;
|
| 104 | }
|
| 105 |
|
| 106 | green {
|
| 107 | color: #2D9A65;
|
| 108 | font-weight: 200;
|
| 109 | }
|
| 110 |
|
| 111 | red {
|
| 112 | color: red;
|
| 113 | font-weight: 200;
|
| 114 | font-size: 2.4em;
|
| 115 | }
|
| 116 |
|
| 117 | .hidden {
|
| 118 | display: none;
|
| 119 | }
|
| 120 |
|
| 121 | /* */
|
Alexander Afanasyev | f63a514 | 2013-02-28 02:21:42 -0800 | [diff] [blame] | 122 | .item-list
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 123 | {
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 124 | 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 Afanasyev | f63a514 | 2013-02-28 02:21:42 -0800 | [diff] [blame] | 136 | .item-list th
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 137 | {
|
| 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 Afanasyev | f63a514 | 2013-02-28 02:21:42 -0800 | [diff] [blame] | 150 | .item-list th.border-left {
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 151 | /* -moz-border-radius-topleft:10px; */
|
| 152 | /* -webkit-border-top-left-radius:10px; */
|
| 153 | /* border-top-left-radius:10px; */
|
| 154 | }
|
| 155 |
|
Alexander Afanasyev | f63a514 | 2013-02-28 02:21:42 -0800 | [diff] [blame] | 156 | .item-list td
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 157 | {
|
| 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 Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 172 | }
|
| 173 |
|
| 174 | tfoot {
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 175 | border-bottom: 2px solid #99CCB2;
|
| 176 | background: #EAF4EF;
|
| 177 | }
|
Alexander Afanasyev | f63a514 | 2013-02-28 02:21:42 -0800 | [diff] [blame] | 178 | .item-list tfoot td {
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 179 | padding: 0;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 180 | }
|
| 181 |
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 182 |
|
| 183 | .odd {
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 184 | background-color: #eeeeee;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 185 | }
|
| 186 |
|
Alexander Afanasyev | 46bd806 | 2013-02-27 23:59:15 -0800 | [diff] [blame] | 187 | .highlighted {
|
| 188 | background-color: #cccccc;
|
| 189 | cursor: pointer;
|
| 190 | }
|
| 191 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 192 | .filename {
|
| 193 | width: 50%;
|
| 194 | }
|
Alexander Afanasyev | 3c95c85 | 2013-03-01 18:58:50 -0800 | [diff] [blame] | 195 |
|
Alexander Afanasyev | f7c7cde | 2013-03-02 00:01:32 -0800 | [diff] [blame] | 196 | .filename img {
|
| 197 | margin-right: 5px;
|
| 198 | }
|
| 199 |
|
Alexander Afanasyev | 3c95c85 | 2013-03-01 18:58:50 -0800 | [diff] [blame] | 200 | .highlighted .filename {
|
| 201 | font-weight: bold;
|
| 202 | }
|
| 203 |
|
| 204 | .delete .filename {
|
| 205 | color: red;
|
Alexander Afanasyev | 4c17b48 | 2013-03-02 01:32:35 -0800 | [diff] [blame] | 206 | text-decoration: line-through;
|
Alexander Afanasyev | 3c95c85 | 2013-03-01 18:58:50 -0800 | [diff] [blame] | 207 | }
|
| 208 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 209 | .version {
|
| 210 | width: 5%;
|
| 211 | }
|
Alexander Afanasyev | 3c95c85 | 2013-03-01 18:58:50 -0800 | [diff] [blame] | 212 | .size {
|
| 213 | width: 5%;
|
| 214 | whitespace: nowrap;
|
| 215 | }
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 216 | .modified {
|
| 217 | width: 20%;
|
| 218 | }
|
| 219 | .modified-by {
|
| 220 | width: 25%;
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 221 | }
|
| 222 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 223 | pre {
|
Alexander Afanasyev | c24db64 | 2013-03-09 16:41:02 -0800 | [diff] [blame] | 224 | /* font-size: 9px; */
|
Zhenkai Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 225 | }
|
| 226 |
|
Alexander Afanasyev | fd5e627 | 2013-02-27 20:25:20 -0800 | [diff] [blame] | 227 | #loader {
|
| 228 | position: absolute;
|
Alexander Afanasyev | c15e016 | 2013-02-28 23:38:52 -0800 | [diff] [blame] | 229 | 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 Zhu | 5c2475b | 2013-02-26 22:57:31 -0800 | [diff] [blame] | 241 | }
|
Alexander Afanasyev | 46bd806 | 2013-02-27 23:59:15 -0800 | [diff] [blame] | 242 |
|
| 243 | userName {
|
| 244 | display: inline-block;
|
| 245 | /* ? how format user name? */
|
| 246 | }
|
| 247 |
|
| 248 | seqNo {
|
| 249 | display: inline-block;
|
| 250 | margin-left: 5px;
|
Alexander Afanasyev | 3c95c85 | 2013-03-01 18:58:50 -0800 | [diff] [blame] | 251 | }
|
| 252 |
|
| 253 | .ajax-action {
|
| 254 | cursor: pointer;
|
| 255 | }
|
| 256 |
|
| 257 |
|
| 258 |
|
| 259 | /* Navigation menu */
|
| 260 | content-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 |
|
| 272 | content-nav ul {
|
| 273 | margin: 0;
|
| 274 | padding: 0px;
|
| 275 | }
|
| 276 |
|
| 277 | content-nav li {
|
| 278 | list-style-type: none;
|
| 279 | display: inline;
|
| 280 | margin: 0;
|
| 281 | }
|
| 282 |
|
| 283 | content-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 |
|
| 293 | content-nav li a.active, content-nav a:hover { color: #2D9A65; }
|