Template:Talk quote inline/styles.css: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported) |
No edit summary |
||
| Line 1: | Line 1: | ||
/* {{pp-template}} */ | /* {{pp-template}} */ | ||
@media screen { | |||
html.skin-theme-clientpref-night .inline-quote-talk { | |||
color: #00B785; | |||
} | |||
} | |||
@media screen and ( prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os .inline-quote-talk { | |||
color: #00B785; | |||
} | |||
} | |||
.inline-quote-talk { | .inline-quote-talk { | ||
font-family: Georgia, 'DejaVu Serif', serif; | font-family: Georgia, 'DejaVu Serif', serif; | ||
Revision as of 10:54, 30 September 2024
/* {{pp-template}} */
@media screen {
html.skin-theme-clientpref-night .inline-quote-talk {
color: #00B785;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .inline-quote-talk {
color: #00B785;
}
}
.inline-quote-talk {
font-family: Georgia, 'DejaVu Serif', serif;
color: #008560;
quotes: none;
}
.inline-quote-talk-italic {
font-family: inherit;
font-style: italic;
}
.inline-quote-talk-marks {
quotes: '"' '"';
}