Template:Spell info/style.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
div. | div.spellcard ul li { | ||
list-style-type: none; | list-style-type: none; | ||
border: 1px solid #cbc6c3; | border: 1px solid #cbc6c3; | ||
Line 14: | Line 14: | ||
} | } | ||
div. | div.spellcard ul { | ||
margin: 0; | margin: 0; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
table | div.spellcard table caption { | ||
font-size: 35px; | font-size: 35px; | ||
font-weight: bold; | font-weight: bold; | ||
Line 25: | Line 25: | ||
} | } | ||
table | div.spellcard table th { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 14px; | font-size: 14px; | ||
Line 32: | Line 32: | ||
} | } | ||
table. | div.spellcard table, | ||
div.spellcard hr { | |||
width: calc(100% - 450px); | width: calc(100% - 450px); | ||
} | } | ||
.small { | div.spellcard .small { | ||
font-size: 90%; | font-size: 90%; | ||
} | } |
Revision as of 02:04, 13 February 2022
div.spellcard 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 ul {
margin: 0;
display: inline-block;
}
div.spellcard table caption {
font-size: 35px;
font-weight: bold;
text-align: left;
}
div.spellcard table th {
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
text-align: left;
}
div.spellcard table,
div.spellcard hr {
width: calc(100% - 450px);
}
div.spellcard .small {
font-size: 90%;
}