This wiki has had no edits or log actions made within the last 45 days and has been automatically marked as inactive. If you would like to prevent this wiki from being closed, please start showing signs of activity here. If there are no signs of this wiki being used within the next 15 days, this wiki will be closed in accordance to the Dormancy Policy (which all wiki founders accept when requesting a wiki). If this wiki is closed and no one reopens it 135 days from now, this wiki will become eligible for deletion. Note: If you are a bureaucrat, you can go to Special:ManageWiki and uncheck "inactive" yourself.

MediaWiki:Common.css

From Bristol Student Housing Co-operative
Revision as of 17:37, 2 February 2024 by CallumJB (talk | contribs) (image classes are now applied to spans (inline), so also make image within the span the right width, otherwise the logo overflows on small screens)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 */

/* Used for full width logo on home page */
.full-width, .full-width img {
	width: 100%;
	height: auto;
}

/*
Don't displace site notices
They are annoying and irrelevant to people viewing the website,
if you would like to be shown site notices create the page
User:Username/common.css
where Username is your username and add:
.siteNotice {
	display: block;
}
*/
.siteNotice {
	display: None;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.