Changeset 553 for trunk/styles
- Timestamp:
- Mar 29, 2009, 4:10:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/style.css
r551 r553 1 <<<<<<< .mine 2 /* CSS Document */ 3 body { 4 height: 100%; 5 background-color: black; 6 margin-top: -10px; 7 } 8 #page { 9 width: 982px; 10 min-height:100%; 11 height:auto !important; 12 height:100%; 13 background-image: url(../imgs/web/middle.jpg); 14 position: absolute; 15 top: 0px; 16 right: 50%; 17 margin-right: -491px; 18 margin-bottom: 0px; 19 } 20 #top { 21 top: 174px; 22 height: 90px; 23 background-image: url(../imgs/web/top_menu.jpg); 24 } 25 #footer { 26 position: absolute; 27 top: 100%; 28 width: 982px; 29 height: 100px; 30 margin-top: -100px; 31 background-image: url(../imgs/web/bottom.jpg); 32 z-index: 1; 33 } 34 #copyright { 35 margin-left: 140px; 36 font-size:12px; 37 } 38 #menu { 39 top: 200px; 40 width: 150px; 41 margin-left: 110px; 42 margin-top: -50px; 43 height: auto; 44 text-align: justify; 45 padding-bottom: 100px; 46 z-index: 5; 47 float: left; 48 } 49 #content { 50 top: 200px; 51 width: 540px; 52 margin-left: 60px; 53 margin-top: -50px; 54 height: auto; 55 text-align: justify; 56 padding-bottom: 100px; 57 z-index: 5; 58 float: left; 59 } 60 #mainmenu a { 61 display: block; 62 width: 150px; 63 height: 33px; 64 line-height: 33px; 65 margin-top: -21px; 66 overflow: hidden; 67 color: white; 68 font-weight: bold; 69 font-family: Verdana; 70 font-size: 12px; 71 background-image: URL('../imgs/web/deselected.jpg'); 72 text-decoration: none; 73 text-align: center; 74 margin-bottom: 1px; 75 } 76 ======= 1 77 body 2 78 { … … 90 166 } 91 167 168 >>>>>>> .r552 92 169 #mainmenu a:hover 93 170 {
Note:
See TracChangeset
for help on using the changeset viewer.