Difference between revisions of "Template:NAIT Edmonton/CSS8"

 
(6 intermediate revisions by the same user not shown)
Line 192: Line 192:
 
@media screen and (max-width:1000px) {
 
@media screen and (max-width:1000px) {
  
#menunavi {
+
.onclick-menu {
width:1.4em;
+
    position: relative;
display: block;
+
    display: inline-block;
background:#ddd;
+
    float:right;
font-size:1.35em;
+
    margin-right: 500px;
text-align: center;
+
}
+
#navimenu.js {
+
display: none;
+
}
+
ul {
+
width:100%;
+
list-style:none;
+
}
+
li {
+
width:100%;
+
border-right:none;
+
}
+
}
+
  
@media screen and (min-width: 768px) {
+
}
#menu {
+
display: none;
+
}
+
  
  
}
+
.navigation {
 +
            width:100%;
 +
            margin-right: auto;
 +
            margin-left: auto;
 +
            margin-top:0;
  
  
 +
        }       
  
 +
.navigation > ul > li {
 +
            display:none;
 +
        }
  
 +
.header_c {width:100%; margin-left:auto; margin-right:auto; display:block; padding-left:50%;  } 
  
 +
 +
 +
 +
 +
 +
 +
}
  
 
.header_c {width:1000px; margin-left:auto; margin-right:auto; display:block; padding-left:20px; }   
 
.header_c {width:1000px; margin-left:auto; margin-right:auto; display:block; padding-left:20px; }   

Latest revision as of 17:31, 25 August 2015