Template:Spell info/style.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
.spellcard .spelllists | div.spellcard div.spelllists ul li { | ||
list-style-type: none; | list-style-type: none; | ||
border: 1px solid #cbc6c3; | border: 1px solid #cbc6c3; | ||
Line 14: | Line 14: | ||
} | } | ||
.spellcard .spelllists | div.spellcard div.spelllists ul { | ||
margin: 0; | margin: 0; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
.spellcard .spell | div.spellcard table.spell caption { | ||
font-size: 35px; | font-size: 35px; | ||
font-weight: bold; | font-weight: bold; | ||
Line 25: | Line 25: | ||
} | } | ||
.spellcard .spell | div.spellcard table.spell th { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 14px; | font-size: 14px; | ||
Line 32: | Line 32: | ||
} | } | ||
.spellcard .spell { | div.spellcard table.spell { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border-spacing: 0; | border-spacing: 0; | ||
} | } | ||
.spellcard .spell | div.spellcard table.spell th, | ||
.spellcard .spell | div.spellcard table.spell td { | ||
padding: 0; | padding: 0; | ||
line-height: initial; | line-height: initial; | ||
} | } | ||
.spellcard .spell | div.spellcard table.spell td { | ||
padding-bottom: 24px; | padding-bottom: 24px; | ||
} | } | ||
.spellcard .spell, | div.spellcard table.spell, | ||
.spellcard | div.spellcard hr, | ||
.spellcard .desc { | div.spellcard div.desc { | ||
width: 100%; | width: 100%; | ||
} | } | ||
.spellcard.tooltip-false .spell, | div.spellcard.tooltip-false table.spell, | ||
.spellcard.tooltip-false | div.spellcard.tooltip-false hr, | ||
.spellcard.tooltip-false .desc { | div.spellcard.tooltip-false div.desc { | ||
width: calc(100% - 450px); | width: calc(100% - 450px); | ||
} | } | ||
.spellcard .small { | div.spellcard .small { | ||
font-size: 90%; | font-size: 90%; | ||
} | } |
Latest revision as of 17:34, 14 February 2022
div.spellcard div.spelllists 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;
}
div.spellcard div.spelllists ul {
margin: 0;
display: inline-block;
}
div.spellcard table.spell caption {
font-size: 35px;
font-weight: bold;
text-align: left;
}
div.spellcard table.spell th {
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
text-align: left;
}
div.spellcard table.spell {
border-collapse: collapse;
border-spacing: 0;
}
div.spellcard table.spell th,
div.spellcard table.spell td {
padding: 0;
line-height: initial;
}
div.spellcard table.spell td {
padding-bottom: 24px;
}
div.spellcard table.spell,
div.spellcard hr,
div.spellcard div.desc {
width: 100%;
}
div.spellcard.tooltip-false table.spell,
div.spellcard.tooltip-false hr,
div.spellcard.tooltip-false div.desc {
width: calc(100% - 450px);
}
div.spellcard .small {
font-size: 90%;
}