Template:Header/styles.css

From Wikisource
Jump to navigation Jump to search
.wst-header .wst-header-mainblock {
	border:1px solid #ACA;
	background-color:#E6F2E6;
}

.wst-header .wst-header-notes {
	border-bottom:1px solid #A0A0A0;
	background-color:#FAFAFF;
}

.wst-header .contributor-text {
	font-style:italic;
}

.wst-header #header-title-text {
	font-weight:bold;
}

/* microformat */
.wst-header #ws-data {
	display:none;
}
.wst-header #ws-data.ws-data-show {
	display:block;
}

/* missing params error */
.wst-header .wst-header-missing-params {
	margin-right:auto;
	margin-left:auto;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px hidden transparent;
	border-left:1px solid #CCC;
	text-align:center;
}
.wst-header .wst-header-missing-params .error {
	font-size:90%;
	font-weight:bold;
}