Difference between revisions of "Team:Macquarie Australia"

(Revert to previous)
(Removed iframe)
 
(23 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[[File:MqAust_Burpey_v52-bubbleNewPetri-wikiD.png|965px|link=]]
+
{{Macquarie_Australia/NavBar}}
<html>
+
{{Macquarie_Australia/Homestyle}}
<style type="text/css">
+
[[File:NDfinalBanner.jpeg|965px|link=]]
 +
<br>
 +
<br>
 +
<html lang="en-AU">
 +
<title>Home</title>
 +
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
<body>
  
/* HIDE WIKI MARKUP */
+
<center>
 +
<video width="450" height="315" controls>
 +
<source src="https://static.igem.org/mediawiki/2015/c/cb/Macquarie_Australia_Home_Page_Video.mp4" type="video/mp4">
 +
Your browser does not support the video tag.
 +
</video>
 +
<br>
  
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear { /*-- hides default wiki settings --*/
+
<div class="contentContainer">
display: none;
+
<a href="https://static.igem.org/mediawiki/2015/c/cb/Macquarie_Australia_Home_Page_Video.mp4">Download video</a></center>
}
+
<br>
 +
</div> <!-- contentContainer end -->
  
#content { /* Removes the standard wiki black border */
+
</body>
border:none;
+
/* padding: 0px 0px 0px 0px; */
+
}
+
 
+
/* PAGE LAYOUT */
+
 
+
body { /* Holds page background formatting */
+
background-image: url("https://static.igem.org/mediawiki/2015/6/62/MqAust_ChlamyOneLine.png");
+
/* background: linear-gradient(#7ec700, #43733e); */ /* mq harmony light green to dark green commented out */
+
background-color: #009933; /* middle harmony websafe green plain colour background */
+
/* background-color: #ccffcc; pale websafe green background */
+
}
+
 
+
.mainContainer { /* Creates a container that wraps all of the content inside our wiki pages */
+
width: 100%;
+
overflow: hidden;
+
float: center;
+
/* margin-left: 20px; */
+
/* background-color: #EEEDEA; */
+
/* border-bottom: 6px solid #EE3e53; */
+
}
+
 
+
.menuContainer { /* Creates the container for the menu */
+
float: center;
+
width: 100%;
+
/* height: 35px; Comment: setting this affects the whole page*/
+
/* background-color: #0e232f; */
+
padding: 0px;
+
/* border-top: 6px solid #EE3e53; */
+
}
+
 
+
.mainmenu { /* Creates mainmenu class */
+
/* width: 100%; */
+
/* float: left; */
+
/* margin: 0 0 1em 0; */
+
padding: 0;
+
/* background-color: #f2f2f2; */
+
/* border-bottom: 1px solid #ccc; */
+
/* no colours, borders, width, or float here */
+
}
+
 
+
.menuHighlight { /* Creates highlight class */
+
/* no styling required here so far */
+
}
+
 
+
.contentContainer { /* Creates the container for the content - class */
+
/* background-color: #EEEDEA; */
+
width: 100%;
+
float: left;
+
padding: 4px;
+
/* border-top: 6px solid #EE3e53; */
+
}
+
 
+
.specialInline { /* Creates the container for inline content - class */
+
display: inline-block;
+
}
+
 
+
.regularInline { /* Creates the container for inline content - class */
+
display: inline-block;
+
}
+
 
+
.regularTable { /* Creates regular table class */
+
border-collapse: collapse; /* Prevents a double line for both th td borders */
+
width: 96%;
+
text-align: left;
+
}
+
 
+
.regularHeader { /* Creates regular header class */
+
/* no styling required here so far */
+
}
+
 
+
.regularParagraph { /* Creates regular paragraph class */
+
/* no styling required here so far */
+
}
+
 
+
.regularHyperlink { /* Creates regular hyperlink class */
+
/* no styling required here so far */
+
}
+
 
+
/* VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
 
+
/* Class MainMenu styling */
+
 
+
.mainmenu table { /* Styling of the menu table class */
+
font-family: Verdana, Geneva, sans-serif;
+
font-size: 16px;
+
color: #ffffff;
+
}
+
 
+
.mainmenu a { /* Styling of the menu table hyperlinks */
+
font-family: Verdana, Geneva, sans-serif;
+
display:block; /* makes the table cells clickable */
+
/* background-color: #66cc66; Comment: setting this colours a bar across the text green */
+
color: #000000;
+
}
+
 
+
/* Class MenuHighlight styling */
+
 
+
.menuHighlight a { /* Styling of the menu table highlighted hyperlinks */
+
font-family: Verdana, Geneva, sans-serif;
+
display:block; /* makes the table cells clickable */
+
color: #ffffff; /* #ffffff is white */
+
}
+
 
+
/* Class ContentContainer styling */
+
 
+
.contentContainer h1, h2, h3, h4, h5, h6 { /* Colour and font family */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000;
+
border-bottom: none;
+
font-weight: bold;
+
/* text-transform: uppercase; */
+
}
+
 
+
.contentContainer a { /*Style of the links */
+
font-family: Verdana, Geneva, sans-serif;
+
display:inline; /* here to keep hyperlinks inline */
+
font-weight: bold;
+
color: #0645ad; /* hyperlink blue */
+
text-decoration: underline;
+
}
+
 
+
.contentContainer a:hover{ /* Styling links on hover */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #66cc66; /* websafe light green */
+
}
+
 
+
/* Class SpecialInline styling */
+
 
+
figure.specialInline { /* Styling for figures in specialInline class */
+
font-family: Verdana, Geneva, sans-serif;
+
margin-top: 1em;
+
margin-bottom: 1em;
+
margin-left: 0px;
+
margin-right: 0px;
+
}
+
 
+
figcaption.specialInline { /* Styling for figure captions - class */
+
font-family: Verdana, Geneva, sans-serif;
+
display: block; /* here to keep the caption underneath the figure */
+
text-align: left;
+
}
+
 
+
/* REGULAR Class styling */
+
 
+
figure.regularInline { /* Styling for figures in regularInline class */
+
font-family: Verdana, Geneva, sans-serif;
+
/* margin-top: 1em; removing this styling for now */
+
/* margin-bottom: 1em; removing this styling for now */
+
/* margin-left: 20px; Comment: adds a buffer I think */
+
/* margin-right: 20px; Comment: adds a buffer */
+
}
+
 
+
figcaption.regularInline { /* Styling for figure captions - class */
+
font-family: Verdana, Geneva, sans-serif;
+
display: block; /* here to keep the caption underneath the figure */
+
text-align: center;
+
}
+
 
+
.regularTable table { /* default table formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
table-layout: fixed; /* prevents auto-resizing of column widths */
+
}
+
 
+
.regularTable th { /* default table header formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
border: 1px solid black;
+
color: #000000; /*black*/
+
font-size: 14px;
+
}
+
 
+
.regularTable td { /* default table detail formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
border: 1px solid black;
+
color: #000000; /*black*/
+
font-size: 12px;
+
padding: 4px;
+
}
+
 
+
.regularCol10 { /* For fixed table Column widths */
+
width: 10%;
+
}
+
.regularCol20 { /* For fixed table Column widths */
+
width: 20%;
+
}
+
.regularCol30 { /* For fixed table Column widths */
+
width: 30%;
+
}
+
.regularCol40 { /* For fixed table Column widths */
+
width: 40%;
+
}
+
 
+
.regularHeader h1 { /* Heading1 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
.regularHeader h2 { /* heading2 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
.regularHeader h3 { /* heading3 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
.regularHeader h4 { /* heading4 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
.regularHeader h5 { /* heading5 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
.regularHeader h6 { /* heading6 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
.regularParagraph p { /* paragraph formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
/* font-size: 20px; */
+
}
+
 
+
.regularHyperlink a { /* hyperlink formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
font-weight: bold;
+
color: #0645ad; /*hyperlink blue*/
+
text-decoration: underline;
+
}
+
 
+
/* DEFAULT styling - no class specified */
+
 
+
/* table { default table formatting */
+
/* font-family: Verdana, Geneva, sans-serif; */
+
/* border-collapse: collapse; */
+
/* width: 100%; */
+
/* } */
+
 
+
/* table, th { default table header formatting */
+
/* font-family: Verdana, Geneva, sans-serif; */
+
/* border: 1px solid black; */
+
/* height: 28px; */
+
/* padding: 15px; */
+
/* text-align: center; */
+
/* vertical-align: middle; */
+
/* background-color:  #ffffff; white*/
+
/* color: #000000; black*/
+
/* } */
+
 
+
/* table, td { default table detail formatting */
+
/* font-family: Verdana, Geneva, sans-serif; */
+
/* border: 1px solid black; */
+
/* height: 28px; */
+
/* padding: 15px; */
+
/* text-align: left; */
+
/* vertical-align: middle; */
+
/* background-color:  #ffffff; white*/
+
/* color: #000000; black*/
+
/* } */
+
 
+
ul {
+
font-family: Verdana, Geneva, sans-serif;
+
list-style-type: circle;
+
}
+
 
+
ol {
+
font-family: Verdana, Geneva, sans-serif;
+
list-style-type: circle;
+
}
+
 
+
figcaption { /* Styling for figure captions - class */
+
font-family: Verdana, Geneva, sans-serif;
+
display: block; /* here to keep the caption underneath the figure */
+
text-align: left;
+
}
+
 
+
h1 { /* Heading1 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
h2 { /* heading2 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
h3 { /* heading3 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
h4 { /* heading4 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
h5 { /* heading5 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
h6 { /* heading6 formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
text-align: left;
+
}
+
 
+
p { /* paragraph formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
color: #000000; /*black*/
+
}
+
 
+
a { /* hyperlink formatting */
+
font-family: Verdana, Geneva, sans-serif;
+
display:inline; /* here to keep hyperlinks inline */
+
}
+
 
+
img { /* image formatting */
+
max-width:100%;
+
}
+
 
+
</style>
+
 
</html>
 
</html>
 +
<center>{{Macquarie_Australia/Sponsors}}
 +
{{Macquarie_Australia/ContactUs}}</center>

Latest revision as of 09:01, 19 November 2015

NDfinalBanner.jpeg

Home


With thanks to our generous sponsors

Macquarie University logo
Biomolecular Frontiers logo
NSW Industry logo
Bioplatforms logo
IDT logo
Genesearch logo
Labcyte logo


Contact Us