Team:Missouri Miners

From 2013.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 1: Line 1:
-
<!-- *** What falls between these lines is the Alert Box!  You can remove it from your pages once you have read and understood the alert *** -->
+
 
<html>
<html>
 +
<style>
 +
#nav {
 +
height: 33px;
 +
width: 100%;
 +
background-color: #cfcfcf;
 +
}
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
#nav ul {
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
list-style: none;
-
This is a template page. READ THESE INSTRUCTIONS.
+
padding: 0;
-
</div>
+
margin: 0;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
height: 45px;
-
You are provided with this team page template with which to start the iGEM season.  You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki.  You can find some examples <a href="https://2009.igem.org/Help:Template/Examples">HERE</a>.
+
}
-
</div>
+
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
-
You <strong>MUST</strong> have all of the pages listed in the menu below with the names specified. PLEASE keep all of your pages within your teams namespace. 
+
-
</div>
+
-
</div>
+
-
</html>
+
#nav ul li {
 +
float: left;
 +
display: block;
 +
padding: 0;
 +
}
-
<!-- *** End of the alert box *** -->
+
#nav ul li a:hover, #nav ul li.selected {
 +
background-color:#67c41d;
 +
}
 +
#nav ul li a {
 +
color: #fff;
 +
display: block;
 +
border-right: 1px solid #fff;
 +
font-size: 11px;
 +
font-weight: bold;
 +
text-transform: uppercase;
 +
padding: 10px 20px;
 +
text-decoration: none;
 +
}
 +
#nav ul li.start a {
 +
border-left: none;
 +
}
-
{|align="justify"
+
#nav ul li.end a {
-
|You can write a background of your team here. Give us a background of your team, the members, etc.  Or tell us more about something of your choosing.
+
border-right: none;
-
|[[Image:Missouri_Miners_logo.png|200px|right|frame]]
+
}
-
|-
+
-
|
+
-
''Tell us more about your project.  Give us background.  Use this as the abstract of your project.  Be descriptive but concise (1-2 paragraphs)''
+
-
|[[Image:Missouri_Miners_team.png|right|frame|Your team picture]]
+
-
|-
+
-
|
+
-
|align="center"|[[Team:Missouri_Miners | Team Missouri_Miners]]
+
-
|}
+
-
<!--- The Mission, Experiments --->
+
#nav ul li a:hover {
 +
color: #fff;
 +
text-decoration: underline;
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
.sidebar {
-
!align="center"|[[Team:Missouri_Miners|Home]]
+
width: 200px;
-
!align="center"|[[Team:Missouri_Miners/Team|Team]]
+
padding: 10px 0 0;
-
!align="center"|[https://igem.org/Team.cgi?year=2013&team_name=Missouri_Miners Official Team Profile]
+
float: right;
-
!align="center"|[[Team:Missouri_Miners/Project|Project]]
+
}
-
!align="center"|[[Team:Missouri_Miners/Parts|Parts Submitted to the Registry]]
+
 
-
!align="center"|[[Team:Missouri_Miners/Modeling|Modeling]]
+
.sidebar h3 {
-
!align="center"|[[Team:Missouri_Miners/Notebook|Notebook]]
+
color: #333;
-
!align="center"|[[Team:Missouri_Miners/Safety|Safety]]
+
font-size: 22px;
-
!align="center"|[[Team:Missouri_Miners/Attributions|Attributions]]
+
}
-
|}
+
 
 +
.sidebar ul {
 +
margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
}
 +
 
 +
.sidebar ul li {
 +
margin-bottom: 20px;
 +
line-height: 1.9em;
 +
}
 +
 
 +
.sidebar li ul {
 +
}
 +
.sidebar li ul li {
 +
display: block;
 +
font-family: Arial, Helvetica, sans-serif;
 +
border-top: none;
 +
padding: 6px 2px;
 +
margin: 0;
 +
line-height: 1.5em;
 +
font-size: 13px;
 +
border: none;
 +
}
 +
 
 +
.sidebar li ul li a {
 +
font-weight: normal;
 +
color: #222;
 +
}
 +
 
 +
.sidebar li ul li a:hover {
 +
color: #67c41d;
 +
}
 +
 
 +
.sidebar li ul.blocklist li {
 +
padding: 0;
 +
display: inline;
 +
}
 +
 
 +
.sidebar li ul.blocklist li a {
 +
background-color: #EAEAEA;
 +
display: block;
 +
font-family: Arial,Helvetica,sans-serif;
 +
font-size: 11px;
 +
font-weight: bold;
 +
margin-bottom: 1px;
 +
padding: 7px 10px;
 +
text-decoration: none;
 +
text-transform: uppercase;
 +
}
 +
 
 +
.sidebar li ul.blocklist li a:hover {
 +
background-color: #67c41d;
 +
color: #fff;
 +
}
 +
code, blockquote {
 +
display: block;
 +
border-left: 5px solid #222;
 +
padding: 10px;
 +
margin-bottom: 20px;
 +
}
 +
code {
 +
background-color: #222;
 +
color:#ccc;
 +
border: none;
 +
}
 +
 
 +
 
 +
 
 +
</style>
 +
<div id="nav">
 +
    <ul>
 +
            <li class="start selected"><a href="https://2013.igem.org/Team:Missouri_Miners">Home</a></li>
 +
            <li><a href="https://2013.igem.org/Team:Missouri_Miners/Project">Our Project</a></li>
 +
            <li><a href="https://2013.igem.org/Team:Missouri_Miners/Team">Team</a></li>
 +
            <li><a href="https://igem.org/Team.cgi?year=2013&team_name=Missouri_Miners">Team Profile</a></li>
 +
        </ul>
 +
</div>
 +
<br />
 +
<div style="float:left; width:65%; color: #666;">
 +
    <p>
 +
        Project description will go here
 +
        <br />
 +
        can have
 +
        <br />
 +
        multiple lines
 +
    </p>
 +
    <code>
 +
        &lt;br /&gt; will insert a new line.
 +
    </code>
 +
    <code>
 +
        insert these tags to create a new paragraph.
 +
        <p>
 +
            &lt;p&gt; content goes here! &lt;/p&gt;
 +
        </p>
 +
        <p>
 +
            I will reformat the content if needed.
 +
        </p>
 +
    </code>
 +
</div>
 +
 
 +
        <div class="sidebar">
 +
            <ul>
 +
              <li>
 +
                    <h3>Navigate</h3>
 +
                    <ul class="blocklist">
 +
                        <li><a href="https://2013.igem.org/Team:Missouri_Miners">Home Page</a></li>
 +
                        <li><a href="http://igem.mst.edu">Our Website</a></li>
 +
                        <li><a href="#">other</a></li>
 +
                        <li><a href="#">pages</a></li>
 +
                        <li><a href="#">-</a></li>
 +
                    </ul>
 +
                </li>
 +
            </ul>
 +
        </div>
 +
 
 +
</html>

Latest revision as of 05:21, 5 August 2013



Project description will go here
can have
multiple lines

<br /> will insert a new line. insert these tags to create a new paragraph.

<p> content goes here! </p>

I will reformat the content if needed.