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!

MediaWiki:Common.css

From Arthur Wiki
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}

#mw-indicator-mw-helplink a {
    display:none;
}

/* main page */
div.mpheader {
    border-radius:10px;
    background:#DB2929;
    color:white;
    font-size:110%;
    font-weight:bold;
    text-align:center;
    padding:5px;
    margin-top:3px;
}