Jump to content

Module:Box-header/styles.css

Permanently protected module
From Wikipedia, the free encyclopedia
/* {{pp-template|small=yes}} */
.box-header-title-container {
	clear: both;
	box-sizing: border-box;
	background-color: #bcbcbc;
	color: #000;
	padding: 0.1em;
	text-align: center;
	margin-bottom: 0;
	font-size: 100%;
	font-family: sans-serif;
	border: 1px solid #ababab;
	border-width: 1px 1px 0;
}

.box-header-top {
	float: right;
	margin-bottom: 0.1em;
	font-size: 80%;
	color: #000;
}

.box-header-viewedit {
	color: #000;
}

.box-header-title {
	border: none;
	margin: 0;
	padding: 0 0 0.1em 0;
	color: #000;
	font-weight: bold;
	font-size: 100%;
	font-family: sans-serif;
}

.box-header-body {
	box-sizing: border-box;
	text-align: left;
	margin: 0 0 10px;
	padding: 0.3em 1em 1em;
	color: #000;
	background-color: #fefeef;
	border: 1px solid #ababab;
}