Difference between revisions of "MediaWiki:Common.css"

From casio-inside
Jump to navigation Jump to search
Line 27: Line 27:
  
 
.color-cfx > * > tr > th {
 
.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%);
+
   background: 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%);
 
  }
 
  }
  

Revision as of 22:06, 28 October 2019

/* 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 {
  background: 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;
}