Difference between revisions of "Template:Macquarie Australia/TestCSS"

(Put back padding and added image scaling)
(Cleaned up code and changed background image)
Line 5: Line 5:
 
/* HIDE WIKI MARKUP */
 
/* HIDE WIKI MARKUP */
  
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
+
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear { /*-- hides default wiki settings --*/
 +
display: none;
 +
}
 +
 
 +
#content { /* Removes the standard wiki black border */
 +
border:none;
 +
/* padding: 0px 0px 0px 0px; */
 +
}
  
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */
  
 
body { /* Holds page background formatting */
 
body { /* Holds page background formatting */
background-image: url("https://static.igem.org/mediawiki/2015/c/ca/MqAust_Chlamy_v01.png");
+
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: 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: #009933; middle harmony websafe green plain colour background */
 
background-color: #ccffcc; /* pale websafe green background */
 
background-color: #ccffcc; /* pale websafe green background */
}
 
 
#content { /* Removes the standard wiki black border */
 
border:none;
 
/* padding: 0px 0px 0px 0px; */
 
}
 
 
img {
 
max-width:100%;
 
 
}
 
}
  
Line 41: Line 39:
 
/* padding: 10px; */
 
/* padding: 10px; */
 
/* border-top: 6px solid #EE3e53; */
 
/* border-top: 6px solid #EE3e53; */
font-family: Verdana, Geneva, sans-serif;
 
 
}
 
}
  
Line 75: Line 72:
  
 
.regularTable { /* Creates regular table class */
 
.regularTable { /* Creates regular table class */
border-collapse: collapse;
+
border-collapse: collapse; /* Prevents a double line for both th td borders */
 
width: 96%;
 
width: 96%;
 
text-align: left;
 
text-align: left;
Line 88: Line 85:
 
}
 
}
  
.regularHyperlink { /* reates regular hyperlink class */
+
.regularHyperlink { /* Creates regular hyperlink class */
 
/* no styling required here so far */
 
/* no styling required here so far */
 
}
 
}
Line 315: Line 312:
 
}
 
}
  
a { hyperlink formatting */
+
a { /* hyperlink formatting */
font-family: Verdana, Geneva, sans-serif; */
+
font-family: Verdana, Geneva, sans-serif;
 
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 13:42, 10 August 2015

MqAust Burpey v46-bubblePetri44 Summary03.png