Team:UNITN-Trento/CSS/Subs/Header
From 2013.igem.org
(Created page with "#tn-header-wrap { min-height: 210px; background-color: #038c7e; border-bottom: 10px solid #bf1b39; text-align: center; } .tn-logo { display: inline-block; } .tn-logo.tn-...") |
(tn-menu-wrap to tn-menu) |
||
Line 1: | Line 1: | ||
- | #tn-header | + | #tn-header { |
min-height: 210px; | min-height: 210px; | ||
Revision as of 08:50, 8 July 2013
- tn-header {
min-height: 210px;
background-color: #038c7e; border-bottom: 10px solid #bf1b39;
text-align: center; }
.tn-logo { display: inline-block; }
.tn-logo.tn-side { position: relative; top: -1em;
width: 150px;
margin: 0 2em; }
- tn-bfruity-logo {
margin-top: 2em; }
- tn-menu {
position: relative; top: -3.1em;
line-height: 30px;
margin: 0 auto;
list-style: none; }
- tn-menu > li {
display: inline-table;
opacity: 0.8; padding-top: 0.2em; }
- tn-menu > li:hover {
opacity: 1.0; }
- tn-menu > li img {
background: #038c7e; }
- tn-menu li > ul {
position: absolute; top: 100%;
display: none; padding: 0;
background: none; }
- tn-menu li > ul > li {
display: block; width: 150px;
font-family: "Trebuchet MS", Helvetica, sans-serif; font-variant: small-caps; font-weight: bold;
background-color: #038c7e; color: #f0f2df;
margin: 1px; }
- tn-menu li > ul > li a:link, #tn-menu li > ul > li a:hover, #tn-menu li > ul > li a:visited {
color: #f0f2df; text-decoration: none; }
- tn-menu li > ul > li:hover {
background-color: #007064; text-shadow: 1px 1px #323232; }