1 | 13 | simandl | /* http://colorblender.com/?preloadblend=BC00008A513EFFF2DE5E5550857C73FCFCFC */ |
2 | | | |
3 | | | body { font-family: 'Lucida Grande', Arial, sans-serif; margin: 0; padding: 0; background: #5D5E5E;} |
4 | | | |
5 | | | #mainpage { padding-top: 58px; } |
6 | | | |
7 | | | /****************************************/ |
8 | | | |
9 | | | #welcome { width: 550px; margin-left: auto; margin-right: auto; cursor: pointer; background: white; color: black; border: 1px black solid; padding:10px; } |
10 | | | .license { font-size: 70%; } |
11 | | | .emph { font-size: 150%; font-weight: bold; text-align: center; } |
12 | | | |
13 | | | /****************************************/ |
14 | | | |
15 | | | #toolbar { position: fixed; top:0px; left: 0px; height: 48px; width: 100%; |
16 | | | background: #2D3E70; color: white; border-bottom: gray solid 1px; |
17 | | | z-index: 1; opacity: 0.9; display: none; |
18 | | | } |
19 | | | |
20 | | | #version { font-size: 70%; padding-left: 10px; padding-right: 10px; float:right; } |
21 | | | #busy { display: none; } |
22 | | | |
23 | | | /****************************************/ |
24 | | | |
25 | | | #themap { margin-left: auto; margin-right: auto; padding: 0; width: 800px; padding-top: 10px; display: none; } |
26 | | | #existingdata { border: none; } |
27 | | | |
28 | | | /****************************************/ |
29 | | | |
30 | | | #filepicker { width: 500px; margin-left: auto; margin-right: auto; display: none; padding:10px; background: white; color: black; border: 1px black solid; } |
31 | | | |
32 | | | #filelist { list-style: none; |
33 | | | margin: 0; border: 0; padding: 0; |
34 | | | width: 400px; |
35 | | | background: #ddd; |
36 | | | border: 1px solid gray; |
37 | | | border-right: 2px solid gray; |
38 | | | border-bottom: 2px solid gray; |
39 | | | font-size: 110%; |
40 | | | margin-left: auto; margin-right: auto; |
41 | | | } |
42 | | | |
43 | | | #filelist li { border-bottom: 1px solid gray; font-weight: bold; } |
44 | | | #filelist li a em { font-size: 90%; font-weight: normal; font-family: serif;} |
45 | | | #filelist li a { padding: 4px; text-decoration: none; color: black; width: 99%; display: block; } |
46 | | | #filelist li a:hover { color: white; background: #2D3E70; } |
47 | | | #filelist li a img { border: none; padding: 2px; } |
48 | | | |
49 | | | /****************************************/ |