Template:Documentation/styles.css: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
No edit summary
AdminIsidore (talk | contribs)
No edit summary
 
Line 4: Line 4:
     background-color: #000000;
     background-color: #000000;
     color: #00FF00;
     color: #00FF00;
     font-family: "Courier New", monospace; /* Fallback font */
     font-family: "Courier New", monospace; /* Fallback until font fixed */
     clear: both;
     clear: both;
     padding: 0.5em;
     padding: 0.5em;
Line 26: Line 26:
     font-size: 130%;
     font-size: 130%;
     text-transform: uppercase;
     text-transform: uppercase;
    color: #00FF00; /* Ensure visibility */
}
.documentation h2, .documentation h3, .documentation h4 {
    color: #00FF00; /* Green for headers like "Usage" */
    font-family: "Courier New", monospace;
    font-weight: bold;
    margin-top: 0.5em;
}
}
.documentation-clear {
.documentation-clear {
Line 37: Line 44:
@media screen {
@media screen {
     html.skin-theme-clientpref-night .documentation,
     html.skin-theme-clientpref-night .documentation,
     html.skin-theme-clientpref-night .documentation-metadata {
     html.skin-theme-clientpref-night .documentation-metadata,
    html.skin-theme-clientpref-night .documentation h2,
    html.skin-theme-clientpref-night .documentation h3,
    html.skin-theme-clientpref-night .documentation h4 {
         background-color: #111111;
         background-color: #111111;
         color: #00FF00;
         color: #00FF00;
Line 45: Line 55:
@media screen and (prefers-color-scheme: dark) {
@media screen and (prefers-color-scheme: dark) {
     html.skin-theme-clientpref-os .documentation,
     html.skin-theme-clientpref-os .documentation,
     html.skin-theme-clientpref-os .documentation-metadata {
     html.skin-theme-clientpref-os .documentation-metadata,
    html.skin-theme-clientpref-os .documentation h2,
    html.skin-theme-clientpref-os .documentation h3,
    html.skin-theme-clientpref-os .documentation h4 {
         background-color: #111111;
         background-color: #111111;
         color: #00FF00;
         color: #00FF00;