Difference between revisions of "MediaWiki:Common.css"

From El Compendio de Vilia
Jump to navigation Jump to search
Line 17: Line 17:
 
   font-weight: bold;
 
   font-weight: bold;
 
   background-color: silver;
 
   background-color: silver;
 +
}
 +
 +
.character-table-enfasis {
 +
  background-color: light-gray;
 
}
 
}

Revision as of 19:58, 3 January 2016

/* CSS placed here will be applied to all skins */

.character-inner-table {
  border: 1px black solid;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 2px;
}

.character-inner-table tr td {
  border: 1px black solid;
}

.character-table-header {
  width: 1%;
  font-weight: bold;
  background-color: silver;
}

.character-table-enfasis {
  background-color: light-gray;
}