bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/0.1
9.5.1
by galaxyAbstractor
Moved shared js, css and php, updated all paths in DuggaSys. |
1 |
a{ |
2 |
display: block; |
|
3 |
text-decoration: none; |
|
4 |
color:#000; |
|
5 |
padding: 3px 0; |
|
6 |
font-weight: bold; |
|
7 |
}
|
|
8 |
||
9 |
strong{ |
|
10 |
text-decoration: underline; |
|
11 |
}
|
|
12 |
||
13 |
/*
|
|
14 |
.weaponsForms, .addAlienForm, .classifySpecies{
|
|
15 |
float: left;
|
|
16 |
width: 224px;
|
|
17 |
margin: 15px;
|
|
18 |
display:block;
|
|
19 |
border: 1px solid #000;
|
|
20 |
background: #dde;
|
|
21 |
}
|
|
22 |
||
23 |
.classifySpecies{
|
|
24 |
width: 275px;
|
|
25 |
}
|
|
26 |
||
27 |
.addAlienForm{
|
|
28 |
width: 325px;
|
|
29 |
margin-left: auto;
|
|
30 |
margin-right: auto;
|
|
31 |
}
|
|
32 |
||
33 |
.weaponsForms{
|
|
34 |
width: 374px;
|
|
35 |
}*/
|
|
36 |
/*
|
|
37 |
input,label,select{
|
|
38 |
display:block;
|
|
39 |
}
|
|
40 |
||
41 |
label{
|
|
42 |
margin-top:8px;
|
|
43 |
overflow: auto;
|
|
44 |
padding:0 10px;
|
|
45 |
}
|
|
46 |
||
47 |
input[type="submit"]{ |
|
48 |
margin:10px;
|
|
49 |
}
|
|
50 |
||
51 |
input[type="text"],input[type="submit"], select{ |
|
52 |
float:right;
|
|
53 |
}
|
|
54 |
||
55 |
input,select{
|
|
56 |
width: 200px;
|
|
57 |
}
|
|
58 |
*/
|
|
59 |
form.classifySpecies input,label{ |
|
60 |
float:none; |
|
61 |
margin:8px auto; |
|
62 |
}
|
|
63 |
||
64 |
form.classifySpecies label{ |
|
65 |
text-align: center; |
|
66 |
}
|
|
67 |
||
68 |
tr{ |
|
69 |
background: #ccc; |
|
70 |
}
|
|
71 |
||
72 |
tr:nth-child(even) { |
|
73 |
background: #dde; |
|
74 |
}
|
|
75 |
||
76 |
a:hover{ |
|
77 |
text-decoration:underline; |
|
78 |
}
|
|
79 |
||
80 |
#messages{ |
|
81 |
/*margin: 2px 0;*/ |
|
82 |
}
|
|
83 |
||
84 |
.hiddenMsg{ |
|
85 |
visibility:hidden; |
|
86 |
padding:10px 0 5px; |
|
87 |
}
|
|
88 |
||
89 |
.userMsg,.errorMsg{ |
|
90 |
visibility:visible; |
|
91 |
font-weight: bold; |
|
92 |
text-align:center; |
|
93 |
margin: 1px 0; |
|
94 |
}
|
|
95 |
||
96 |
.userMsg{ |
|
97 |
color:green; |
|
98 |
}
|
|
99 |
||
100 |
.errorMsg{ |
|
101 |
color:red; |
|
102 |
}
|
|
103 |
||
104 |
.dataTable, .dataObjectTable{ |
|
105 |
display: table; |
|
106 |
border:1px solid #000; |
|
107 |
margin-bottom: 20px; |
|
108 |
}
|
|
109 |
||
110 |
.dataTable .tableHeader, .tableData{ |
|
111 |
display: table-cell; |
|
112 |
border:1px solid #000; |
|
113 |
padding:2px 5px; |
|
114 |
white-space: nowrap; |
|
115 |
height: 20px; |
|
116 |
}
|
|
117 |
||
118 |
.dataTable td,th{ |
|
119 |
border:1px solid #000; |
|
120 |
padding:2px 5px; |
|
121 |
white-space: nowrap; |
|
122 |
height: 20px; |
|
123 |
}
|
|
124 |
||
125 |
.dataTable td input{ |
|
126 |
margin:0; |
|
127 |
padding:0 5px; |
|
128 |
/*width:100%;*/ |
|
129 |
}
|
|
130 |
/*
|
|
131 |
.dataTable .dataRow:hover{
|
|
132 |
background-color: #FFF;
|
|
133 |
cursor:pointer;
|
|
134 |
}
|
|
135 |
*/
|
|
136 |
||
137 |
.dataTable .dataRow{ |
|
138 |
display:table-row; |
|
139 |
}
|
|
140 |
||
141 |
.dataTable .headerRow{ |
|
142 |
display:table-row; |
|
143 |
background-color: #bfbfbf; |
|
144 |
}
|
|
145 |
||
146 |
.dataTable .tableCaption{ |
|
147 |
/*font-weight: bold;*/ |
|
148 |
display:table-caption; |
|
149 |
color:#fff; |
|
150 |
background-color: #000; |
|
151 |
font-size:1.2em; |
|
152 |
}
|
|
153 |
||
154 |
||
155 |
.dataTable caption{ |
|
156 |
/*font-weight: bold;*/ |
|
157 |
color:#fff; |
|
158 |
background-color: #000; |
|
159 |
font-size:1.2em; |
|
160 |
}
|
|
161 |
||
162 |
.dataObjectTable caption{ |
|
163 |
/*font-weight: bold;*/ |
|
164 |
color:#fff; |
|
165 |
background-color: #000; |
|
166 |
font-size:1.2em; |
|
167 |
}
|
|
168 |
||
169 |
.dataObjectTable label{ |
|
170 |
display:block; |
|
171 |
float:left; |
|
172 |
padding:5px; |
|
173 |
}
|
|
174 |
||
175 |
.dataObjectTable td,th{ |
|
176 |
border:1px solid #000; |
|
177 |
padding:2px 5px; |
|
178 |
white-space: nowrap; |
|
179 |
height: 20px; |
|
180 |
}
|
|
181 |
||
182 |
.dataObjectTable input[type="submit"]{ |
|
183 |
margin:5px; |
|
184 |
float:right; |
|
185 |
}
|
|
186 |
||
187 |
#wrapper{ |
|
188 |
background-color: #ededed; |
|
189 |
/*overflow:auto;*/ |
|
190 |
/*width:100%*/ |
|
191 |
display:inline-block; |
|
192 |
margin: 15px 0 50px; |
|
193 |
min-width:100%; |
|
194 |
}
|
|
195 |
||
196 |
#menu, #content, #footer{ |
|
197 |
border:1px solid #999; |
|
198 |
background:#CCC; |
|
199 |
}
|
|
200 |
||
201 |
table{ |
|
202 |
overflow:auto; |
|
203 |
}
|
|
204 |
||
205 |
#content{ |
|
206 |
margin-bottom: 15px; |
|
207 |
/* overflow:auto;*/ |
|
208 |
/*overflow:hidden;*/ |
|
209 |
||
210 |
padding:15px; |
|
211 |
/*background-image: url('../images/ufo.png');*/ |
|
212 |
background-repeat: no-repeat; |
|
213 |
background-position: center; |
|
214 |
/*width:100%;*/ |
|
215 |
}
|
|
216 |
||
217 |
#menu{ |
|
218 |
/* margin-bottom: 15px;*/ |
|
219 |
padding:5px; |
|
220 |
overflow: auto; |
|
221 |
}
|
|
222 |
||
223 |
#menu form{ |
|
224 |
display:block; |
|
225 |
float: left; |
|
226 |
margin:0; |
|
227 |
padding:0; |
|
228 |
}
|
|
229 |
||
230 |
#menu form input{ |
|
231 |
margin:0; |
|
232 |
padding:0; |
|
233 |
float:left; |
|
234 |
}
|
|
235 |
||
236 |
#menu form.searchForm{ |
|
237 |
display:block; |
|
238 |
|
|
239 |
float: left; |
|
240 |
margin:0 30px 0; |
|
241 |
padding:0; |
|
242 |
}
|
|
243 |
||
244 |
#menu form.searchForm input{ |
|
245 |
margin-top: 5px; |
|
246 |
}
|
|
247 |
||
248 |
#menu a{ |
|
249 |
font-weight: bold; |
|
250 |
color:#000; |
|
251 |
text-decoration: none; |
|
252 |
display:block; |
|
253 |
float: left; |
|
254 |
font-size: 1.5em; |
|
255 |
margin:5px; |
|
256 |
padding:0; |
|
257 |
/*border:1px solid #ccc;*/ |
|
258 |
border-radius:3px; |
|
259 |
}
|
|
260 |
||
261 |
#menu a:hover{ |
|
262 |
background-color: #fff; |
|
263 |
/*box-shadow: 5px 5px #000;*/ |
|
264 |
/*border:1px solid #eee;*/ |
|
265 |
box-shadow: -5px -5px 15px #fff, 5px -5px 20px #fdfdfd, 5px 5px 15px #fcfcfc, -5px 5px 20px #fcfcfc; |
|
266 |
}
|
|
267 |
||
268 |
#menu .logoutForm{ |
|
269 |
float: right; |
|
270 |
}
|
|
271 |
||
272 |
#menu a.currentLink{ |
|
273 |
background-color: #eee; |
|
274 |
box-shadow: -5px -5px 20px #eee, 5px -5px 15px #ededed, 5px 5px 20px #ececec, -5px 5px 15px #ececec; |
|
275 |
/*border:1px solid #999;*/ |
|
276 |
}
|
|
277 |
||
278 |
#footer{ |
|
279 |
padding:15px; |
|
280 |
}
|
|
281 |
||
282 |
#footer p{ |
|
283 |
text-align: center; |
|
284 |
}
|
|
285 |