Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Documentation/styles.css: Difference between revisions

Template page
Created page with '.template-documentation { margin-top: 1em; clear: both; border: 2px dotted #666; padding: 0.6em; background-color: #ecfcf4; } .template-documentation:after...'
 
m 6 revisions imported
 
(5 intermediate revisions by 5 users not shown)
Line 22: Line 22:
font-size: smaller;
font-size: smaller;
font-style: italic;
font-style: italic;
}
@media screen {
    html.skin-theme-clientpref-night .template-documentation {
    background-color: #0b1e1c;
}
}
@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .template-documentation {
        background-color: #0b1e1c;
    }
}
}

Latest revision as of 06:05, 9 August 2026

.template-documentation {
	margin-top: 1em;
	clear: both;
	border: 2px dotted #666;
	padding: 0.6em;
	background-color: #ecfcf4;
}
.template-documentation:after {
	content: "";
	display: block;
	clear: both;
}
.template-documentation-heading {
	padding-bottom: 3px;
	border-bottom: 1px solid #a2a9b1;
	margin-bottom: 1ex;
}
.template-documentation-title {
	font-size: 150%;
}
.template-documentation-transcludedfrom {
	font-size: smaller;
	font-style: italic;
}


@media screen {
    html.skin-theme-clientpref-night .template-documentation {
	    background-color: #0b1e1c;
	}
}


@media screen and ( prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .template-documentation {
        background-color: #0b1e1c;
    }
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.