Template:Documentation/styles.css: Difference between revisions
Jump to navigation
Jump to search
AdminIsidore (talk | contribs) No edit summary Tag: Manual revert |
AdminIsidore (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
.documentation, | .documentation, | ||
.documentation-metadata { | .documentation-metadata { | ||
border: 1px solid #00FF00; | border: 1px solid #00FF00; | ||
background-color: #000000; | background-color: #000000; | ||
color: #00FF00; | color: #00FF00; | ||
font-family: | font-family: "Courier New", monospace; /* Fallback font */ | ||
clear: both; | clear: both; | ||
padding: 0.5em; | padding: 0.5em; | ||
box-shadow: 0 0 5px #00FF00; | box-shadow: 0 0 5px #00FF00; | ||
} | } | ||
.documentation { | .documentation { | ||
| Line 19: | Line 19: | ||
.documentation-startbox { | .documentation-startbox { | ||
padding-bottom: 2px; | padding-bottom: 2px; | ||
border-bottom: 1px solid #00FF00; | border-bottom: 1px solid #00FF00; | ||
margin-bottom: 0.5ex; | margin-bottom: 0.5ex; | ||
} | } | ||
.documentation-heading { | .documentation-heading { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 130%; | font-size: 130%; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
.documentation-clear { | .documentation-clear { | ||
| Line 32: | Line 32: | ||
.documentation-toolbar { | .documentation-toolbar { | ||
font-style: normal; | font-style: normal; | ||
font-size: 80%; | font-size: 80%; | ||
color: #00CC00; | color: #00CC00; | ||
} | } | ||
@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 { | ||
background-color: #111111; | background-color: #111111; | ||
color: #00FF00; | color: #00FF00; | ||
box-shadow: 0 0 5px #00FF00; | box-shadow: 0 0 5px #00FF00; | ||