Jump to content

Module:Bar/styles.css

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexiscoutinho (talk | contribs) at 03:43, 18 February 2021 (Removed unused old classes and temporarily disabled style affecting main module). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
/* {{pp-template}} */
.bb-lr{
	border-left:1px solid silver;
	border-right:1px solid silver;
	}

.bb-fl{
	 float:left;
	 overflow:hidden;
	 }
	 
.barbox thead td {
	padding-left: 0.45em;
	padding-right: 0.45em
}

/*.barbox tbody td {
	padding-left: 0.4em;
	padding-right: 0.4em
}*/

.bb-c {
	text-align: center
}

.bb-r {
	text-align: right
}

.bb-min3 {
	min-width: 3em
}

.bb-min8 {
	min-width: 8em
}

.bb-b {
	padding-top: 0;
	padding-bottom: 0
}

.bb-b > div {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	padding: 1px
}

.bb-l {
	float: left;
	overflow: hidden
}