Difference between revisions of "Template:UPMC-Paris/CSS"

(Undo revision 161768 by Wilhelm (talk))
Line 152: Line 152:
 
#colorNav li.red{background-color:#f00000;color:#000000;}
 
#colorNav li.red{background-color:#f00000;color:#000000;}
 
#colorNav li.grey{background-color:#d3d3d3;color:#000000;}
 
#colorNav li.grey{background-color:#d3d3d3;color:#000000;}
 +
 +
@media screen and (max-device-width:480px) {
 +
#topContainer {
 +
    height:314px;
 +
}
 +
}
 +
#mobileMenu {
 +
    display:none;
 +
}
 +
 +
#sideFiller {
 +
    width:20%;
 +
    height:100px;
 +
    float:left;
 +
}
 +
@media screen and (max-device-width:480px) {
 +
#sideFiller {
 +
    width:80%;
 +
    height:auto;
 +
}
 +
}
 +
 +
 +
}
 +
@media screen and (max-device-width: 480px) {
 +
#menuButton {
 +
    display:block;
 +
}
 +
}
 +
#menuButton img {
 +
    width:100%;
 +
}
 +
 +
@media screen and (max-width:1100px) {
 +
#sidemenuContainer {
 +
    display:none;
 +
}
 +
.expContainer {
 +
    width:92%;
 +
}
 +
}
 +
@media print {
 +
#sidemenuContainer {
 +
    display:none;
 +
}
 +
.expContainer {
 +
    width:92%;
 +
}
 +
}
 +
 +
@media screen and (max-device-width:480px) {
 +
#mainMenu {
 +
    display:none;
 +
}
 +
}

Revision as of 19:22, 3 October 2016