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

From All Skies Encyclopaedia
imported>Grufo
(First stub)
 
imported>Grufo
(Reduce tab size)
Line 10: Line 10:
border: 1px solid #eaecf0;
border: 1px solid #eaecf0;
line-height: 1.3;
line-height: 1.3;
tab-size: 4;
}
}



Revision as of 01:48, 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;
	tab-size: 4;
}

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