Template:Noticeboard header/styles.css

From TestWiki
Revision as of 17:50, 27 March 2023 by (username removed) (2 revisions imported from meta:Template:Noticeboard_header/styles.css: Importing noticeboard header from Meta)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.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;
	}
}