Difference between revisions of "Template:TeamTemplateC"

Line 14: Line 14:
 
}
 
}
 
 
/* Set up a white background */
+
/* Set up a dark background */
 
body {  
 
body {  
 
width: 100%;  
 
width: 100%;  
Line 21: Line 21:
 
}
 
}
  
p, #content {color:#808284;}
+
/* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */
 +
 
 +
p, #content {
 +
color:#808284;
 +
}
 +
 
 +
a, a:visited {
 +
color:#22BCB9;
 +
}
 +
 
  
a {
 
color:#22BCB9;}
 
  
 
/*-- Make page full width and remove borders */
 
/*-- Make page full width and remove borders */
Line 148: Line 155:
  
 
/*Change the styling of text */
 
/*Change the styling of text */
#mainContainer p {  
+
#mainContainer p, #contentContainer{  
 
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 
color: #29221F;
 
color: #29221F;
 
font-size: 12px;
 
font-size: 12px;
 
}
 
}
 +
 +
  
 
/* Clear float */
 
/* Clear float */

Revision as of 17:56, 12 February 2015