From Easy Delivery Co. Unofficial Wiki
|
|
| Line 1: |
Line 1: |
| div.tj-box { | | /* {{Copyright|image=[[File:CC BY-SA icon.svg]]|text=This article and/or file is licensed under CC BY-SA 4.0, Which is different than the current license of this Wiki.}} */div.tj-box { |
| font-family: monospace, monospace; | | font-family: monospace, monospace; |
| padding: 1em; | | padding: 1em; |
Latest revision as of 08:06, 28 September 2025
/* {{Copyright|image=[[File:CC BY-SA icon.svg]]|text=This article and/or file is licensed under CC BY-SA 4.0, Which is different than the current license of this Wiki.}} */div.tj-box {
font-family: monospace, monospace;
padding: 1em;
white-space: pre-wrap;
overflow-x: hidden;
word-wrap: break-word;
background-color: var(--background-color-neutral-subtle, #f8f9fa);
color: var(--color-emphasized, #101418);
border: 1px solid var(--border-color-muted, #eaecf0);
line-height: 1.3;
tab-size: 4;
vertical-align: baseline;
margin: 0;
position: relative;
display: flow-root;
margin: 1em 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: #008000;
}
div.tj-box span.tj-an {
color: #767600;
}
/* Dark mode support */
@media screen {
html.skin-theme-clientpref-night div.tj-box span.tj-tn,
html.skin-theme-clientpref-night div.tj-box span.tj-tn a,
html.skin-theme-clientpref-night div.tj-box span.tj-tn a:link,
html.skin-theme-clientpref-night div.tj-box span.tj-tn a:visited,
html.skin-theme-clientpref-night div.tj-box span.tj-tn a:hover {
color: #6383E7;
}
html.skin-theme-clientpref-night div.tj-box span.tj-an {
color: #339a60;
}
html.skin-theme-clientpref-night div.tj-box span.tj-ac {
color: #D07373;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os div.tj-box span.tj-tn,
html.skin-theme-clientpref-os div.tj-box span.tj-tn a,
html.skin-theme-clientpref-os div.tj-box span.tj-tn a:link,
html.skin-theme-clientpref-os div.tj-box span.tj-tn a:visited,
html.skin-theme-clientpref-os div.tj-box span.tj-tn a:hover {
color: #6383E7;
}
html.skin-theme-clientpref-os div.tj-box span.tj-an {
color: #339a60;
}
html.skin-theme-clientpref-os div.tj-box span.tj-ac {
color: #D07373;
}
}