Difference between revisions of "MediaWiki:Common.css"

From casio-inside
Jump to navigation Jump to search
Line 20: Line 20:
 
   background-color: #eaecf0;
 
   background-color: #eaecf0;
 
   text-align: center;
 
   text-align: center;
 +
}
 +
 +
.gallery-table > * > tr > th,
 +
.gallery-table > * > tr > td {
 +
  width: 200px;
 
}
 
}

Revision as of 21:26, 28 October 2019

/* CSS placed here will be applied to all skins */

.gallery-table {
  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;
}