Permanently protected template

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

From HIBIKIFORUM
Jump to navigation Jump to search
m (Penguinplushie moved page Template:Template journal/style.css to Template:Template journal/styles.css without leaving a redirect)
mNo edit summary
Tag: Manual revert
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* {{pp-template}} */
div.tj-box {
div.tj-box {
font-family: 'Menlo', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
font-family: 'Menlo', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
Line 29: Line 31:


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

Latest revision as of 05:35, 20 August 2023

/* {{pp-template}} */

div.tj-box {
	font-family: 'Menlo', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
	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;
	vertical-align: baseline;
	margin: 0;
}

div.tj-box span.tj-tn,
div.tj-box span.tj-tn a,
div.tj-box span.tj-tn a:link,
div.tj-box span.tj-tn a:visited,
div.tj-box span.tj-tn a:hover {
	font-weight: bold;
	color: #4169e1;
}

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

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