MediaWiki:Common.css

From casio-inside
Revision as of 21:34, 28 October 2019 by Cfx (talk | contribs)
Jump to navigation Jump to search

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

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

.gallery-table {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  background-color: white;
  border: 1px solid #a2a9b1;
  border-collapse: collapse;
}

.gallery-table > tr > th, 
.gallery-table > tr > td, 
.gallery-table > *  > tr > th, 
.gallery-table > * > tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}

.gallery-table > tr > th, 
.gallery-table > *  > tr > th {
  background-color: #eaecf0;
  text-align: center;
}

.gallery-table > * > tr > th,
.gallery-table > * > tr > td {
  width: 200px;
  font-weight: normal;
}