Template:Template journal/styles.css

From All Skies Encyclopaedia
< Template:Template journal
Revision as of 00:11, 9 April 2023 by imported>Grufo (First stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
div.tj-box {
	font-family: monospace;
	white-space: pre;
	padding: 1em;
	white-space: pre-wrap;
	overflow-x: hidden;
	word-wrap: break-word;
	background-color: #f8f9fa;
	color: #000;
	border: 1px solid #eaecf0;
	line-height: 1.3;
}

div.tj-box span.tj-tn {
	font-weight: bold;
	color: #4169e1;
}

div.tj-box span.tj-an {
	font-weight: bold;
	color: #2e8b57;
}

div.tj-box span.tj-ac {
	font-style: italic;
	color: #933;
}