Template:Talk quote inline/styles.css: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported) |
m (1 revision imported) |
||
| (One intermediate revision by one other user not shown) | |||
| 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; | ||
Latest revision as of 20:58, 11 June 2026
/* {{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: '"' '"';
}