Template:Zjucss main
From 2011.igem.org
(Difference between revisions)
(16 intermediate revisions not shown) | |||
Line 86: | Line 86: | ||
#contentwrapper{ | #contentwrapper{ | ||
vertical-align:middle; | vertical-align:middle; | ||
- | width:970px;margin:0 auto;text-align:left;position: | + | width:970px;margin:0 auto;text-align:left;position:absolute; |
font-family:'Molengo', sans-serif; | font-family:'Molengo', sans-serif; | ||
+ | background-color:#e9e9e9; | ||
+ | z-index:-3; | ||
} | } | ||
#contentwrapper p{ | #contentwrapper p{ | ||
Line 112: | Line 114: | ||
ul#topnav { | ul#topnav { | ||
- | padding: 0; | + | margin: 0; padding: 0; |
- | margin:10px; | + | margin-top:10px; |
- | + | left:20px; | |
float: left; | float: left; | ||
width: 930px; | width: 930px; | ||
list-style: none; | list-style: none; | ||
position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/ | position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/ | ||
- | + | height: 30px; | |
background:transparent; | background:transparent; | ||
/*background: url(topnav_stretch.gif) repeat-x;*/ | /*background: url(topnav_stretch.gif) repeat-x;*/ | ||
Line 132: | Line 134: | ||
ul#topnav li { | ul#topnav li { | ||
float: left; | float: left; | ||
+ | margin: 0; padding: 0; | ||
+ | |||
border-right: 1px solid #555; /*--Divider for each parent level links--*/ | border-right: 1px solid #555; /*--Divider for each parent level links--*/ | ||
filter:alpha(opacity=50); | filter:alpha(opacity=50); | ||
Line 140: | Line 144: | ||
ul#topnav li a { | ul#topnav li a { | ||
padding: 5px 15px; | padding: 5px 15px; | ||
- | font-size: | + | font-size: 28px; |
display: block; | display: block; | ||
color: #f0f0f0; | color: #f0f0f0; | ||
Line 187: | Line 191: | ||
} | } | ||
ul#topnav span a{ | ul#topnav span a{ | ||
- | font-size: | + | font-size:26px;} |
ul#topnav li:hover span { | ul#topnav li:hover span { | ||
filter:alpha(opacity=90); | filter:alpha(opacity=90); | ||
Line 351: | Line 355: | ||
} | } | ||
.main{ | .main{ | ||
- | background-color:# | + | background-color:#transparent; |
position:static; | position:static; | ||
top:auto; | top:auto; | ||
Line 497: | Line 501: | ||
} | } | ||
#flickr{ | #flickr{ | ||
- | |||
- | |||
} | } | ||
#flickr .blockcontent #player{ | #flickr .blockcontent #player{ | ||
Line 534: | Line 536: | ||
background-image:url(http://ung.igem.org/wiki/images/c/c5/Blockbottom2.png); | background-image:url(http://ung.igem.org/wiki/images/c/c5/Blockbottom2.png); | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
+ | } | ||
+ | #hp h1{ | ||
+ | color:#9966cc; | ||
+ | } | ||
+ | #hp hr{ | ||
+ | background-color:#9966cc; | ||
+ | } | ||
+ | #hp a{ | ||
+ | color:#9966cc; | ||
+ | } | ||
+ | #hp a:hover{ | ||
+ | color:#4700b1; | ||
+ | text-decoration:none; | ||
} | } | ||
.footer{ | .footer{ | ||
Line 549: | Line 564: | ||
text-decoration:none; | text-decoration:none; | ||
cursor:pointer; | cursor:pointer; | ||
+ | } | ||
+ | |||
+ | .pagetitle{ | ||
+ | text-align:center; | ||
+ | margin-bottom:10px; | ||
+ | filter:alpha(opacity=50); | ||
+ | -moz-opacity:0.5; | ||
+ | -khtml-opacity: 0.5; | ||
+ | opacity: 0.5; | ||
+ | padding:2px 0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pagetitle h1{ | ||
+ | font-size:30px; | ||
+ | margin:5px 0px; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 10:55, 11 September 2011