Changeset 583 for trunk/styles
- Timestamp:
- May 7, 2009, 9:15:17 AM (16 years ago)
- Location:
- trunk/styles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/ie.css
r405 r583 1 1 /* CSS Document */ 2 #footer { 3 width: 982px; 4 margin-left: -865px; 2 #footer 3 { 4 width: 982px; 5 margin-left: -865px; 5 6 align : center; 6 7 } 7 8 8 #menu { 9 margin-left: 110px; 10 } 11 #content { 12 margin-left: 65px; 13 } 9 #menu 10 { 11 margin-left: 110px; 12 } 13 14 #content 15 { 16 margin-left: 65px; 17 } -
trunk/styles/style.css
r581 r583 6 6 } 7 7 8 .textinput 9 { 10 width: 130px; 11 } 12 8 13 #page 9 14 { 10 15 width: 982px; 11 min-height: 100%;12 height: auto !important;13 height: 100%;16 min-height: 100%; 17 height: auto !important; 18 height: 100%; 14 19 background-image: url(../imgs/web/middle.jpg); 15 20 position: absolute; … … 117 122 table 118 123 { 119 border-collapse: collapse 124 border-collapse: collapse; 120 125 border-color: rgb(48,48,48); 121 126 } … … 124 129 { 125 130 height: 174px; 126 background-image: url(imgs/web/headers/header'.rand(0, $num_headers - 1).'.jpg);127 131 } 128 132 … … 175 179 } 176 180 177 . gmlog181 .BaseTable 178 182 { 179 183 margin-left: auto; … … 185 189 } 186 190 187 . gmlogth191 .BaseTable th 188 192 { 189 193 border-width: 1px 1px 1px 1px; … … 192 196 } 193 197 194 . gmlogtd198 .BaseTable td 195 199 { 196 200 text-align: center; … … 219 223 } 220 224 225 .DownloadTable th 226 { 227 border-bottom-width: thin; 228 border-bottom-color: white; 229 border-bottom-style: solid; 230 } 231 221 232 .h10 222 233 { … … 233 244 } 234 245 246 .PageTitle 247 { 248 text-align: center; 249 } 250 251 .GMTeamTable 252 { 253 margin-left: auto; 254 margin-right: auto; 255 text-align: center; 256 border-width: 0px 0px 1px 0px; 257 border-style: solid; 258 border-color: black; 259 } 260 261 .GMTeamTable th 262 { 263 border-width: 0px; 264 border-style: solid; 265 border-color: black; 266 text-align: left; 267 font-weight: normal; 268 } 269 270 .GMTeamTable td 271 { 272 text-align: center; 273 border-width: 0px; 274 border-style: solid; 275 border-color: black; 276 text-align: left; 277 font-weight: bold; 278 } 279 280 .GMTeamTable tr.start td 281 { 282 border-width: 1px 0px 0px 0px; 283 border-style: solid; 284 border-color: black; 285 } 286 287 .GMTeamTable tr.start th 288 { 289 border-width: 1px 0px 0px 0px; 290 border-style: solid; 291 border-color: black; 292 }
Note:
See TracChangeset
for help on using the changeset viewer.