Template:Template journal/styles.css: Difference between revisions

From All Skies Encyclopaedia
imported>Grufo
(First stub)
(No difference)

Revision as of 00:11, 9 April 2023

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;
}