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

m (Changed petri dish styling)
m (Made background fixed)
 
(6 intermediate revisions by 2 users not shown)
Line 16: Line 16:
  
 
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-image: url("https://static.igem.org/mediawiki/2015/1/1f/MQAust_BG1.png");
/*background-color: #009933;*/ /* middle harmony websafe green plain colour background */
+
                  background-size: 100%;
/* background-color: #ccffcc; pale websafe green background */
+
                  background-attachment: fixed;
background-color: #ffffff; /* white plain colour background */
+
               
 
}
 
}
  
Line 71: Line 71:
 
}
 
}
  
.specialInline { /* Creates the container for inline content - class */
+
.centreStuffInline { /* Horizontal positioning */
display: inline-block;
+
text-align: center;
 
}
 
}
  
.HomeTopInline { /* Creates the container for inline content - class */
+
.specialInline { /* Creates the container for inline content - class */
display: inline-block;
+
}
+
 
+
.HomeBottomInline { /* Creates the container for inline content - class */
+
 
display: inline-block;
 
display: inline-block;
 
}
 
}
Line 209: Line 205:
 
display: block; /* here to keep the caption underneath the figure */
 
display: block; /* here to keep the caption underneath the figure */
 
text-align: left;
 
text-align: left;
}
 
 
/* Class HomeInline styling */
 
 
figure.HomeTopInline { /* Creates the container for inline content - class */
 
font-family: Verdana, Geneva, sans-serif;
 
margin-top: 1em;
 
margin-bottom: 1em;
 
margin-left: 20px;
 
margin-right: 40px;
 
}
 
 
figure.HomeBottomInline { /* Creates the container for inline content - class */
 
font-family: Verdana, Geneva, sans-serif;
 
margin-top: 1em;
 
margin-bottom: 1em;
 
margin-left: 10px;
 
margin-right: 0px;
 
 
}
 
}
  
Line 408: Line 386:
 
}
 
}
  
ul {
+
/* 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 {
+
/* 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 */
 
h1 { /* Heading1 formatting */
Line 459: Line 437:
 
}
 
}
  
a { /* hyperlink formatting */
+
/* a { hyperlink formatting - TS 2015-09-10 this anchor default changes the iGEM login bar! */
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 */
 
img { /* image formatting */

Latest revision as of 13:21, 14 September 2015