[36] | 1 | html * { |
---|
| 2 | margin: 0; |
---|
| 3 | /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */ |
---|
| 4 | |
---|
| 5 | } |
---|
| 6 | |
---|
| 7 | /* GENERAL */ |
---|
| 8 | |
---|
| 9 | .spinner { |
---|
| 10 | padding: 5px; |
---|
| 11 | position: absolute; |
---|
| 12 | right: 0; |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | body { |
---|
| 16 | background: #fff; |
---|
| 17 | color: #333; |
---|
| 18 | font: 11px verdana, arial, helvetica, sans-serif; |
---|
| 19 | background: transparent url("../images/brushed_metal.png") repeat fixed center; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | #wrapper { |
---|
| 23 | margin: 0 auto; |
---|
| 24 | padding: 0; |
---|
| 25 | width: 1024px; |
---|
| 26 | text-align: left; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | #content { |
---|
| 30 | padding: 0px 20px 20px; |
---|
| 31 | background: url("../images/Contentbg.png") repeat-y scroll center; |
---|
| 32 | width: 980px; |
---|
| 33 | height: 100%; |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | #Header { |
---|
| 37 | background: transparent url("../images/logo.png") no-repeat scroll center; |
---|
| 38 | width: 980px; |
---|
[40] | 39 | height: 200px; |
---|
[36] | 40 | } |
---|
| 41 | |
---|
| 42 | a:link, a:visited, a:hover { |
---|
| 43 | color: #666; |
---|
| 44 | font-weight: bold; |
---|
| 45 | text-decoration: none; |
---|
| 46 | } |
---|
| 47 | |
---|
| 48 | h1 { |
---|
| 49 | color: #006dba; |
---|
| 50 | font-weight: normal; |
---|
| 51 | font-size: 16px; |
---|
| 52 | margin: .8em 0 .3em 0; |
---|
| 53 | } |
---|
| 54 | |
---|
| 55 | ul { |
---|
| 56 | padding-left: 15px; |
---|
| 57 | } |
---|
| 58 | |
---|
| 59 | input, select, textarea { |
---|
| 60 | background-color: #fcfcfc; |
---|
| 61 | border: 1px solid #ccc; |
---|
| 62 | font: 11px verdana, arial, helvetica, sans-serif; |
---|
| 63 | margin: 2px 0; |
---|
| 64 | padding: 2px 4px; |
---|
| 65 | } |
---|
| 66 | select { |
---|
| 67 | padding: 2px 2px 2px 0; |
---|
| 68 | } |
---|
| 69 | textarea { |
---|
| 70 | width: 250px; |
---|
| 71 | height: 150px; |
---|
| 72 | vertical-align: top; |
---|
| 73 | } |
---|
| 74 | |
---|
| 75 | input:focus, select:focus, textarea:focus { |
---|
| 76 | border: 1px solid #b2d1ff; |
---|
| 77 | } |
---|
| 78 | |
---|
| 79 | .body { |
---|
| 80 | padding: 0px 20px 20px; |
---|
[37] | 81 | background: url("images/Contentbg.png") repeat-y scroll center; |
---|
[36] | 82 | height: 100%; |
---|
| 83 | } |
---|
| 84 | |
---|
| 85 | /* NAVIGATION MENU */ |
---|
| 86 | |
---|
| 87 | .nav { |
---|
[41] | 88 | |
---|
[37] | 89 | padding-top: 7px; |
---|
[41] | 90 | background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; |
---|
| 91 | border: 1px solid #ccc; |
---|
| 92 | border-style: solid none solid none; |
---|
| 93 | padding: 5px 0px 5px 0px; |
---|
| 94 | max-width: 957px; |
---|
[36] | 95 | } |
---|
| 96 | |
---|
[40] | 97 | .appcontrol { |
---|
| 98 | text-align: right; |
---|
| 99 | padding: 5px 160px 5px 5px |
---|
| 100 | } |
---|
| 101 | |
---|
| 102 | .appcontrolButton { |
---|
| 103 | font-size: 10px; |
---|
| 104 | padding: 5px 5px; |
---|
| 105 | } |
---|
| 106 | |
---|
[41] | 107 | /*.nav a{ |
---|
[37] | 108 | background: url("../images/linkPanel.png") no-repeat top; |
---|
| 109 | display: inline-block; |
---|
| 110 | width: 140px; |
---|
| 111 | height: 40px; |
---|
[41] | 112 | text-decoration: none; |
---|
| 113 | }*/ |
---|
[37] | 114 | |
---|
[36] | 115 | .menuButton { |
---|
| 116 | font-size: 10px; |
---|
| 117 | padding: 0 5px; |
---|
| 118 | } |
---|
| 119 | .menuButton a { |
---|
| 120 | color: #333; |
---|
[37] | 121 | padding: 14px 25px; |
---|
[36] | 122 | } |
---|
| 123 | .menuButton a.home { |
---|
[37] | 124 | /*background: url(../images/skin/house.png) center left no-repeat;*/ |
---|
[36] | 125 | color: #333; |
---|
[37] | 126 | /*padding: 25px;*/ |
---|
[36] | 127 | } |
---|
| 128 | .menuButton a.list { |
---|
[37] | 129 | /*background: url(../images/skin/database_table.png) center left no-repeat;*/ |
---|
[36] | 130 | color: #333; |
---|
[37] | 131 | /*padding-left: 25px;*/ |
---|
[36] | 132 | } |
---|
| 133 | .menuButton a.create { |
---|
[37] | 134 | /*background: url(../images/skin/database_add.png) center left no-repeat;*/ |
---|
[36] | 135 | color: #333; |
---|
[37] | 136 | /*padding-left: 25px;*/ |
---|
[36] | 137 | } |
---|
| 138 | |
---|
| 139 | /* MESSAGES AND ERRORS */ |
---|
| 140 | |
---|
| 141 | .message { |
---|
| 142 | background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat; |
---|
| 143 | border: 1px solid #b2d1ff; |
---|
| 144 | color: #006dba; |
---|
| 145 | margin: 10px 0 5px 0; |
---|
| 146 | padding: 5px 5px 5px 30px |
---|
| 147 | } |
---|
| 148 | |
---|
| 149 | div.errors { |
---|
| 150 | background: #fff3f3; |
---|
| 151 | border: 1px solid red; |
---|
| 152 | color: #cc0000; |
---|
| 153 | margin: 10px 0 5px 0; |
---|
| 154 | padding: 5px 0 5px 0; |
---|
| 155 | } |
---|
| 156 | div.errors ul { |
---|
| 157 | list-style: none; |
---|
| 158 | padding: 0; |
---|
| 159 | } |
---|
| 160 | div.errors li { |
---|
| 161 | background: url(../images/skin/exclamation.png) 8px 0% no-repeat; |
---|
| 162 | line-height: 16px; |
---|
| 163 | padding-left: 30px; |
---|
| 164 | } |
---|
| 165 | |
---|
| 166 | td.errors select { |
---|
| 167 | border: 1px solid red; |
---|
| 168 | } |
---|
| 169 | td.errors input { |
---|
| 170 | border: 1px solid red; |
---|
| 171 | } |
---|
| 172 | |
---|
| 173 | /* TABLES */ |
---|
| 174 | |
---|
| 175 | table { |
---|
| 176 | border: 1px solid #ccc; |
---|
| 177 | width: 100% |
---|
| 178 | } |
---|
| 179 | tr { |
---|
| 180 | border: 0; |
---|
| 181 | } |
---|
| 182 | td, th { |
---|
| 183 | font: 11px verdana, arial, helvetica, sans-serif; |
---|
| 184 | line-height: 12px; |
---|
| 185 | padding: 5px 6px; |
---|
| 186 | text-align: left; |
---|
| 187 | vertical-align: top; |
---|
| 188 | } |
---|
| 189 | th { |
---|
| 190 | background: #fff url(../images/skin/shadow.jpg); |
---|
| 191 | color: #666; |
---|
| 192 | font-size: 11px; |
---|
| 193 | font-weight: bold; |
---|
| 194 | line-height: 17px; |
---|
| 195 | padding: 2px 6px; |
---|
| 196 | } |
---|
| 197 | th a:link, th a:visited, th a:hover { |
---|
| 198 | color: #333; |
---|
| 199 | display: block; |
---|
| 200 | font-size: 10px; |
---|
| 201 | text-decoration: none; |
---|
| 202 | width: 100%; |
---|
| 203 | } |
---|
| 204 | th.asc a, th.desc a { |
---|
| 205 | background-position: right; |
---|
| 206 | background-repeat: no-repeat; |
---|
| 207 | } |
---|
| 208 | th.asc a { |
---|
| 209 | background-image: url(../images/skin/sorted_asc.gif); |
---|
| 210 | } |
---|
| 211 | th.desc a { |
---|
| 212 | background-image: url(../images/skin/sorted_desc.gif); |
---|
| 213 | } |
---|
| 214 | |
---|
| 215 | .odd { |
---|
| 216 | background: #f7f7f7; |
---|
| 217 | } |
---|
| 218 | .even { |
---|
| 219 | background: #fff; |
---|
| 220 | } |
---|
| 221 | |
---|
| 222 | /* LIST */ |
---|
| 223 | |
---|
| 224 | .list table { |
---|
| 225 | border-collapse: collapse; |
---|
| 226 | } |
---|
| 227 | .list th, .list td { |
---|
| 228 | border-left: 1px solid #ddd; |
---|
| 229 | } |
---|
| 230 | .list th:hover, .list tr:hover { |
---|
| 231 | background: #b2d1ff; |
---|
| 232 | } |
---|
| 233 | |
---|
| 234 | /* PAGINATION */ |
---|
| 235 | |
---|
| 236 | .paginateButtons { |
---|
| 237 | background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; |
---|
| 238 | border: 1px solid #ccc; |
---|
| 239 | border-top: 0; |
---|
| 240 | color: #666; |
---|
| 241 | font-size: 10px; |
---|
| 242 | overflow: hidden; |
---|
| 243 | padding: 10px 3px; |
---|
| 244 | } |
---|
| 245 | .paginateButtons a { |
---|
| 246 | background: #fff; |
---|
| 247 | border: 1px solid #ccc; |
---|
| 248 | border-color: #ccc #aaa #aaa #ccc; |
---|
| 249 | color: #666; |
---|
| 250 | margin: 0 3px; |
---|
| 251 | padding: 2px 6px; |
---|
| 252 | } |
---|
| 253 | .paginateButtons span { |
---|
| 254 | padding: 2px 3px; |
---|
| 255 | } |
---|
| 256 | |
---|
| 257 | /* DIALOG */ |
---|
| 258 | |
---|
| 259 | .dialog table { |
---|
| 260 | padding: 5px 0; |
---|
| 261 | } |
---|
| 262 | |
---|
| 263 | .prop { |
---|
| 264 | padding: 5px; |
---|
| 265 | } |
---|
| 266 | .prop .name { |
---|
| 267 | text-align: left; |
---|
| 268 | width: 15%; |
---|
| 269 | white-space: nowrap; |
---|
| 270 | } |
---|
| 271 | .prop .value { |
---|
| 272 | text-align: left; |
---|
| 273 | width: 85%; |
---|
| 274 | } |
---|
| 275 | |
---|
| 276 | /* ACTION BUTTONS */ |
---|
| 277 | |
---|
| 278 | .buttons { |
---|
| 279 | background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; |
---|
| 280 | border: 1px solid #ccc; |
---|
| 281 | color: #666; |
---|
| 282 | font-size: 10px; |
---|
| 283 | margin-top: 5px; |
---|
| 284 | overflow: hidden; |
---|
| 285 | padding: 0; |
---|
| 286 | } |
---|
| 287 | |
---|
| 288 | .buttons input { |
---|
| 289 | background: #fff; |
---|
| 290 | border: 0; |
---|
| 291 | color: #333; |
---|
| 292 | cursor: pointer; |
---|
| 293 | font-size: 10px; |
---|
| 294 | font-weight: bold; |
---|
| 295 | margin-left: 3px; |
---|
| 296 | overflow: visible; |
---|
| 297 | padding: 2px 6px; |
---|
| 298 | } |
---|
| 299 | .buttons input.delete { |
---|
| 300 | background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat; |
---|
| 301 | padding-left: 28px; |
---|
| 302 | } |
---|
| 303 | .buttons input.edit { |
---|
| 304 | background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat; |
---|
| 305 | padding-left: 28px; |
---|
| 306 | } |
---|
| 307 | .buttons input.save { |
---|
| 308 | background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat; |
---|
| 309 | padding-left: 28px; |
---|
[38] | 310 | } |
---|
| 311 | |
---|
| 312 | #bottom { |
---|
| 313 | background: url("../images/bottomBg.png") no-repeat scroll center; |
---|
| 314 | width: 1020px; |
---|
| 315 | height: 100px; |
---|
[36] | 316 | } |
---|