Team:UCL/Project/Future
From 2014.igem.org
(Difference between revisions)
Lewismoffat (Talk | contribs) (Created page with "{{:Team:UCL/Template:headerx}} <html> <div style="height:200px;width:100%;background-color:darkgrey;padding-top:50px;float:left;display:inline-block;"> <div class="imagewc">...") |
Lewismoffat (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{:Team:UCL/Template:headerx}} | {{:Team:UCL/Template:headerx}} | ||
<html> | <html> | ||
- | <div | + | <div class="pageTitle"> |
- | <div | + | <div><h3>Future Developments</h3></div> |
- | <div | + | <div><!--- This is the Bit that describes the team and its logo DONT TOUCH--> |
- | + | <div class="floater"><img src="https://static.igem.org/mediawiki/2014/c/ca/UCLHumanPracticeLogo.png" height="50px" width="50px" style="margin-right:10px;"></img></div> | |
- | + | <div class="floater"><h4 style="margin:0px;">Human Practice Team</h4></div> | |
</div> | </div> | ||
- | </div> | + | </div> |
- | <div | + | <div class="textArena"> |
+ | <div class="textTitle"><h3>Summary</h3></div> | ||
+ | </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%; | ||
+ | } | ||
+ | .textTitle { | ||
+ | padding-top:10%; | ||
+ | } | ||
+ | .widthCorrect { | ||
+ | width:100%; | ||
+ | } | ||
+ | /*=========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 23:05, 4 September 2014