Team:Monash Australia

From 2010.igem.org

(Difference between revisions)
(Undo revision 2059 by Grug (Talk))
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>
-
<div id="box" style="width: 700px; margin-left: 137px; padding: 5px; border: 3px solid #000; background-color: #fe2b33;">
+
<style>
-
<div id="template" style="text-align: center; font-weight: bold; font-size: large; color: #f6f6f6; padding: 5px;">
+
body {
-
This is a template page. READ THESE INSTRUCTIONS.
+
margin: 200px;
-
</div>
+
padding: 40;
-
<div id="instructions" style="text-align: center; font-weight: normal; font-size: small; color: #f6f6f6; padding: 5px;">
+
background: #28313A url(https://static.igem.org/mediawiki/2010/8/85/Img01.jpg) repeat-x top left;
-
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>.
+
font-size: 12px;
-
</div>
+
font-family: Georgia, "Times New Roman", Times, serif;
-
<div id="warning" style="text-align: center; font-weight: bold; font-size: small; color: #f6f6f6; padding: 5px;">
+
text-align: justify;
-
You <strong>MUST</strong> have a team description page, a project abstract, a complete project description, a lab notebook, and a safety page.  PLEASE keep all of your pages within your teams namespace. 
+
color: #5C5C5C;
-
</div>
+
}
-
</div>
+
-
</html>
+
-
<!-- *** End of the alert box *** -->
+
h1, h2, h3 {
 +
margin: 0;
 +
text-transform: lowercase;
 +
font-weight: normal;
 +
color: #FFFFFF;
 +
}
-
<!--- Navagation Bar --->
+
h1 {
 +
letter-spacing: -1px;
 +
font-size: 32px;
 +
}
-
{| style="color:#1b2c8a;background-color:#0c6;" cellpadding="3" cellspacing="1" border="1" bordercolor="#fff" width="62%" align="center"
+
h2 {
-
!align="center"|[[Team:Monash_Australia|Home]]
+
font-size: 23px;
-
!align="center"|[[Team:Monash_Australia/Team|Team]]
+
}
-
!align="center"|[https://igem.org/Team.cgi?year=2010&team_name=Monash_Australia Official Team Profile]
+
-
!align="center"|[[Team:Monash_Australia/Project|Project]]
+
-
!align="center"|[[Team:Monash_Australia/Parts|Parts Submitted to the Registry]]
+
-
!align="center"|[[Team:Monash_Australia/Modeling|Modeling]]
+
-
!align="center"|[[Team:Monash_Australia/Notebook|Notebook]]
+
-
!align="center"|[[Team:Monash_Australia/Safety|Safety]]
+
-
|}
+
 +
p, ul, ol {
 +
margin: 0 0 2em 0;
 +
text-align: justify;
 +
line-height: 26px;
 +
}
-
{|align="justify"
+
a {
-
|Welcome to the Monash Australia Team wiki page. Monash University is located in Melbourne, Victoria about 20kms from the CBD. Monash University is a public university based in Melbourne, Australia. It is Australia's largest university with about 55,000+ students.
+
color: #1B75A9;
-
The University has a total of eight campuses: six in Victoria, Australia (Clayton, Caulfield, Berwick, Peninsula, Parkville and Gippsland), one in Malaysia and one in South Africa. The university also has a centre in Prato, Italy.
+
}
-
Monash University is a member of the prestigious "Group of Eight", a group composed of some of the most research-intensive universities in Australia.
+
a:hover, a:active {
 +
text-decoration: none;
 +
color: #1B75A9;
 +
}
-
The Monash Australia team composes of six undergraduate students under the supervision of Associate Professor Ashley Buckle, Dr. Lloyd Low and Dr. Andrew Perry, all of wholm are part of the Department of Biochemistry and Molecular Biology.
+
a:visited {
 +
color: #1B75A9;
 +
}
-
|[[Image:Monash_igem.jpg|200px|right|frame]]
+
img {
-
|-
+
border: none;
-
|
+
}
-
''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:Monash_Australia_team.png|right|frame|Your team picture]]
+
img.left {
-
|-
+
float: left;
-
|
+
margin-right: 15px;
-
|align="center"|[[Team:Monash_Australia | Team Example]]
+
}
-
|}
+
 
 +
img.right {
 +
float: right;
 +
margin-left: 15px;
 +
}
 +
 
 +
/* Form */
 +
 
 +
form {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 
 +
fieldset {
 +
margin: 0;
 +
padding: 0;
 +
border: none;
 +
}
 +
 
 +
legend {
 +
display: none;
 +
}
 +
 
 +
input, textarea, select {
 +
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 +
font-size: 13px;
 +
color: #333333;
 +
}
 +
 
 +
#wrapper {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 
 +
/* Header */
 +
 
 +
#header {
 +
width: 880px;
 +
margin: 0 auto;
 +
height: 60px;
 +
border: 10px #FFFFFF solid;
 +
}
 +
 
 +
/* Menu */
 +
 
 +
#menu {
 +
float: left;
 +
width: 880px;
 +
height: 58px;
 +
background: url(https://static.igem.org/mediawiki/2010/0/0a/Img02.jpg) repeat-x left top;
 +
}
 +
 
 +
#menu ul {
 +
margin: 0;
 +
padding: 23px 0 0 20px;
 +
list-style: none;
 +
line-height: normal;
 +
}
 +
 
 +
#menu li {
 +
float: left;
 +
text-align: center;
 +
}
 +
 
 +
#menu a {
 +
display: block;
 +
padding: 0 50px;
 +
background: url(https://static.igem.org/mediawiki/2010/4/4a/Img03.jpg) no-repeat right 50%;
 +
text-decoration: none;
 +
text-transform: uppercase;
 +
font-size: 11px;
 +
color: #FFFFFF;
 +
}
 +
 
 +
#menu a:hover {
 +
color: #FFFFFF;
 +
}
 +
 
 +
#menu .current_page_item a {
 +
color: #FFFFFF;
 +
}
 +
 
 +
#menu .last a {
 +
display: block;
 +
padding: 0 50px;
 +
background: none;
 +
text-decoration: none;
 +
text-transform: uppercase;
 +
font-size: 11px;
 +
color: #FFFFFF;
 +
}
 +
 
 +
/** LOGO */
 +
 
 +
#logo {
 +
width: 880px;
 +
height: 130px;
 +
margin: 0 auto;
 +
}
 +
 
 +
#logo h1, #logo h2 {
 +
float: left;
 +
margin: 0;
 +
padding: 50px 0 0 0px;
 +
line-height: normal;
 +
}
 +
 
 +
#logo h1 {
 +
font-family: Georgia, "Times New Roman", Times, serif;
 +
font-size:40px;
 +
}
 +
 
 +
#logo h1 a {
 +
text-decoration: none;
 +
color: #28313A;
 +
}
 +
 
 +
#logo h1 a:hover { text-decoration: underline; }
 +
 
 +
#logo h2 {
 +
float: left;
 +
padding: 65px 0 0 18px;
 +
font: 18px Georgia, "Times New Roman", Times, serif;
 +
color: #28313A;
 +
}
 +
 
 +
#logo p a {
 +
text-decoration: none;
 +
color: #28313A;
 +
}
 +
 
 +
#logo p a:hover { text-decoration: underline; }
 +
 
 +
 
 +
 
 +
/* Page */
 +
 
 +
#page {
 +
width: 880px;
 +
margin: 0;
 +
background: #FFFFFF;
 +
border: 10px #FFFFFF solid;
 +
}
 +
 
 +
/* Content */
 +
 
 +
#content {
 +
float: left;
 +
width: 620px;
 +
border-right: 1px dashed #DFE1E0;
 +
}
 +
 
 +
/* Post */
 +
 
 +
.post {
 +
padding: 0px 20px;
 +
margin-bottom: 20px;
 +
}
 +
 
 +
.post .title {
 +
margin-bottom: 20px;
 +
padding-bottom: 5px;
 +
}
 +
 
 +
.post h1 {
 +
width: 520px;
 +
padding: 0px 0 0 0px;
 +
background: url(img08.jpg) no-repeat left top;
 +
font-size: 24px;
 +
color: #28313A;
 +
}
 +
 
 +
.post h2 {
 +
width: 520px;
 +
padding: 0px 0 0 0px;
 +
font-size: 22px;
 +
color: #28313A;
 +
}
 +
 
 +
.post .entry {
 +
}
 +
 
 +
.post .meta {
 +
padding: 15px 15px 30px 0px;
 +
font-size: 10px;
 +
}
 +
 
 +
.post .meta p {
 +
margin: 0;
 +
padding-top: 15px;
 +
line-height: normal;
 +
color: #28313A;
 +
}
 +
 
 +
.post .meta .byline {
 +
float: left;
 +
}
 +
 
 +
.post .meta .links {
 +
float: right;
 +
}
 +
 
 +
.post .meta .more {
 +
padding: 0 20px 0 18px;
 +
}
 +
 
 +
.post .meta .comments {
 +
padding-left: 22px;
 +
}
 +
 
 +
.post .meta b {
 +
display: none;
 +
}
 +
 
 +
 
 +
/* Sidebar */
 +
 
 +
#sidebar {
 +
float: right;
 +
width: 230px;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 
 +
#sidebar ul {
 +
margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
}
 +
 
 +
#sidebar li {
 +
margin-bottom: 40px;
 +
}
 +
 
 +
#sidebar li ul {
 +
}
 +
 
 +
#sidebar li li {
 +
margin: 0;
 +
}
 +
 
 +
#sidebar h2 {
 +
width: 250px;
 +
padding: 8px 0 0 0px;
 +
margin-bottom: 10px;
 +
background: url(img07.jpg) no-repeat left top;
 +
font-size: 20px;
 +
color: #28313A;
 +
}
 +
 
 +
 
 +
 
 +
/* Boxes */
 +
 
 +
.box1 {
 +
padding: 20px;
 +
}
 +
 
 +
.box2 {
 +
color: #BABABA;
 +
}
 +
 
 +
.box2 h2 {
 +
margin-bottom: 15px;
 +
font-size: 16px;
 +
color: #FFFFFF;
 +
}
 +
 
 +
.box2 ul {
 +
margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
}
 +
 
 +
.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
 +
color: #EDEDED;
 +
}
 +
 
 +
/* Footer */
 +
#footer-wrap {
 +
}
 +
 
 +
#footer {
 +
width: 880px;
 +
margin: 0 auto;
 +
background: #E5E5E5;
 +
border: 10px #FFFFFF solid;
 +
}
 +
 
 +
html>body #footer {
 +
height: auto;
 +
}
 +
 
 +
#footer p {
 +
font-size: 12px;
 +
}
 +
 
 +
#legal {
 +
clear: both;
 +
padding-top: 17px;
 +
text-align: center;
 +
color: #595959;
 +
}
 +
 
 +
#legal a {
 +
font-weight: normal;
 +
color: #1B75A9;
 +
}
 +
 
 +
</style>
 +
<body>
 +
<div id="wrapper">
 +
<!-- start header -->
 +
<div id="logo">
 +
<h1><a href="#">Monash Australia </a></h1>
 +
<h2> &raquo;&nbsp;&nbsp;&nbsp;2010 iGEM</h2>
 +
</div>
 +
<div id="header">
 +
<div id="menu">
 +
<ul>
 +
<li class="current_page_item"><a href="#">Homepage</a></li>
 +
<li><a href="https://2010.igem.org/Team:Monash_Australia/Team">Team</a></li>
 +
<li><a href="https://2010.igem.org/Team:Monash_Australia/Project">Project</a></li>
 +
<li><a href="https://2010.igem.org/Team:Monash_Australia/Notebook">Notebook</a></li>
 +
<li class="last"><a href="https://2010.igem.org/Team:Monash_Australia/Safety">Saftey</a></li>
 +
</ul>
 +
</div>
 +
</div>
 +
<!-- end header -->
 +
</div>
 +
<!-- start page -->
 +
<div id="page">
 +
<!-- start content -->
 +
<div id="content">
 +
<div class="post">
 +
<h1 class="title">Welcome to the Monash Australia 2010 Team wiki </h1>
 +
<div class="entry">
 +
<p>Welcome to the Monash Australia Team wiki page. Monash University is located in Melbourne, Victoria about 20kms from the CBD. Monash University is a public university based in Melbourne, Australia. It is Australia's largest university with about 55,000+ students.</p>
 +
<p>The University has a total of eight campuses: six in Victoria, Australia (Clayton, Caulfield, Berwick, Peninsula, Parkville and Gippsland), one in Malaysia and one in South Africa. The university also has a centre in Prato, Italy.</p>
 +
<p>Monash University is a member of the prestigious "Group of Eight", a group composed of some of the most research-intensive universities in Australia.
 +
<p>The Monash Australia team composes of six undergraduate students under the supervision of Associate Professor Ashley Buckle, Dr. Lloyd Low and Dr. Andrew Perry, all of wholm are part of the Department of Biochemistry and Molecular Biology. </p>
 +
</div>
 +
</div>
 +
<div class="post">
 +
<h2 class="title">Project info</h2>
 +
<div class="entry">
 +
<p>blah blah blah</p>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- end content -->
 +
<!-- start sidebar -->
 +
<div id="sidebar">
 +
<ul>
 +
<li>
 +
<ul>
 +
<li><img src="https://static.igem.org/mediawiki/2010/1/15/Monash_igem.jpg" alt="monash logo"></img></li>
 +
 +
<li>Text or something</li>
 +
</ul>
 +
</li>
 +
<li>
 +
<h2>some links</h2>
 +
<ul>
 +
<li><a href="#">lalalal</a></li>
 +
 
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
 +
<!-- end sidebar -->
 +
<div style="clear: both;">&nbsp;</div>
 +
</div>
 +
<!-- end page -->
 +
<!-- start footer -->
 +
<div id="footer">
 +
<p id="legal">( c ) 2010. All Rights Reserved. Page designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
 +
</div>
 +
<!-- end footer -->
 +
</body>
 +
</html>

Revision as of 16:09, 16 April 2010

Welcome to the Monash Australia 2010 Team wiki

Welcome to the Monash Australia Team wiki page. Monash University is located in Melbourne, Victoria about 20kms from the CBD. Monash University is a public university based in Melbourne, Australia. It is Australia's largest university with about 55,000+ students.

The University has a total of eight campuses: six in Victoria, Australia (Clayton, Caulfield, Berwick, Peninsula, Parkville and Gippsland), one in Malaysia and one in South Africa. The university also has a centre in Prato, Italy.

Monash University is a member of the prestigious "Group of Eight", a group composed of some of the most research-intensive universities in Australia.

The Monash Australia team composes of six undergraduate students under the supervision of Associate Professor Ashley Buckle, Dr. Lloyd Low and Dr. Andrew Perry, all of wholm are part of the Department of Biochemistry and Molecular Biology.

Project info

blah blah blah