Team:UCL/Humans/Sponsor
From 2014.igem.org
(Difference between revisions)
Lewismoffat (Talk | contribs) |
Lewismoffat (Talk | contribs) |
||
Line 10: | Line 10: | ||
<div class="textArena"> | <div class="textArena"> | ||
<div class="textTitle"><h3>The Undergraduates AKA The Minions</h3></div> | <div class="textTitle"><h3>The Undergraduates AKA The Minions</h3></div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<h3 class="short_headline"><a name="TitleLink"><span>Sponsors</span></a></h3> | <h3 class="short_headline"><a name="TitleLink"><span>Sponsors</span></a></h3> | ||
Line 52: | Line 36: | ||
</table> | </table> | ||
- | + | ||
- | + | </div><!-- This div end tag should end the .textArena tag that defines light grey space. This is crucial--> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | |||
+ | |||
+ | <!-- This is the css of the page. Dont change it unless you have consulted with Lewis or Adam about what your changing--> | ||
<style> | <style> | ||
- | . | + | /*=======PAGE HEADER=======*/ |
+ | .pageTitle { | ||
+ | height:200px; | ||
+ | width:100%; | ||
+ | background-color:darkgrey; | ||
+ | padding-top:50px; | ||
+ | float:left; | ||
+ | display:inline-block; | ||
+ | } | ||
+ | .floater { | ||
float:left; | float:left; | ||
} | } | ||
- | |||
+ | /*=======Body=======*/ | ||
+ | .textArena { | ||
+ | background-color:lightgrey; | ||
+ | padding: 5% 5% 5% 5%; | ||
+ | font-size:90%; | ||
+ | height:15000px; | ||
+ | } | ||
+ | .textTitle { | ||
+ | padding-top:10%; | ||
+ | } | ||
+ | .widthCorrect { | ||
+ | width:100%; | ||
+ | } | ||
+ | .mainArena { | ||
+ | display: block; | ||
+ | float:left; | ||
+ | width:75%; | ||
+ | } | ||
+ | .navArena { | ||
+ | display: block; | ||
+ | position:fixed; | ||
+ | float:right; | ||
+ | left:80%; | ||
+ | top:25%; | ||
+ | width:20%; | ||
+ | height: 200px; | ||
+ | } | ||
+ | @media (max-width:450px){ | ||
+ | .navArena { | ||
+ | display: none; | ||
+ | } | ||
+ | } | ||
+ | .navigation { | ||
+ | margin:0px; | ||
+ | } | ||
+ | .shortx { | ||
+ | margin:0; | ||
+ | } | ||
+ | /*=========Object Alignment Classes=============*/ | ||
+ | .alignright { | ||
+ | float:right; | ||
+ | margin-left:3%; | ||
+ | } | ||
+ | .alignleft { | ||
+ | float:left; | ||
+ | margin-right:3%; | ||
+ | } | ||
+ | .aligncenter { | ||
+ | float:center; | ||
+ | margin-right:3%; | ||
+ | } | ||
+ | /*=========Table Classes=============*/ | ||
+ | .table-bordered { | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
</html> | </html> | ||
{{:Team:UCL/Template:footerx}} | {{:Team:UCL/Template:footerx}} |
Revision as of 17:50, 6 September 2014