Changes

Jump to navigation Jump to search
462 bytes removed ,  21:46, 26 January 2021
no edit summary
Line 703: Line 703:  
}
 
}
   −
/* Tables */
  −
table {
  −
  margin: 2em 0;
  −
}
  −
  −
table, td, th{
  −
  border: 1px solid var(--primary-color) !important;
  −
}
  −
  −
tr:nth-child(odd) {
  −
  background-color: var(--primary-color-light2);
  −
}
  −
  −
th {
  −
  text-align:left;
  −
  background-color: var(--primary-color-light);
  −
}
      
/* PW Boxes */
 
/* PW Boxes */
Line 828: Line 811:  
.pw-infobox-image {
 
.pw-infobox-image {
 
     text-align: center;
 
     text-align: center;
}
  −
  −
.pw-infobox table {
  −
  margin: inherate;
  −
}
  −
  −
.pw-infobox table, td, th{
  −
  border: 0 !important;
  −
}
  −
  −
.pw-infobox tr:nth-child(odd) {
  −
  background-color: transparent;
   
}
 
}
   Line 846: Line 817:  
     vertical-align: top;
 
     vertical-align: top;
 
     width: 130px;
 
     width: 130px;
    background-color: transparent;
   
}
 
}
 
.pw-infobox td {
 
.pw-infobox td {

Navigation menu