MediaWiki:Common.css: Difference between revisions

From Wikiyouth
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.testimony_container {
float: left;
border: 1px solid #ccc;
box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
padding: 12px;
}


.pfPickerWrapper {
.pfPickerWrapper {

Revision as of 15:45, 22 February 2024

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


.testimony_container {
 float: left;
 border: 1px solid #ccc;
 box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
padding: 12px;

}

.pfPickerWrapper {
   display: inline-block;
}

.mw-indicators {
	/* display: none; */
}

.wikitable.infobox {
	float: right;
}