Template:Spell info/style.css: Difference between revisions

From Campaigns
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 33: Line 33:


.small {
.small {
   font-size: 80%;
   font-size: 90%;
}
}

Revision as of 01:52, 13 February 2022

ul > li {
  list-style-type: none;
  border: 1px solid #cbc6c3;
  background-color: #fff;
  box-shadow: inset 0 0 4px 0 #dcd1c7;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 3px;
}

ul {
  margin: 0;
  display: inline-block;
}

table.spelltable caption {
  font-size: 35px;
  font-weight: bold;
  text-align: left;
}

table.spelltable th {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.small {
  font-size: 90%;
}