Changes

Jump to navigation Jump to search
m
no edit summary
Line 134: Line 134:
   border: 2px solid orange;
   border: 2px solid orange;
   box-shadow: 2px 2px 3px 0px #999;}
   box-shadow: 2px 2px 3px 0px #999;}
/*wikitable*/
table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: darkcyan;
  color: white;
  text-align: center;
}


/*sortable wikitable*/
/*sortable wikitable*/
table.jquery-tablesorter th.headerSort {
table.jquery-tablesorter th.headerSort {
     border: 2px solid darkcyan;
     border: 2px solid darkcyan;
}
table.jquery-tablesorter th.headerSort {
     cursor: pointer;
     cursor: pointer;
    background-repeat: no-repeat;
     background-position: center right;
     background-position: center right;
     padding-right: 21px;
     padding-right: 21px;
}
/*wikitable*/
table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: darkcyan;
  color: white;
  text-align: center;
}
}


Navigation menu