/* Base for the old boxy black layouts */

@import "stdcolors.css";
@import "stdspacing.css";
@import "stdfonts.css";

@import "forest.css";
@import "moon.css";

@media screen {
	body {
		color-scheme: dark;
		color: white;
		background-color: black;
	}
	.content {
		margin: 0;
		padding: 0 0 0.2em 0;
		background-color: black;
	}
	.header {
		border-width: 0 0 2px 0;
	}
	.footer {
		border-width: 2px 0 0 0;
	}
	.header, .footer {
		border-style: solid;
		padding: 0.2em 0.5em 0.2em 0.5em;
		background-color: rgba(128,128,128,0.2);
	}
	#system-links {
		color: #555;
	}
	#system-links a {
		color: #444;
	}
}
