Jump to content

MediaWiki:Minerva.css

From Taerel Workshop

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.mobile-box {
  float: center;
  border: 1px solid #4ea9e6;
  padding: 5px;
  background-color: #f7fafc;
  margin-bottom: 10px;
  color: black;
  text-align: center;
}

.mobile-header {
  background: #c3e0fa;
  border: 1px solid #4ea9e6;
  margin: 3px;
  text-align: center;
}


html.skin-theme-clientpref-night  .mobile-box {
  float: center;
  border: 1px solid #9fd7fc;
  padding: 5px;
  background-color: #1c2135;
  margin-bottom: 10px;
  color: white;
  text-align: center;
}

html.skin-theme-clientpref-night .mobile-header {
  background: #1e4c6b;
  border: 1px solid #9fd7fc;
  margin: 3px;
  text-align: center;
}