Difference between revisions of "Template:Example2"

m (Changed protection level for "Template:Example2" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
 
(17 intermediate revisions by 5 users not shown)
Line 221: Line 221:
 
/* Wrapper for the content */
 
/* Wrapper for the content */
 
.igem_2017_content_wrapper {
 
.igem_2017_content_wrapper {
width: 100%;
+
width: 81%;
                height: 100%;
+
margin: 2%;
margin: 0%;
+
 
display:block;
 
display:block;
 
float:left;  
 
float:left;  
background: -webkit-linear-gradient(left, rgb(179, 204, 255), white, rgb(179, 204, 255));
+
background-color:white;  
                background: -o-linear-gradient(right, rgb(179, 204, 255), white, rgb(179, 204, 255));
+
                background: -moz-linear-gradient(right, rgb(179, 204, 255), white, rgb(179, 204, 255));
+
                background: linear-gradient(to right, rgb(179, 204, 255), white, rgb(179, 204, 255));
+
                background-color: rgb(179, 204, 255);  
+
 
font-family:Tahoma, Geneva, sans-serif;  
 
font-family:Tahoma, Geneva, sans-serif;  
 
}
 
}

Latest revision as of 14:03, 15 September 2017

Example2