Difference between revisions of "Template:2015CSS"

Line 74: Line 74:
  
 
/*full width column*/
 
/*full width column*/
.fullWidth {
+
#fullWidth {
 
background-color: #ffffff;
 
background-color: #ffffff;
 
margin-bottom: 5px;
 
margin-bottom: 5px;
Line 93: Line 93:
 
}
 
}
  
#rightColumn a, .fullWidth a {
+
#rightColumn a, #fullWidth a {
 
color:#3aa76c;
 
color:#3aa76c;
 
font-weight: bold;
 
font-weight: bold;
Line 101: Line 101:
 
}
 
}
  
#rightColumn img, .fullWidth img {
+
#rightColumn img, #fullWidth img {
 
padding: 5px 5px 5px 5px;
 
padding: 5px 5px 5px 5px;
 
}
 
}
  
  
#rightColumn a:hover, .fullWidth a:hover {
+
#rightColumn a:hover, #fullWidth a:hover {
 
     opacity: 0.4;
 
     opacity: 0.4;
 
     filter: alpha(opacity=40); /* For IE8 and earlier */
 
     filter: alpha(opacity=40); /* For IE8 and earlier */
 
}
 
}
  
#rightColumn a.why, .fullWidth a.why{
+
#rightColumn a.why, #fullWidth a.why{
 
color:#f58631;
 
color:#f58631;
 
font-weight: bold;
 
font-weight: bold;

Revision as of 20:52, 30 January 2015