Team:Tsinghua
From 2010.igem.org
(Difference between revisions)
Line 149: | Line 149: | ||
left:50%; | left:50%; | ||
margin-left: -508px; | margin-left: -508px; | ||
+ | margin-right: 200px; | ||
background: url(header-images/header1-1.png) no-repeat; | background: url(header-images/header1-1.png) no-repeat; | ||
width:936px; | width:936px; | ||
padding:0 40px; | padding:0 40px; | ||
z-index:5; | z-index:5; | ||
+ | } | ||
+ | .navmask{ | ||
+ | position:absolute; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | background-color:#000; | ||
+ | opacity:0.3; | ||
+ | filter:alpha(opacity=30); | ||
+ | display:none; | ||
+ | -moz-border-radius: 4px; | ||
+ | -webkit-border-radius: 5px; | ||
+ | border-bottom:2px solid #eee; | ||
+ | border-right:2px solid #ddd; | ||
+ | } | ||
+ | #topbarul a:hover .navmask{ | ||
+ | display:block | ||
} | } | ||
</style></head> | </style></head> |
Revision as of 14:26, 3 July 2010
|
|