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 17: Line 17:
   float:right;
   float:right;
   width:300px;
   width:300px;
}
a.mw-collapsible-text {
  color:white;
}
}

Revision as of 02:44, 7 June 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;
}