Vexillology Wiki
Advertisement

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.
/* Bold headers */
h3 span.mw-headline,
h4 span.mw-headline,
h5 span.mw-headline {font-weight:bold;}

/* Link colors */
.external, .wplink a {color:#46b;}

/*** Mirroring Common.css ***/
.invisible {display:none;}
 
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect, .watchlistredir {font-style:italic;}
.allpagesredirect:after {color:#808080; content:" (redirect)"}
 
/* Old infobox styling */
.wikia-infobox {background-color:#e8eaee; border:1px solid #999;}
 
/* New infobox styling */
.portable-infobox {width:300px; background-color:#e8eaee; border:1px solid #999;}
.pi-title {text-align:center;}
.pi-group {border-top:1px solid #999; padding:10px;}
.pi-header {background:transparent; text-align:center;}
.pi-data:not(:last-of-type) {border-bottom:none;}
.pi-image-thumbnail {max-width:250px; max-height:200px; width:auto; height:auto;}
.portable-infobox figcaption {text-align:center;}

/* Hide results in polls */
.hideresults .ajax-poll .pollAnswerVotes {display:none;}

/* Plain lists */
ul.plainlist, .plainlist ul {list-style-type:none; margin-left:0; margin-top:0;}

/* Override link color */
.inheritcolor a {color:inherit;}

/* Column breaks */
.autocolumns > ul > li {break-inside:avoid;}
Advertisement