comparison gis_gui/lib/blocks.css @ 63:7f008e782563

add gui files to product via FileSystemSite
author casties
date Fri, 05 Nov 2010 18:52:55 +0100
parents
children a0a715552e3a
comparison
equal deleted inserted replaced
62:3905385c8854 63:7f008e782563
1 body {
2 background-color: #eee;
3 font-family:arial, sans serif;
4 }
5
6 #rail {
7 width:900px;
8 min-height:100%;
9 margin:0px auto;
10 background-color:#bbb;
11 }
12
13 #moduleslot {
14 width:1000px;
15 margin:-50px;
16 margin-top:10px;
17 }
18
19 div.block {
20 border: 1px solid black;
21 padding: 0px;
22 background-color: #ffffff;
23 margin: 0px;
24 margin-bottom:10px;
25 margin-top:10px;
26 }
27
28 div.block div.titlebar {
29 margin:0px;
30 margin-bottom:3px;
31 padding: 2px;
32
33 /*width: 800px;*/
34 height: 40px;
35
36 background-color:#bbbbff;
37 text-align: center;
38 }
39
40 div.block div.titlebar h1 {
41 font-size:20px;
42 padding-top: 10px;
43 padding-bottom: 10px;
44 margin:0px;
45 }
46
47
48 div.block div.body {
49
50 }
51
52 div.block div.body div.menu {
53 margin:0px;
54 margin-bottom:15px;
55 padding:0px;
56 background-color: #ccccff;
57 height:20px;
58 }
59
60 div.block div.body div.content {
61 overflow:hidden;
62 min-height:120px;
63 padding:0px;
64 whitespace: nowrap;
65 }
66
67 div.content h1 {
68 padding:8px;
69 }
70
71 div.subscreen {
72 /* display: block;
73 width: 1000px;
74 height: 400px;*/
75 /*position: relative; */
76 margin:0px;
77 /* border: 1px solid black;*/
78 float:left;
79
80 }
81
82
83 .folded div.body {
84
85 }
86
87 .folded div.titlebar {
88 color: #666;
89 background-color: #aaaadd !important;
90 }
91
92
93 div.close_button {
94 border: 3px solid black;
95 width: 20px;
96 height:20px;
97 float:right;
98
99 position:relative;
100 top:-40px;
101 left:-20px;
102 }
103
104 div.type_icon {
105 color:white;
106 border: 3px solid white;
107 width: 20px;
108 height:20px;
109 float:left;
110
111 position:relative;
112 top:-40px;
113 left:20px;
114 }
115
116
117 div.head {
118 border: 1px solid black;
119 background-color: #fff;
120 text-align: center;
121 height:50px;
122 padding:10px;
123 margin-left:-50px;
124 margin-right:-50px;
125
126 }
127
128 #login {
129 background-color: #ffcccc;
130 width: 280px;
131 float:right;
132 padding:10px;
133 text-align:center;
134 }
135
136
137 h5 {
138 margin-top: 30px;
139 clear:both;
140 }
141
142 a:visited {
143 color: blue;
144 }