source: Dev/trunk/css/awesome.css @ 68

Last change on this file since 68 was 68, checked in by fpvanagthoven, 14 years ago

Pipeline now gets submitted

File size: 6.9 KB
Line 
1/*
2    Document   : style
3    Created on : 12-jul-2011, 15:12:02
4    Author     : fpvanagthoven
5    Description:
6        Purpose of the stylesheet follows.
7*/
8
9/*
10   TODO customize this sample style
11   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
12*/
13
14h1 {
15    width: 100%;
16    text-align: center;
17    color: white;
18    text-shadow: #888 0px 0px 1em;
19    margin: 0 0 0.1em 0;
20}
21
22h2 {
23    margin: 0;
24    font-size: larger;
25}
26
27h3 {
28    margin: 0;
29    font-size: small;
30    font-weight: normal;
31    color: #333;
32}
33
34legend {
35    padding-left: 0em;
36    color: #fff;
37    text-shadow: #000 0px 0px .4em;
38}
39
40fieldset {
41    background-color: #aeb2b3;
42    border: 1px solid #fff;
43    -moz-border-radius: 15px;
44    border-radius: 15px;
45    margin-bottom: 2em;
46    padding: 0 1em 1em 1em;
47    -moz-box-shadow: 2px 2px 1px #888;
48    -webkit-box-shadow: 2px 2px 1px #888;
49    box-shadow: 2px 2px 1px #888;
50}
51html {
52    background-image: url('../images/bg/blueishgridblock.png');
53    height: 100%;
54}
55
56root {
57    display: block;
58}
59
60body {
61    font-family: sans-serif;
62    background-image: url('../images/bg/blueishgrid.png');
63    background-repeat: repeat-x;
64    margin: 0;
65    padding: 0;
66    height: 100%;
67}
68
69input {
70    background-color: #c6c6c6;
71    border: 1px solid #888;
72}
73
74textarea {
75    background-color: #c6c6c6;
76    border: 1px solid #888;
77}
78
79select {
80    background-color: #c6c6c6;
81    border: 1px solid #888;
82}
83
84#wrapper {
85    width: 80%;
86    min-width: 570px;
87    margin: auto;
88}
89
90#header {
91    height: 4em;
92    background-color: transparent;
93}
94
95#logo{
96    background-image: url('../images/headlogo.png');
97    background-position: top center;
98    background-repeat: no-repeat;
99    font-size: 2em;
100    font-weight: bold;
101    text-align: center;
102    line-height: 2em;
103    text-shadow: #555 0px 0px .2em;
104    height: 189px;
105}
106
107#logo a {
108    text-decoration: none;
109    color: #ddd;
110}
111
112#logo a:hover {
113    color: #fff;
114}
115
116#content {
117    position: relative;
118    width: 100%;
119    padding: 2em 0;
120}
121
122
123
124/* ##################################################################
125   ===================== STYLESHEET OF GLORY ======================== */
126
127.creation {
128    position: relative;
129    min-height: 10em;
130    background-image: url('../images/bg/graygradient.png');
131    background-repeat: repeat-x;
132    background-color: #aeb2b3;
133    -moz-border-radius: 15px;
134    border-radius: 15px;
135    -moz-box-shadow: 2px 2px 2px #888;
136    -webkit-box-shadow: 2px 2px 2px #888;
137    box-shadow: 2px 2px 2px #888;
138    padding: 2em;
139    border: 1px solid white;
140}
141
142#surveyHead {
143    position: relative;
144    width: 100%;
145}
146
147#surveyTitle {
148
149}
150
151#surveyTitle:hover {
152
153}
154
155.titleBox {
156    width: 17em;
157    font-size: large;
158    color: #555;
159}
160
161.titleBox:hover {
162    color: black;
163}
164
165#surveyDescription {
166
167}
168
169.descriptionBox {
170    display: block;
171    width: 30em;
172    max-width: 30em;
173    font-family: sans-serif;
174    color: #555;
175}
176
177#timeStamp {
178    position: absolute;
179    color: #333;
180    font-size: small;
181    right: 6em;
182    top: 0;
183    line-height: 2.3em;
184}
185
186#surveySaveButton {
187    position: absolute;
188    top: 0;
189    right: 0;
190    width: 5em;
191}
192
193#surveyDescription:hover {
194    color: black;
195}
196
197#surveyLink {
198    position: absolute;
199    top: -2em;
200    right: 0;
201    font-size: x-small;
202    color: #333;
203    width: 30em;
204    border-color: transparent;
205    background-color: transparent;
206}
207
208#questionsDiv {
209    margin-top: 2em;
210}
211
212.answersDiv {
213    margin-left: 0.5em;
214}
215
216#submitSurvey {
217    display: block;
218    height: 3em;
219    width: 10em;
220    margin-top: 2em;
221    background-color: #aeb2b3;
222    border: 1px solid white;
223}
224
225#submitSurvey:hover {
226    background-color: #e3eff3;
227    color: #111;
228    border-color: deepskyblue;
229}
230
231#submitSurvey:active {
232    background-color: #fff;
233    border-style: inset;
234    border-color: orange;
235}
236
237#addQuestionButton {
238    margin-top: 1em;
239    width: 20em;
240}
241
242#addOpt {
243    margin-left: 1em;
244}
245
246
247.surveyButton {
248    color: #444;
249    font-weight: bold;
250    background-color: transparent;
251    border: 1px solid #555;
252    -moz-border-radius: 6px;
253    border-radius: 6px;
254}
255
256.bigSurveyButton {
257    margin-top: 1px;
258    height: 3em;
259    width: 12em;
260}
261
262.surveyButton:hover {
263    background-color: #e3eff3;
264    color: #111;
265    border-color: deepskyblue;
266}
267
268.surveyButton:active {
269    background-color: #fff;
270    border-style: inset;
271    border-color: orange;
272}
273
274.question { 
275    margin-top: 3em;
276    border-top: 1px solid #ddd;
277    text-shadow: #fff 0px 0px 1px;
278}
279
280.questionTable td{
281    width: 8em;
282}
283
284.questionTable th{
285    text-align: left;
286}
287
288label {
289    font-size: small;
290    font-weight: bold;
291    color: #555;
292}
293
294
295
296/* ##################################################################
297   ===================== STYLESHEET OF GLORY ======================== */
298
299.menu {
300    width: 30em;
301    margin: 1em auto 0 auto;
302    padding: 2em;
303    text-align: center;
304    background-image: url('../images/bg/graygradient.png');
305    background-repeat: repeat-x;
306    background-color: #aeb2b3;
307    -moz-border-radius: 15px;
308    border-radius: 15px;
309    border: 1px solid white;
310}
311
312.menuButtons {
313    float: left;
314}
315
316.toLoad {
317    background-color: #c6c6c6;
318    width: 23em;
319    height: 10em;
320}
321
322/* ##################################################################
323   ===================== STYLESHEET OF GLORY ======================== */
324.padding2em {
325    padding: 2em;
326}
327
328.topMargin {
329    margin-top: 2em;
330}
331
332.leftPadding {
333    padding-left: 2em;
334}
335
336.leftPadding1 {
337    padding-left: 1em;
338}
339
340.noPadding {
341    padding: 0;
342}
343
344.centerBoxed {
345    margin: 1em auto;
346    width: 30em;
347    text-align: center;
348    padding: 0 1em;
349    font-size: small;
350    color: white;
351    /*    border: 1px solid gray;*/
352}
353
354.nextLine {
355    display: block;
356}
357
358.leftAlign {
359    text-align: left;
360}
361
362.width100p {
363    width: 100%;
364}
365
366/* ##################################################################
367   ===================== STYLESHEET OF GLORY ======================== */
368
369.answerBox {
370    padding-left: 1em;
371}
372
373.textBox {
374    width: 20em;
375}
376
377.intBox {
378    width: 5em;
379    margin: 0 .3em;
380    border: 1px solid #abadb3;
381}
382
383.scaleLabel {
384    display: inline;
385    color: #333;
386}
387
388.questionTitle {
389
390}
391
392.questionDescription {
393    font-size: small;
394}
395
396.topRight {
397    position: absolute;
398    top: 2.3em;
399    right: 2.3em;
400    padding-left: 1em;
401    padding-right: 1em;
402}
403
404/* ##################################################################
405   ===================== STYLESHEET OF GLORY ======================== */
406#sessionCreationForm {
407    padding-bottom: 16em;
408}
409
410#pipelineWrapper {
411    float: left;
412    width: 40%;
413}
414
415.pipelineHead {
416    margin-top: 1em;
417    text-shadow: #fff 0px 0px 1px;
418}
419
420#pipeline {
421    display: block;
422    width: 100%;
423    height: 15em;
424    overflow: hidden;
425}
426
427#surveysList {
428    height: 15em;
429}
430
431#applicationsList {
432    height: 15em;
433}
434
435.pipelineButton {
436
437}
438
439#surveysApplicationsWrapper {
440    float: left;
441    width: 60%;
442}
443
444#surveysForPipelineWrapper {
445    float: left;
446    width: 50%;
447}
448
449#applicationsForPipelineWrapper {
450    float: left;
451    width: 50%;
452}
Note: See TracBrowser for help on using the repository browser.