Template:Queens Canada/subheader
From 2013.igem.org
(Difference between revisions)
(16 intermediate revisions not shown) | |||
Line 142: | Line 142: | ||
} | } | ||
.header-logo{ | .header-logo{ | ||
- | + | text-align:center; | |
+ | padding-left:70px; | ||
} | } | ||
.topmenu-bg{ | .topmenu-bg{ | ||
Line 169: | Line 170: | ||
text-align:center; | text-align:center; | ||
padding:5px; | padding:5px; | ||
- | min-width: | + | min-width:50px; |
+ | max-width:100px; | ||
} | } | ||
.menub a:link, a:visited{ | .menub a:link, a:visited{ | ||
Line 200: | Line 202: | ||
} | } | ||
- | + | .menuc{ | |
- | + | background-color:#f7b99e; | |
- | + | height:30px; | |
- | + | padding-top:5px; | |
+ | text-align:center; | ||
} | } | ||
- | + | .menuc li{ | |
- | + | ||
margin: 0 5px; | margin: 0 5px; | ||
- | padding: 0 | + | padding: 0 5px; |
display:inline-block; | display:inline-block; | ||
- | color: | + | color:#bf3f3e; |
- | font-size:1. | + | font-size:1.1em; |
+ | font-family:bebasN; | ||
} | } | ||
- | + | .menuc li a:link{ | |
- | + | color:#bf3f3e; | |
- | color: | + | |
text-decoration:none; | text-decoration:none; | ||
} | } | ||
- | + | .menuc li a:hover{ | |
- | + | color:white; | |
- | + | ||
} | } | ||
- | + | .menuc li a:visited{ | |
- | + | color:#bf3f3e; | |
- | color: | + | |
text-decoration:none; | text-decoration:none; | ||
} | } | ||
+ | |||
/**--------FULL PAGE STUFF-------**/ | /**--------FULL PAGE STUFF-------**/ | ||
Line 245: | Line 246: | ||
if ($(window).width() < 1000){ | if ($(window).width() < 1000){ | ||
$("#top-section").hide(); | $("#top-section").hide(); | ||
- | $(". | + | $(".menuc").hide(); |
$(".disa").show(); | $(".disa").show(); | ||
} | } | ||
else{ | else{ | ||
$("#top-section").show(); | $("#top-section").show(); | ||
- | $(". | + | $(".menuc").show(); |
$(".disa").hide(); | $(".disa").hide(); | ||
} | } |
Latest revision as of 01:59, 27 September 2013