The forum pages are fully operational! See this link for the latest forum topics, where users can collaborate or discuss certain topics in one place!

Difference between revisions of "MediaWiki:Common.css"

From Arthur Wiki
Jump to navigationJump to search
Line 25: Line 25:
.navbox tr:first-child th, .navbox tr:first-child th a {
.navbox tr:first-child th, .navbox tr:first-child th a {
     color: #FFFFFF !important;
     color: #FFFFFF !important;
}
.mw-changeslist-legend a.mw-collapsible-text {
    color:#002bb8 !important;
}
}

Revision as of 03:43, 10 December 2020

/* CSS placed here will be applied to all skins */

.ajaxpoll .ajaxpoll-hover-revoke {
  background:#aaa;
}

.ajaxpoll .ajaxpoll-hover-vote {
  background:#FF0000;
}

div.mw-warning-with-logexcerpt {
  border: 2px solid #db2929;
}

table.infobox {
  border: 1px solid #aaa;
  float:right;
  width:300px;
}

a.mw-collapsible-text {
  color:white;
}

.navbox tr:first-child th, .navbox tr:first-child th a {
    color: #FFFFFF !important;
}

.mw-changeslist-legend a.mw-collapsible-text {
    color:#002bb8 !important;
}