Jump to content

MediaWiki:Common.css: Difference between revisions

From Aquinas Archive
No edit summary
No edit summary
Tag: Reverted
Line 2: Line 2:
@import url("https://aquinas.mj12.ddns.net/images/assets/table-display.css");
@import url("https://aquinas.mj12.ddns.net/images/assets/table-display.css");


body.mediawiki a:link {
html.skin-theme-clientpref-night {
  color: #4bb6ec !important;
--color-destructive: #cf6700 !important;
}
--color-error: #cf6700 !important;
body.mediawiki a:visited {
--color-content-removed: #cf6700 !important;
  color: #4bb6ec !important;
--background-color-error: #cf6700 !important;
}
--background-color-error--hover: #e87400 !important;
 
--border-color-error: #cf6700 !important;
body.mediawiki a.new {
--border-color-error--hover: #e87400 !important;
  color: #cf6700 !important;
}
}

Revision as of 08:17, 23 June 2025

@import url("https://aquinas.mj12.ddns.net/images/assets/profile-image.css");
@import url("https://aquinas.mj12.ddns.net/images/assets/table-display.css");

html.skin-theme-clientpref-night {
--color-destructive: #cf6700 !important;
--color-error: #cf6700 !important;
--color-content-removed: #cf6700 !important;
--background-color-error: #cf6700 !important;
--background-color-error--hover: #e87400 !important;
--border-color-error: #cf6700 !important;
--border-color-error--hover: #e87400 !important;
}