Difference between revisions of "Template:Macquarie Australia"
(Changed mascot banner) |
(Removed std wiki black border and added chlamy background) |
||
Line 5: | Line 5: | ||
/* HIDE WIKI MARKUP */ | /* HIDE WIKI MARKUP */ | ||
− | #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear { | + | #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/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 */ | ||
} | } | ||
Line 30: | Line 39: | ||
padding: 0px; | padding: 0px; | ||
/* border-top: 6px solid #EE3e53; */ | /* border-top: 6px solid #EE3e53; */ | ||
− | |||
} | } | ||
Line 64: | 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 77: | Line 85: | ||
} | } | ||
− | .regularHyperlink { /* | + | .regularHyperlink { /* Creates regular hyperlink class */ |
/* no styling required here so far */ | /* no styling required here so far */ | ||
} | } | ||
Line 261: | Line 269: | ||
ul { | ul { | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | list-style-type: circle; | ||
+ | } | ||
+ | |||
+ | ol { | ||
font-family: Verdana, Geneva, sans-serif; | font-family: Verdana, Geneva, sans-serif; | ||
list-style-type: circle; | list-style-type: circle; | ||
Line 312: | Line 325: | ||
} | } | ||
− | a { | + | 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> |