Difference between revisions of "Module:Bar box/styles.css"

From blackwiki
Jump to navigation Jump to search
blackwiki>Muboshgu
m (Protected "Module:Bar box/styles.css": WP:RFPP request, match parent template ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite)))
blackwiki>Pppery
(Adding protection template)
Line 1: Line 1:
 +
/* {{pp-template}} */
 
.bb-min3{
 
.bb-min3{
 
min-width:3em;
 
min-width:3em;

Revision as of 20:31, 17 April 2020

/* {{pp-template}} */
.bb-min3{
	min-width:3em;
	padding-left:0.4em;
	text-align:right
	}
	
.bb-4em{
	padding-left:0.4em;
	padding-right:0.4em;
	}
	
.bb-4emr{
	padding-left:0.4em;
	padding-right:0.4em;
	text-align:right;
	}
	
.bb-lr{
	border-left:1px solid silver;
	border-right:1px solid silver;
	}

.bb-fl{
	 float:left;
	 overflow:hidden;
	 }
	 
.center{
	margin-left:auto;
	margin-right:auto;
	}