Team:Exeter

From 2013.igem.org

(Difference between revisions)
(Reverting bootstrap theme)
(test)
Line 1: Line 1:
-
<!--- Navigation box --->
+
<html>
-
{| style="color:#2F2F4F;background-color:#B9D3EE;" cellpadding="3" cellspacing="1" align="center"
+
  <head>
-
!align="center"|[[Team:Exeter|Home]]
+
      <title>CSS example</title>
-
!align="center"|[[Team:Exeter/Team|Team]]
+
      ...
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Exeter Official Team Profile]
+
      <style type="text/css">
-
!align="center"|[[Team:Exeter/Project|Project]]
+
        a {
-
!align="center"|[[Team:Exeter/Parts|Part Submissions]]
+
            color: green;
-
!align="center"|[[Team:Exeter/Modelling|Modelling]]
+
        }
-
!align="center"|[[Team:Exeter/Notebook|Notebook]]
+
        a.external {
-
!align="center"|[[Team:Exeter/Safety|Safety]]
+
            color: red;
-
!align="center"|[[Team:Exeter/Attributions|Attributions]]
+
        }
-
|}
+
        #bestImage {
-
 
+
            border: 1px solid green;
-
 
+
            width: 500px;
-
[[Image:Exeter_logo.png|right|width=200]] ''Exeter iGEM 2013 are a team comprising of 11 second year undergraduates from the colleges of Engineering, Physics and Biological sciences. Together we plan to engineer E. coli to detect red, green and blue light and produce the correct mix of cyan, magenta and yellow pigments to accurately recreate an exposed image. Our project aims to build a foundation for the precise optical control of biological systems using multiple wavelength light. This has potential in material manufacturing, imaging and will advance our understanding of synthetic biology as a whole.''
+
        }
-
 
+
        .red {
-
Our wiki is currently in development, if you have any questions for our team, please email igem@ex.ac.uk
+
            color: red;
 +
        }
 +
        ...
 +
      </style>
 +
  </head>
 +
  <body>
 +
      <p '''style="color: red;">Just some text</p>
 +
  </body>
 +
</html>

Revision as of 18:04, 29 August 2013

CSS example ...

Just some text