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

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

QuestionCreationTool? inputs

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