[233] | 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 | h1 { |
---|
| 14 | width: 100%; |
---|
| 15 | text-align: center; |
---|
| 16 | color: white; |
---|
| 17 | text-shadow: #888 0px 0px 1em; |
---|
| 18 | margin: 0 0 0.1em 0; |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | h2 { |
---|
| 22 | margin: 0; |
---|
| 23 | font-size: larger; |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | h3 { |
---|
| 27 | margin: 0; |
---|
| 28 | font-size: small; |
---|
| 29 | font-weight: normal; |
---|
| 30 | color: #333; |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | legend { |
---|
| 34 | padding-left: 0em; |
---|
| 35 | color: #fff; |
---|
| 36 | text-shadow: #000 0px 0px .4em; |
---|
| 37 | } |
---|
| 38 | |
---|
| 39 | fieldset { |
---|
| 40 | background-color: #aeb2b3; |
---|
| 41 | border: 1px solid #fff; |
---|
| 42 | -moz-border-radius: 1em; |
---|
| 43 | border-radius: 1em; |
---|
| 44 | margin-bottom: 2em; |
---|
| 45 | padding: 0 1em 1em 1em; |
---|
| 46 | -moz-box-shadow: 2px 2px 1px #888; |
---|
| 47 | -webkit-box-shadow: 2px 2px 1px #888; |
---|
| 48 | box-shadow: 2px 2px 1px #888; |
---|
| 49 | } |
---|
| 50 | html { |
---|
| 51 | background-image: url('../images/bg/blueishgridblock.png'); |
---|
| 52 | height: 100%; |
---|
| 53 | font-size: 12px; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | root { |
---|
| 57 | display: block; |
---|
| 58 | } |
---|
| 59 | |
---|
| 60 | body { |
---|
| 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 | |
---|
| 69 | input { |
---|
| 70 | background-color: #c6c6c6; |
---|
| 71 | border: 1px solid #888; |
---|
| 72 | } |
---|
| 73 | |
---|
| 74 | textarea { |
---|
| 75 | background-color: #c6c6c6; |
---|
| 76 | border: 1px solid #888; |
---|
| 77 | } |
---|
| 78 | |
---|
| 79 | select { |
---|
| 80 | background-color: #c6c6c6; |
---|
| 81 | border: 1px solid #888; |
---|
| 82 | } |
---|
| 83 | |
---|
| 84 | #wrapper { |
---|
| 85 | width: 80%; |
---|
| 86 | min-width: 800px; |
---|
| 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 | padding-top: 15px; |
---|
| 103 | /*line-height: 2em;*/ |
---|
| 104 | text-shadow: #555 0px 0px .2em; |
---|
| 105 | height: 189px; |
---|
| 106 | } |
---|
| 107 | |
---|
| 108 | #logo a { |
---|
| 109 | text-decoration: none; |
---|
| 110 | color: #ddd; |
---|
| 111 | } |
---|
| 112 | |
---|
| 113 | #logo a:hover { |
---|
| 114 | color: #fff; |
---|
| 115 | } |
---|
| 116 | |
---|
| 117 | #content { |
---|
| 118 | position: relative; |
---|
| 119 | width: 100%; |
---|
| 120 | padding: 2em 0; |
---|
| 121 | } |
---|
| 122 | |
---|
| 123 | /* ################################################################## |
---|
| 124 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
| 125 | |
---|
| 126 | .menu { |
---|
| 127 | width: 30em; |
---|
| 128 | margin: 1em auto 0 auto; |
---|
| 129 | padding: 2em; |
---|
| 130 | text-align: center; |
---|
| 131 | background-image: url('../images/bg/graygradient.png'); |
---|
| 132 | background-repeat: repeat-x; |
---|
| 133 | background-color: #aeb2b3; |
---|
| 134 | -moz-border-radius: 15px; |
---|
| 135 | border-radius: 15px; |
---|
| 136 | border: 1px solid white; |
---|
| 137 | } |
---|
| 138 | |
---|
| 139 | .selectionmenu { |
---|
| 140 | padding: 2em; |
---|
| 141 | margin: 1em; |
---|
| 142 | width:20%; |
---|
| 143 | height: 25%; |
---|
| 144 | overflow: auto; |
---|
| 145 | text-align: center; |
---|
| 146 | background-image: url('../images/bg/graygradient.png'); |
---|
| 147 | background-repeat: repeat-x; |
---|
| 148 | background-color: #aeb2b3; |
---|
| 149 | -moz-border-radius: 15px; |
---|
| 150 | border-radius: 15px; |
---|
| 151 | border: 1px solid white; |
---|
| 152 | float: left; |
---|
| 153 | } |
---|
| 154 | |
---|
| 155 | .menuButtons { |
---|
| 156 | float: left; |
---|
| 157 | } |
---|
| 158 | |
---|
| 159 | .toLoad { |
---|
| 160 | background-color: #c6c6c6; |
---|
| 161 | width: 23em; |
---|
| 162 | height: 10em; |
---|
| 163 | } |
---|
| 164 | |
---|
| 165 | .feedback { |
---|
| 166 | color: #fff; |
---|
| 167 | font-size: 30px; |
---|
| 168 | float: right; |
---|
| 169 | } |
---|
| 170 | |
---|
| 171 | .radarGraph { |
---|
| 172 | width: 35em; |
---|
| 173 | margin: 1em auto 0 auto; |
---|
| 174 | padding: 2em; |
---|
| 175 | text-align: center; |
---|
| 176 | background-image: url('../images/bg/graygradient.png'); |
---|
| 177 | background-repeat: repeat-x; |
---|
| 178 | background-color: #aeb2b3; |
---|
| 179 | -moz-border-radius: 15px; |
---|
| 180 | border-radius: 15px; |
---|
| 181 | border: 1px solid white; |
---|
| 182 | text-orientation: center; |
---|
| 183 | } |
---|
| 184 | |
---|
| 185 | |
---|
| 186 | |
---|
| 187 | |
---|
| 188 | |
---|