Jump to content

Template:Ellipsis/styles.css: Difference between revisions

From Grigoripedia
Created page with ".gp-ellipsis { font-size: 0.85em; color: #72777d; white-space: nowrap; } html.skin-theme-clientpref-night .gp-ellipsis { color: #a2a9b1; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.gp-ellipsis {
.gp-ellipsis,
.gp-quote-insertion,
.gp-quiet-text {
   font-size: 0.85em;
   font-size: 0.85em;
   color: #72777d;
   color: #72777d;
Line 5: Line 7:
}
}


html.skin-theme-clientpref-night .gp-ellipsis {
.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;
   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;
}