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 */ | |
− | + | background-image: url("https://static.igem.org/mediawiki/2015/1/1f/MQAust_BG1.png"); | |
− | + | 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 */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 350: | Line 325: | ||
} | } | ||
− | /* | + | /* 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; */ | ||
/* } */ | /* } */ | ||
− | + | .contentContainer p { /* paragraph formatting */ | |
font-family: Verdana, Geneva, sans-serif; | font-family: Verdana, Geneva, sans-serif; | ||
color: #000000; /*black*/ | color: #000000; /*black*/ | ||
− | |||
} | } | ||
− | + | .contentContainer img { /* image formatting */ | |
− | + | max-width:100%; | |
− | + | ||
− | + | ||
} | } | ||
− | + | /* ul { unordered list styling - TS 2015-09-10 this default changes the iGEM login bar! */ | |
− | + | /* font-family: Verdana, Geneva, sans-serif; */ | |
− | + | /* list-style-type: circle; */ | |
− | + | /* } */ | |
− | } | + | |
− | + | /* ol { ordered list styling - TS 2015-09-10 this default changes the iGEM login bar! */ | |
− | + | /* font-family: Verdana, Geneva, sans-serif; */ | |
− | + | /* list-style-type: circle; */ | |
− | + | /* } */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
/* 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 */ | ||
/* } */ | /* } */ | ||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 04:49, 10 September 2015