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

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

Application should now just be RDF-saved. Beginning on DashboardTool?.php.

File size: 7.5 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.padding1em {
329        padding: 1em;
330}
331
332.topMargin {
333    margin-top: 2em;
334}
335
336.leftPadding {
337    padding-left: 2em;
338}
339
340.leftPadding1 {
341    padding-left: 1em;
342}
343
344.noPadding {
345    padding: 0;
346}
347
348.centerBoxed {
349    margin: 1em auto;
350    width: 30em;
351    text-align: center;
352    padding: 0 1em;
353    font-size: small;
354    color: white;
355    /*    border: 1px solid gray;*/
356}
357
358.nextLine {
359    display: block;
360}
361
362.leftAlign {
363    text-align: left;
364}
365
366.width100p {
367    width: 100%;
368}
369
370/* ##################################################################
371   ===================== STYLESHEET OF GLORY ======================== */
372
373.answerBox {
374    padding-left: 1em;
375}
376
377.textBox {
378    width: 20em;
379}
380
381.intBox {
382    width: 5em;
383    margin: 0 .3em;
384    border: 1px solid #abadb3;
385}
386
387.scaleLabel {
388    display: inline;
389    color: #333;
390}
391
392.questionTitle {
393
394}
395
396.questionDescription {
397    font-size: small;
398}
399
400.topRight {
401    position: absolute;
402    top: 2.3em;
403    right: 2.3em;
404    padding-left: 1em;
405    padding-right: 1em;
406}
407
408.borderRadius {
409        -moz-border-radius: 15px;
410    border-radius: 15px;
411}
412
413.boxShadow {
414        -moz-box-shadow: 2px 2px 2px #888;
415    -webkit-box-shadow: 2px 2px 2px #888;
416    box-shadow: 2px 2px 2px #888;
417}
418
419/* ##################################################################
420   ===================== STYLESHEET OF GLORY ======================== */
421#sessionCreationForm {
422    padding-bottom: 16em;
423}
424
425#pipelineWrapper {
426    float: left;
427    width: 40%;
428}
429
430.pipelineHead {
431    margin-top: 1em;
432    text-shadow: #fff 0px 0px 1px;
433}
434
435#pipeline {
436    display: block;
437    width: 100%;
438    height: 15em;
439    overflow: hidden;
440}
441
442#surveysList {
443    height: 15em;
444}
445
446#applicationsList {
447    height: 15em;
448}
449
450.pipelineButton {
451
452}
453
454#surveysApplicationsWrapper {
455    float: left;
456    width: 60%;
457}
458
459#surveysForPipelineWrapper {
460    float: left;
461    width: 50%;
462}
463
464#applicationsForPipelineWrapper {
465    float: left;
466    width: 50%;
467}
468
469/* ##################################################################
470   ===================== STYLESHEET OF GLORY ======================== */
471.resultsDiv {
472        height: 10em;
473        border: 1px solid white;
474}
475
476.resultDiv {
477        width: 10em;
478        height: 10em;
479        border: 1px solid white;
480        background-color: #c6c6c6;
481        float: left;
482        margin-left: 2em;
483}
Note: See TracBrowser for help on using the repository browser.