MediaWiki:Common.css
Jump to navigation
Jump 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 affect all users */ .infobox { background: white; border: 1px solid #900; margin-bottom: 5px; margin-left: 10px; padding: 5px; font-size: 90%; line-height: 150%; width: 40%; float: right; clear: right; background-color: white !important; } blockquote.quotation { border: 1px solid #4F9CA1; padding: 10px; display: block; line-height: 1.5em; } div.message { border: 2px solid #DBCB93; background: none repeat scroll 0 0 #FBF3D4; padding-left: 12px; padding-right: 12px; display: table; } /* Make ToS checkbox appear on MobileFrontend */ @media all and (max-width: 768px) { #userloginForm div.mw-ui-checkbox { display: block; } } span.cs1-hidden-error {display: none;} /* hide hidden Citation Style 1 error messages */