Difference between revisions of "MediaWiki:Common.css"

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#f-poweredbyico { display: none; }
 
#f-poweredbyico { display: none; }
 +
 +
table.wikitable {
 +
margin: 1em 1em 1em 0px;
 +
background: #f9f9f9;
 +
border: 1px solid #aaaaaa;
 +
border-collapse: collapse;
 +
}
 +
 +
.wikitable th, .wikitable td {
 +
border: 1px solid #aaaaaa;
 +
padding: 0.2em;
 +
}
 +
 +
.wikitable th {
 +
background: #f2f2f2;
 +
text-align: center;
 +
}
 +
 +
.wikitable caption {
 +
font-weight: 700;
 +
}

Revision as of 11:05, 1 October 2010

/* CSS placed here will be applied to all skins */
#f-poweredbyico { display: none; }

table.wikitable { 
margin: 1em 1em 1em 0px;
background: #f9f9f9;
border: 1px solid #aaaaaa;
border-collapse: collapse;
}

.wikitable th, .wikitable td { 
border: 1px solid #aaaaaa;
padding: 0.2em;
}

.wikitable th { 
background: #f2f2f2;
text-align: center;
}

.wikitable caption { 
font-weight: 700;
}