Difference between revisions of "Template:Macquarie Australia"

(Rearranged default code - now all contentContainer class)
Line 16: Line 16:
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
  
body { /* Holds page background formatting */
+
body { /* Holds page background formatting */
+
background-image: url("https://static.igem.org/mediawiki/2015/1/1f/MQAust_BG1.png");
                  background-image: url("https://static.igem.org/mediawiki/2015/1/1f/MQAust_BG1.png");
+
background-size: 100%;
                  background-size: 100%;
+
               
+
 
}
 
}
  
Line 128: Line 126:
 
display:block; /* makes the table cells clickable */
 
display:block; /* makes the table cells clickable */
 
color: #ffffff; /* #ffffff is white */
 
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 */
 
 
}
 
}
  
Line 350: Line 325:
 
}
 
}
  
/* DEFAULT styling - no class specified */
+
/* Class ContentContainer styling - this is here for standard content DEFAULTS */
  
/* table { default table formatting */
+
.contentContainer h1, h2, h3, h4, h5, h6 { /* Colour and font family */
 +
font-family: Verdana, Geneva, sans-serif;
 +
color: #000000; /*black*/
 +
border-bottom: none;
 +
font-weight: bold;
 +
text-align: left;
 +
/* 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 */
 +
}
 +
 
 +
/* .contentContainer table { default table formatting */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* border-collapse: collapse; */
 
/* border-collapse: collapse; */
Line 358: Line 355:
 
/* } */
 
/* } */
  
/* table, th { default table header formatting */
+
/* .contentContainer table, th { default table header formatting */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* border: 1px solid black; */
 
/* border: 1px solid black; */
Line 369: Line 366:
 
/* } */
 
/* } */
  
/* table, td { default table detail formatting */
+
/* .contentContainer table, td { default table detail formatting */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* border: 1px solid black; */
 
/* border: 1px solid black; */
Line 380: Line 377:
 
/* } */
 
/* } */
  
figcaption { /* Styling for figure captions - class */
+
.contentContainer figcaption { /* Styling for figure captions - class */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 
display: block; /* here to keep the caption underneath the figure */
 
display: block; /* here to keep the caption underneath the figure */
Line 386: Line 383:
 
}
 
}
  
/* ul { unordered list styling - TS 2015-09-10 this default changes the iGEM login bar! */
+
/* .contentContainer ul { unordered list styling - TS 2015-09-10 this default changes the iGEM login bar! */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* list-style-type: circle; */
 
/* list-style-type: circle; */
 
/* } */
 
/* } */
  
/* ol { ordered list styling - TS 2015-09-10 this default changes the iGEM login bar! */
+
/* .contentContainer ol { ordered list styling - TS 2015-09-10 this default changes the iGEM login bar! */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* font-family: Verdana, Geneva, sans-serif; */
 
/* list-style-type: circle; */
 
/* list-style-type: circle; */
 
/* } */
 
/* } */
  
h1 { /* Heading1 formatting */
+
.contentContainer p { /* paragraph formatting */
 
font-family: Verdana, Geneva, sans-serif;
 
font-family: Verdana, Geneva, sans-serif;
 
color: #000000; /*black*/
 
color: #000000; /*black*/
text-align: left;
 
 
}
 
}
  
h2 { /* heading2 formatting */
+
.contentContainer img { /* image formatting */
font-family: Verdana, Geneva, sans-serif;
+
max-width:100%;
color: #000000; /*black*/
+
text-align: left;
+
 
}
 
}
  
h3 { /* heading3 formatting */
+
/* ul { unordered list styling - TS 2015-09-10 this default changes the iGEM login bar! */
font-family: Verdana, Geneva, sans-serif;
+
/* font-family: Verdana, Geneva, sans-serif; */
color: #000000; /*black*/
+
/* list-style-type: circle; */
text-align: left;
+
/* } */
}
+
  
h4 { /* heading4 formatting */
+
/* ol { ordered list styling - TS 2015-09-10 this default changes the iGEM login bar! */
font-family: Verdana, Geneva, sans-serif;
+
/* font-family: Verdana, Geneva, sans-serif; */
color: #000000; /*black*/
+
/* list-style-type: circle; */
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 - TS 2015-09-10 this anchor default changes the iGEM login bar! */
 
/* a { hyperlink formatting - TS 2015-09-10 this anchor default changes the iGEM login bar! */
Line 441: Line 416:
 
/* display:inline; here to keep hyperlinks inline */
 
/* display:inline; here to keep hyperlinks inline */
 
/* } */
 
/* } */
 
img { /* image formatting */
 
max-width:100%;
 
}
 
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 04:49, 10 September 2015

MqAust Burpey v57-wiki-SolarSynthesisers300dpi.png