Line 285: | Line 285: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
a.special:link { | a.special:link { | ||
Line 444: | Line 429: | ||
} | } | ||
+ | @media screen and (min-width:700px){ | ||
+ | #nav_bar{ display:block} | ||
+ | } | ||
+ | @media screen and (max-width:700px){ | ||
+ | nav ul li{display: block; float:none; border:1px solid grey;} | ||
+ | nav ul ul {width:100%; left: -20px;position:relative;} | ||
+ | //nav ul ul li a:link{background: #FCDC3B; color: orange} | ||
+ | //nav ul ul li a:visited{background: #FCDC3B; color: orange} | ||
+ | #nav_bar{ top: 15px; position:relative; display: none; font-size:15px; width:100%; right:0; left:auto; height:auto;} | ||
+ | #vid{ display: none} | ||
+ | .empty{ display:none;} | ||
+ | .box-shadow-menu { display: block;} | ||
+ | .se-pre-con{display:none} | ||
+ | .half_size{width:100%} | ||
+ | } | ||
Revision as of 15:45, 13 September 2016