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

From Campaigns
Jump to navigation Jump to search
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 14: Line 14:
}
}


.spellcard .spelllists ul {
.spellcard .spelllists .fake-ul {
   margin: 0;
   margin: 0;
   display: inline-block;
   display: inline-block;
Line 25: Line 25:
}
}


.spellcard .spell th {
.spellcard .spell .fake-th {
   font-weight: bold;
   font-weight: bold;
   font-size: 14px;
   font-size: 14px;
Line 37: Line 37:
}
}


.spellcard .spell th,
.spellcard .spell .fake-th,
.spellcard .spell td {
.spellcard .spell .fake-td {
   padding: 0;
   padding: 0;
   line-height: initial;
   line-height: initial;
}
}


.spellcard .spell td {
.spellcard .spell .fake-td {
   padding-bottom: 24px;
   padding-bottom: 24px;
}
}

Revision as of 17:12, 14 February 2022

.spellcard .spelllists .fake-ul .fake-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;
}

.spellcard .spelllists .fake-ul {
  margin: 0;
  display: inline-block;
}

.spellcard .spell .fake-caption {
  font-size: 35px;
  font-weight: bold;
  text-align: left;
}

.spellcard .spell .fake-th {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.spellcard .spell {
  border-collapse: collapse;
  border-spacing: 0;
}

.spellcard .spell .fake-th,
.spellcard .spell .fake-td {
  padding: 0;
  line-height: initial;
}

.spellcard .spell .fake-td {
  padding-bottom: 24px;
}

.spellcard .spell,
.spellcard .fake-hr,
.spellcard .desc {
  width: 100%;
}

.spellcard.tooltip-false .spell,
.spellcard.tooltip-false .fake-hr,
.spellcard.tooltip-false .desc {
  width: calc(100% - 450px);
}

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