Jump to content

MediaWiki:Common.css: Difference between revisions

From TVSWiki
No edit summary
No edit summary
Line 3: Line 3:
   min-width: 90px;
   min-width: 90px;
   text-align: right;
   text-align: right;
}
html.skin-theme-clientpref-night {
    --background-color-base: #0e0e0e;
}
}

Revision as of 14:58, 21 April 2025

/* CSS placed here will be applied to all skins */
.pi-data-label {
  min-width: 90px;
  text-align: right;
}

html.skin-theme-clientpref-night {
    --background-color-base: #0e0e0e;
}