Difference between revisions of "MediaWiki:Common.css"

From casio-inside
Jump to navigation Jump to search
Line 6: Line 6:
 
   border: 1px solid #a2a9b1;
 
   border: 1px solid #a2a9b1;
 
   border-collapse: collapse;
 
   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;
 
}
 
}

Revision as of 21:21, 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;
}