Template:Noticeboard header/styles.css

From TestWiki
.noticeboardheader-main {
	padding: 0.5em 1.6em 1em;
}
.noticeboardheader-title {
	font-size: 230%;
	font-weight: bold;
	color: #000;
}
.noticeboardheader-description {
	color: #000;
}
.noticeboardheader-newsection {
	padding: .4em 1.6em 1em;
	text-align: right;
}

@media screen and (max-width: 719px) {
	.noticeboardheader,
	.noticeboardheader > tbody,
	.noticeboardheader > tbody > tr,
	.noticeboardheader > tbody > tr > td {
		display: block;
		width: auto;
	}
	.noticeboardheader-translate,
	.noticeboardheader-newsection {
		text-align: left;
	}
}