Team:KAIST Korea/home
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | @media (max-width:767px){.visible-phone{display:inherit !important;} | ||
+ | .hidden-phone{display:none !important;} | ||
+ | .hidden-desktop{display:inherit !important;} | ||
+ | .visible-desktop{display:none !important;}} | ||
+ | |||
+ | @media (min-width:768px) and (max-width:979px){.visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;} .hidden-de | ||
+ | |||
+ | |||
{{:Team:KAIST_Korea/top_home}} | {{:Team:KAIST_Korea/top_home}} | ||
<html> | <html> | ||
<head> | <head> | ||
<style> | <style> | ||
+ | |||
+ | @media (max-width: 980px) { | ||
#main | #main | ||
{ | { | ||
min-height: 100%; | min-height: 100%; | ||
- | width: | + | width: 980px; |
margin: 0 auto; | margin: 0 auto; | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
Line 14: | Line 24: | ||
{ | { | ||
position: absolute; | position: absolute; | ||
- | width: | + | width: 980px; |
+ | } | ||
+ | |||
+ | } | ||
+ | /* LARGE DESKTOP SCREENS */ | ||
+ | @media (min-width: 1210px) { | ||
+ | |||
+ | } | ||
+ | #main | ||
+ | { | ||
+ | min-height: 100%; | ||
+ | width: 1210px; | ||
+ | margin: 0 auto; | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | #main #main-img | ||
+ | { | ||
+ | position: absolute; | ||
+ | width: 1210px; | ||
} | } | ||
</style> | </style> |
Revision as of 14:38, 18 August 2012
@media (max-width:767px){.visible-phone{display:inherit !important;} .hidden-phone{display:none !important;} .hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important;}}
@media (min-width:768px) and (max-width:979px){.visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;} .hidden-de