MediaWiki:Common.css
From Jcastle.info
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 */ /* background setting */ body { background-image: url("/smw/resources/assets/design/bgmap8.jpg"); background-attachment: fixed; } .img-responsive { margin: 0 auto; } h1 { color:#36563C; } h2 { color:#36563C; /*color:#4C6473;*/ } /* even and odd in Broad tables */ .smwtable .row-even { background-color: #fff; } .smwtable .row-odd { background-color: #cde6ea; } .smwtable td { width: 150px; } /* for highlight photo template */ .largephoto { width:550px } /* for voting to fix display of your vote */ .rating-voted { display: inline; padding-left: .7em; padding-right: .5em; position: static; right: initial; } img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ } #ca-talk { display:none!important; } body.page-Home h1.firstHeading { display: none; } ul.titlelist { columns: 2; -webkit-columns: 2; -moz-columns: 2; } /* @noflip */ a { -ms-word-break: break-all; word-break: break-all; /* Non standard for WebKit */ word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } /* Infobox template style */ .infobox { background-color: #f8f9fa; /* @noflip */ font-size: 88%; } .infobox .caption { font-size: 100%; font-weight: bold; padding: 0.2em!important;; background-color: #808f7c; color: #fff; text-align: center; } .right { float: right; width: 60%; } .left { float: left; width: 40%; }