Open main menu

MediaWiki:Common.css

Revision as of 12:32, 13 June 2020 by Administrator (talk | contribs)

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
.wh-header-image {
	max-width: 100% ;
	height: auto;
}
.two-columns-container {
	    display: flex;
    max-width: 720px;
    text-align: justify;
}
.two-columns-container.first-column {
	    flex: 1;
    margin-right: 20px;
}
.two-columns-container.second-column {
	flex: 1;
}
.two-columns-container.column-questions-delimiter {
	    border-top: 0.15em solid;
    width: 56px;
    color: #5f6367;
    background-color: inherit;
}
.two-columns-container.column-question-container {
	font-size: 11.9px;
}