MediaWiki:Common.css

From LCARS

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 */
table.sidebar { float: right; clear: right; font-size: 0.9em; border: solid 1px; margin-left: 1em; max-width: 20em; }
.sidebar tr td { padding: 0.5em; }

.sidebar td.caption { text-align: right; font-family: "Teko"; font-weight: bold; }

.sidebar span.sb-name { font-family: "Teko"; font-weight: bold; }

.retired { width: 68%; margin: auto; border: solid 10px #680000; background: #680000; }
.retired tr th { text-align: center; font-weight: bold; font-family: "Teko", sans-serif; font-size: 20pt; }
.retired tr td { text-indent: 5em; }

@media only screen and (max-device-width: 600px) {
	table.sidebar { float: none; margin-left: auto; margin-right: auto; }
}