Template:Ellipsis/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.gp-ellipsis, | .gp-ellipsis, | ||
.gp-quote-insertion { | .gp-quote-insertion, | ||
.gp-quiet-text { | |||
font-size: 0.85em; | font-size: 0.85em; | ||
color: #72777d; | color: #72777d; | ||
| Line 6: | Line 7: | ||
} | } | ||
.gp-quiet-bracket { | .gp-quiet-bracket, | ||
.gp-quiet-text-same-size { | |||
color: #72777d; | color: #72777d; | ||
} | } | ||
| Line 12: | Line 14: | ||
html.skin-theme-clientpref-night .gp-ellipsis, | html.skin-theme-clientpref-night .gp-ellipsis, | ||
html.skin-theme-clientpref-night .gp-quote-insertion, | html.skin-theme-clientpref-night .gp-quote-insertion, | ||
html.skin-theme-clientpref-night .gp-quiet-bracket { | html.skin-theme-clientpref-night .gp-quiet-text, | ||
html.skin-theme-clientpref-night .gp-quiet-bracket, | |||
html.skin-theme-clientpref-night .gp-quiet-text-same-size { | |||
color: #a2a9b1; | color: #a2a9b1; | ||
} | } | ||
Latest revision as of 14:47, 2 August 2026
.gp-ellipsis,
.gp-quote-insertion,
.gp-quiet-text {
font-size: 0.85em;
color: #72777d;
white-space: nowrap;
}
.gp-quiet-bracket,
.gp-quiet-text-same-size {
color: #72777d;
}
html.skin-theme-clientpref-night .gp-ellipsis,
html.skin-theme-clientpref-night .gp-quote-insertion,
html.skin-theme-clientpref-night .gp-quiet-text,
html.skin-theme-clientpref-night .gp-quiet-bracket,
html.skin-theme-clientpref-night .gp-quiet-text-same-size {
color: #a2a9b1;
}