No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 76: | Line 76: | ||
margin: 15px; | margin: 15px; | ||
} | } | ||
.spellpage- | .spellpage-block { | ||
border-radius: 5px; | |||
box-shadow: 0 0 20px #444 inset; | |||
padding: 0px; | |||
margin: 10px; | |||
border: 4px solid #564; | |||
display: block; | display: block; | ||
max-width: 600px; | max-width: 600px; | ||
Line 190: | Line 195: | ||
} | } | ||
.spell-title { | .spell-title { | ||
color: #411 !important; | color: #411 !important; | ||
font-family: Georgia, serif !important; | font-family: Georgia, serif !important; | ||
font-size: | font-size: 180% !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
text-align: center; | text-align: center; | ||
Line 234: | Line 231: | ||
color: #411; | color: #411; | ||
font-size: 110%; | font-size: 110%; | ||
} | |||
.spell-blank-text { | |||
font-family: Georgia, serif; | |||
display: block; | |||
clear: both; | |||
text-align: left; | |||
padding-left: 25px; | |||
color: #666; | |||
font-size: 120%; | |||
} | } | ||
Line 377: | Line 384: | ||
width: 95%!important; | width: 95%!important; | ||
} | } | ||
h4 .item-title, h4 .spell-title { | |||
font-size: 120% !important; | |||
} | |||
.tooltip-short, .tooltip, .tooltip-long { | .tooltip-short, .tooltip, .tooltip-long { | ||
display: none!important; | display: none!important; |