Changeset 556 for trunk/styles
- Timestamp:
- Mar 29, 2009, 6:45:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/style.css
r554 r556 1 /* CSS Document */2 body {3 height: 100%;4 background-color: black;5 margin-top: -10px;6 }7 #page {8 width: 982px;9 min-height:100%;10 height:auto !important;11 height:100%;12 background-image: url(../imgs/web/middle.jpg);13 position: absolute;14 top: 0px;15 right: 50%;16 margin-right: -491px;17 margin-bottom: 0px;18 }19 #top {20 top: 174px;21 height: 90px;22 background-image: url(../imgs/web/top_menu.jpg);23 }24 #footer {25 position: absolute;26 top: 100%;27 width: 982px;28 height: 100px;29 margin-top: -100px;30 background-image: url(../imgs/web/bottom.jpg);31 z-index: 1;32 }33 #copyright {34 margin-left: 140px;35 font-size:12px;36 }37 #menu {38 top: 200px;39 width: 150px;40 margin-left: 110px;41 margin-top: -50px;42 height: auto;43 text-align: justify;44 padding-bottom: 100px;45 z-index: 5;46 float: left;47 }48 #content {49 top: 200px;50 width: 540px;51 margin-left: 60px;52 margin-top: -50px;53 height: auto;54 text-align: justify;55 padding-bottom: 100px;56 z-index: 5;57 float: left;58 }59 #mainmenu a {60 display: block;61 width: 150px;62 height: 33px;63 line-height: 33px;64 margin-top: -21px;65 overflow: hidden;66 color: white;67 font-weight: bold;68 font-family: Verdana;69 font-size: 12px;70 background-image: URL('../imgs/web/deselected.jpg');71 text-decoration: none;72 text-align: center;73 margin-bottom: 1px;74 }75 =======76 1 body 77 2 { … … 165 90 } 166 91 167 >>>>>>> .r552168 92 #mainmenu a:hover 169 93 { … … 241 165 border-style: solid; 242 166 width: 500px; 243 margin-left: auto;244 margin-right: auto;245 text-align: center;167 margin-left: auto; 168 margin-right: auto; 169 text-align: center; 246 170 } 247 171 … … 253 177 } 254 178 179 .gmlog 180 { 181 margin-left: auto; 182 margin-right: auto; 183 text-align: center; 184 border-width: 2px; 185 border-style: solid; 186 } 187 188 .gmlog th 189 { 190 border-width: 1px; 191 border-style: solid; 192 } 193 194 .gmlog td 195 { 196 text-align: center; 197 border-width: 1px; 198 border-style: solid; 199 } 200 255 201 .Banners 256 202 { … … 262 208 border-width: 0px; 263 209 } 210 211 .DownloadTable 212 { 213 margin-left: auto; 214 margin-right: auto; 215 text-align: left; 216 border-collapse: collapse; 217 width: 90%; 218 }
Note:
See TracChangeset
for help on using the changeset viewer.