Rev | Line | |
---|
[10] | 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 | |
---|
| 14 | root { |
---|
| 15 | display: block; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | body { |
---|
| 19 | font-family: sans-serif; |
---|
| 20 | background-color: gainsboro; |
---|
| 21 | margin: 0; |
---|
| 22 | padding: 0; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | #wrapper { |
---|
| 26 | width: 80%; |
---|
| 27 | margin: auto; |
---|
| 28 | } |
---|
| 29 | |
---|
| 30 | #header { |
---|
| 31 | height: 4em; |
---|
| 32 | background-color: slategrey; |
---|
| 33 | } |
---|
| 34 | |
---|
| 35 | #logo { |
---|
| 36 | font-size: 2em; |
---|
| 37 | color: white; |
---|
| 38 | text-align: center; |
---|
| 39 | line-height: 2em; |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | #newSurveyButton{ |
---|
| 43 | height: 3em; |
---|
| 44 | width: 10em; |
---|
| 45 | } |
---|
| 46 | |
---|
| 47 | #content { |
---|
| 48 | position: relative; |
---|
| 49 | width: 100%; |
---|
| 50 | padding: 2em; |
---|
| 51 | } |
---|
| 52 | |
---|
| 53 | #menu { |
---|
| 54 | width: 20em; |
---|
| 55 | margin: auto; |
---|
| 56 | padding: 3em; |
---|
| 57 | text-align: center; |
---|
| 58 | background-color: #E3E3E3; |
---|
| 59 | -moz-border-radius: 15px; |
---|
| 60 | border-radius: 15px; |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | |
---|
Note: See
TracBrowser
for help on using the repository browser.