Difference between revisions of "Template:KU Leuven/main/css"
Line 20: | Line 20: | ||
.main-navm { | .main-navm { | ||
position:fixed; | position:fixed; | ||
− | width: | + | width:100px; |
height: 30px; | height: 30px; | ||
top: 17px; | top: 17px; | ||
left:0; | left:0; | ||
display: block; | display: block; | ||
− | background-color: | + | background-color: #ddd1b8; |
z-index: 6; | z-index: 6; | ||
} | } | ||
Line 278: | Line 278: | ||
@media screen and (max-width: 1000px) { | @media screen and (max-width: 1000px) { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.summary { | .summary { | ||
Line 367: | Line 345: | ||
<script> | <script> | ||
$( "#smartphonebutton" ).click(function() { | $( "#smartphonebutton" ).click(function() { | ||
− | $(".main- | + | $(".main-navm").toggle(); |
}); | }); |
Revision as of 06:52, 3 September 2015