MediaWiki:Common.css

From Vassal

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

/* important notice box */

.important {
  margin: 10px auto;
  border: 2px red solid;
  padding: 0.5em 1em;
  background-color: #fff2f2;
}

/* hide title on Main Page */
body.page-Main_Page h1.firstHeading { display:none; }

/* module files table */

.module_files {
  border-collapse: collapse;
}

.module_files th {
  text-align: center;
}

.module_files tr {
  border-top: 1px #AAAAAA solid;
  border-bottom: 1px #AAAAAA solid;
}

.module_files td {
  padding: 0 1em;
  text-align: left;
}

.module_files th.module_version {
  background: #f9f9f9;
  text-align: left;
}

.module_files td.module_file_compat {
  text-align: center;
}

.module_files td.module_file_size {
  text-align: right;
}

/* module contact table */

.module_contact {
  text-align: left;
}

.module_contact th {
  vertical-align: top;
}

.module_contact td {
  padding: 0 1em;
}

/* game info box */

.game_info {
  background: #F9F9F9;
  border: 1px #AAAAAA solid;
  width: 100%;
  overflow: auto;
}

.game_info a.image {
  display: block;
  float: left;
  padding: 5px;
}

.game_info table {
  background: #F9F9F9;
  text-align: left;
  padding: 5px;
}

.game_info table th {
  padding: 0em 1em 0em 1em;
}