"ഫലകം:Documentation/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
(Adithyak1997 changed the content model of the page ഫലകം:Documentation/styles.css from "വിക്കിഎഴുത്ത്" to "സി.എസ്.എസ്.") |
(improve the coloring in dark mode based on https://en.wikipedia.org/w/index.php?title=Module:Documentation/styles.css&oldid=1225551577) |
||
| വരി 22: | വരി 22: | ||
font-size: smaller; | font-size: smaller; | ||
font-style: italic; | font-style: italic; | ||
} | |||
html.skin-theme-clientpref-night .template-documentation { | |||
background-color: #0b1e1c; | |||
} | |||
@media (prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os .template-documentation { | |||
background-color: #0b1e1c; | |||
} | |||
} | } | ||
03:00, 4 ജൂൺ 2024-നു നിലവിലുണ്ടായിരുന്ന രൂപം
.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;
}
html.skin-theme-clientpref-night .template-documentation {
background-color: #0b1e1c;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .template-documentation {
background-color: #0b1e1c;
}
}