Difference between revisions of "Team:USTC"

Line 77: Line 77:
 
     <!--For multiple devices-->
 
     <!--For multiple devices-->
 
     <style>
 
     <style>
     @media only screen
+
      
    and (min-width: 1025px){
+
 
     div#menuForTablet{
 
     div#menuForTablet{
 
     display:none;
 
     display:none;
Line 85: Line 84:
 
     margin-top:-13px;
 
     margin-top:-13px;
 
     }
 
     }
    }
+
 
    @media only screen
+
      
    and (max-width : 1024px)
+
    and (orientation : landscape) {
+
    div#main_page_content{
+
    margin-top:40px;
+
    }
+
    div#menuForComputer{
+
    display:none;
+
    width:0;
+
    height:0;
+
    }
+
    #ui_article{
+
    width:63%;
+
    }
+
    }
+
    @media only screen
+
    and (max-width : 1024px)
+
    and (orientation : portrait) {
+
    div#main_page_content{
+
    margin-top:40px;
+
    }
+
    div#menuForComputer{
+
    display:none;
+
    width:0;
+
    height:0;
+
    }
+
     }
+
 
     </style>
 
     </style>
 
   </head>
 
   </head>

Revision as of 01:33, 19 October 2016

Modeling