Difference between revisions of "MediaWiki:Common.css"

From WWII Online Wiki
Jump to navigationJump to search
Line 19: Line 19:
     padding: 5px;
     padding: 5px;
     font-size: 95%;
     font-size: 95%;
}
#footer {
    background-color: #e6ffb4!important;
}
}

Revision as of 07:41, 17 June 2016

/* CSS placed here will be applied to all skins */

table.wikitable {
	margin: 1em 0;
	background-color: transparent;
	border: 1px #aaa solid;
	border-collapse: collapse;
	color: black;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
	background-color: transparent;
	text-align: center;
}

#toc, .toc, .mw-warning, .toccolours {
    border: 1px solid #AAA;
    background-color: transparent;
    padding: 5px;
    font-size: 95%;
}

#footer { 
    background-color: #e6ffb4!important; 
}