Template:Infobox Imageboard Site/styles.css

From Qa2triots Wiki
Jump to navigationJump to search
.site-infobox {
	float: right;
	clear: right;
	width: 260px;
	max-width: 100%;
	margin: 0 0 1em 1em;
	box-sizing: border-box;

	background: #d6ffd5;
	border: 1px solid #398316;
	color: #1a2414;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35;
}

.site-infobox-title {
	padding: 6px 8px;

	background: #8acf52;
	border-bottom: 1px solid #398316;
	color: #1f4210;

	font-size: 14px;
	font-weight: bold;
	text-align: center;
	overflow-wrap: anywhere;
}

.site-infobox-logo {
	padding: 8px;

	background: #efffe8;
	border-bottom: 1px solid #398316;
	text-align: center;
}

.site-infobox-logo img {
	max-width: 100%;
	height: auto;
}

.site-infobox-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;

	background: #efffe8;
	color: #1a2414;
}

.site-infobox-table th,
.site-infobox-table td {
	padding: 5px 6px;
	border-top: 1px solid #398316;
	vertical-align: top;
	overflow-wrap: anywhere;
	word-wrap: break-word;
}

.site-infobox-table tr:first-child th,
.site-infobox-table tr:first-child td {
	border-top: 0;
}

.site-infobox-table th {
	width: 35%;

	background: #c6f1ac;
	border-right: 1px solid #398316;
	color: #2e5c12;

	font-weight: bold;
	text-align: left;
}

.site-infobox-table td {
	background: #efffe8;
}

.site-infobox a {
	color: #1a7e49;
	text-decoration: underline;
}

.site-infobox a:hover {
	color: #125d36;
}

@media screen and (max-width: 600px) {
	.site-infobox {
		float: none;
		clear: both;
		width: 100%;
		margin: 1em 0;
	}
}