annotate gis_gui/lib/blocks.css @ 79:a0a715552e3a

new intro page
author fknauft
date Thu, 06 Jan 2011 17:24:40 +0100
parents 7f008e782563
children f9de6c1c352a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
1 body {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
2 background-color: #eee;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
3 font-family:arial, sans serif;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
4 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
5
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
6 #rail {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
7 width:900px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
8 min-height:100%;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
9 margin:0px auto;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
10 background-color:#bbb;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
11 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
12
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
13 #moduleslot {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
14 width:1000px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
15 margin:-50px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
16 margin-top:10px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
17 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
18
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
19 div.block {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
20 border: 1px solid black;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
21 padding: 0px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
22 background-color: #ffffff;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
23 margin: 0px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
24 margin-bottom:10px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
25 margin-top:10px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
26 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
27
79
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
28
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
29 div.block div.titlebar {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
30 margin:0px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
31 margin-bottom:3px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
32 padding: 2px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
33
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
34 /*width: 800px;*/
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
35 height: 40px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
36
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
37 background-color:#bbbbff;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
38 text-align: center;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
39 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
40
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
41 div.block div.titlebar h1 {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
42 font-size:20px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
43 padding-top: 10px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
44 padding-bottom: 10px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
45 margin:0px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
46 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
47
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
48
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
49 div.block div.body {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
50
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
51 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
52
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
53 div.block div.body div.menu {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
54 margin:0px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
55 margin-bottom:15px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
56 padding:0px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
57 background-color: #ccccff;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
58 height:20px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
59 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
60
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
61 div.block div.body div.content {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
62 overflow:hidden;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
63 min-height:120px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
64 padding:0px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
65 whitespace: nowrap;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
66 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
67
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
68 div.content h1 {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
69 padding:8px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
70 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
71
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
72 div.subscreen {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
73 /* display: block;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
74 width: 1000px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
75 height: 400px;*/
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
76 /*position: relative; */
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
77 margin:0px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
78 /* border: 1px solid black;*/
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
79 float:left;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
80
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
81 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
82
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
83
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
84 .folded div.body {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
85
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
86 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
87
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
88 .folded div.titlebar {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
89 color: #666;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
90 background-color: #aaaadd !important;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
91 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
92
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
93
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
94 div.close_button {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
95 border: 3px solid black;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
96 width: 20px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
97 height:20px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
98 float:right;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
99
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
100 position:relative;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
101 top:-40px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
102 left:-20px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
103 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
104
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
105 div.type_icon {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
106 color:white;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
107 border: 3px solid white;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
108 width: 20px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
109 height:20px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
110 float:left;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
111
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
112 position:relative;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
113 top:-40px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
114 left:20px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
115 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
116
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
117
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
118 div.head {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
119 border: 1px solid black;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
120 background-color: #fff;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
121 text-align: center;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
122 height:50px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
123 padding:10px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
124 margin-left:-50px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
125 margin-right:-50px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
126
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
127 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
128
79
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
129 div.intro {
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
130 border: 1px solid black;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
131 background-color: #fff;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
132 text-align: center;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
133 align: center;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
134 height:250px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
135 padding:10px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
136 margin-left:50px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
137 margin-right:50px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
138
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
139 }
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
140
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
141 div.intro div.left_block {
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
142 margin:3px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
143 padding: 2px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
144 position: relative;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
145 left: 15px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
146 width: 400px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
147 height: 150px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
148 background-color:#bbbbff;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
149 text-align: center;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
150 }
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
151
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
152 div.intro div.right_block {
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
153 margin:3px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
154 padding: 2px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
155 position: relative;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
156 right: -460px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
157 top: -157px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
158 width: 400px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
159 height: 150px;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
160 background-color:#bbbbff;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
161 text-align: center;
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
162 }
a0a715552e3a new intro page
fknauft
parents: 63
diff changeset
163
63
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
164 #login {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
165 background-color: #ffcccc;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
166 width: 280px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
167 float:right;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
168 padding:10px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
169 text-align:center;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
170 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
171
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
172
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
173 h5 {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
174 margin-top: 30px;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
175 clear:both;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
176 }
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
177
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
178 a:visited {
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
179 color: blue;
7f008e782563 add gui files to product via FileSystemSite
casties
parents:
diff changeset
180 }