Team:Heidelberg/Templates/MainTemplate
From 2014.igem.org
(Difference between revisions)
(5 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | {{#tag:html| | ||
+ | {{{unresponsive|<meta name="viewport" content="width=device-width, initial-scale=1">}}} | ||
+ | }} | ||
<html> | <html> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
- | + | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
document.styleSheets[0].disabled = true; | document.styleSheets[0].disabled = true; | ||
Line 32: | Line 36: | ||
} | } | ||
- | @media (min-width: 768px) | + | |
+ | #footer-box { | ||
+ | padding-right: 15px; | ||
+ | padding-left: 15px; | ||
+ | margin-right: auto; | ||
+ | margin-left: auto; | ||
+ | border:none; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | @media (min-width: 768px) { | ||
#top-section { | #top-section { | ||
+ | width: 750px; | ||
+ | } | ||
+ | #footer-box { | ||
width: 750px; | width: 750px; | ||
} | } | ||
Line 41: | Line 58: | ||
@media (min-width: 992px) { | @media (min-width: 992px) { | ||
#top-section { | #top-section { | ||
+ | width: 970px; | ||
+ | } | ||
+ | #footer-box { | ||
width: 970px; | width: 970px; | ||
} | } | ||
Line 47: | Line 67: | ||
@media (min-width: 1200px) { | @media (min-width: 1200px) { | ||
#top-section { | #top-section { | ||
+ | width: 1170px; | ||
+ | } | ||
+ | #footer-box { | ||
width: 1170px; | width: 1170px; | ||
} | } | ||
Line 174: | Line 197: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#footer-box *{ | #footer-box *{ | ||
Line 195: | Line 204: | ||
#footer-box a { | #footer-box a { | ||
- | color: # | + | color: #BFBFBF; |
} | } | ||
- | footer-box a:hover { | + | #footer-box a:hover { |
color: #515151; | color: #515151; | ||
} | } | ||
Line 221: | Line 230: | ||
display: inline; | display: inline; | ||
margin: 0 1.3em; | margin: 0 1.3em; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 15:42, 12 October 2014