MediaWiki:Common.css

Revision as of 01:27, 13 April 2024 by Piranhaplant (talk | contribs)

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

.infotable {
    float: right;
    clear: right;
    padding: 5px;
    margin-left: 3px;
}

.infotable th {
    text-align: left;
}

.breakrow td {
	border-top-width: 3px!important;
}

.highlightrow {
	background-color: #eaecf0;
}

.mainpage_box_container {
  columns: 2;
}

@media (max-width: 600px) {
  .mainpage_box_container {
    columns: 1;
  }
}

.mainpage_box {
  width: 100%;
  display: inline-block;
}

.mainpage_box h3 {
  color: white;
  background: gray;
  padding: 8px;
}

/* Hide BPMN embeds before javascript is run */
.bpmn_embed #canvas {
	display: none;
}