Changes

Jump to navigation Jump to search
209 bytes added ,  21:45, 26 January 2021
no edit summary
Line 701: Line 701:  
   text-decoration: none !important;
 
   text-decoration: none !important;
 
   color: var(--primary-color) !important;
 
   color: var(--primary-color) !important;
 +
}
 +
 +
/* 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);
 
}
 
}
   Line 811: Line 829:  
     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;
 +
}
 +
 
.pw-infobox th {
 
.pw-infobox th {
 
     text-align: left;
 
     text-align: left;
 
     vertical-align: top;
 
     vertical-align: top;
 
     width: 130px;
 
     width: 130px;
 +
    background-color: transparent;
 
}
 
}
 
.pw-infobox td {
 
.pw-infobox td {
Line 823: Line 855:  
.vector-menu-tabs, .vector-menu-tabs a{
 
.vector-menu-tabs, .vector-menu-tabs a{
 
     background:none;
 
     background:none;
}
  −
  −
/* Tables */
  −
table {
  −
  margin: 2em 0;
  −
}
  −
  −
table, td, th{
  −
  border: 1px solid var(--primary-color) !important;
  −
}
  −
  −
tr:nth-child(odd) {
  −
  background: var(--primary-color-light2);
  −
}
  −
  −
th {
  −
  text-align:left;
  −
  background-color: var(--primary-color-light);
   
}
 
}

Navigation menu