MediaWiki:Common.css

From casio-inside
Revision as of 22:05, 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;
  font-weight: normal;
}

.color-cfx > * > tr > th {
  color: linear-gradient(105deg, rgba(234,236,240,1) 0%, rgba(234,236,240,1) 85%, rgba(255,0,0,1) 86%, rgba(255,0,0,1) 89%, rgba(0,255,9,1) 90%, rgba(0,255,0,1) 93%, rgba(0,0,255,1) 94%, rgba(0,0,255,1) 97%, rgba(234,236,240,1) 98%, rgba(234,236,240,1) 100%);
 }

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

.gallery-table > * > tr:nth-child(2) {
    height: 360px;
}