View source for Template:Template journal/styles.css
From Space Station 14 Wiki
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
div.tj-box {
font-family: monospace;
padding: 1em;
white-space: pre-wrap;
overflow-x: hidden;
word-wrap: break-word;
background-color: var(--code-color-bg);
color: var(--code-color-text);
border: 1px solid var(--code-color-border);
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: var(--green-color);
000
1:0
Return to Template:Template journal/styles.css.