Difference between revisions of "Template:Honor infobox/style.css"
From Pathfinder Wiki
DesignerThan (talk | contribs) |
DesignerThan (talk | contribs) |
||
Line 28: | Line 28: | ||
#infobox-part-of a.new { | #infobox-part-of a.new { | ||
color: white; | color: white; | ||
+ | } | ||
+ | |||
+ | #infobox-see-also ul { | ||
+ | list-style: none; | ||
} | } |
Revision as of 22:39, 1 February 2021
.honor-infobox {
text-align: center;
box-shadow: 5px 5px 10px rgba(0,0,0, .3);
border-radius: 10px;
margin-bottom: 0;
border-collapse: inherit;
border-spacing: .5em;
}
.honor-infobox #infobox-title {
font-size: 1.6rem;
font-weight: bold;
}
.honor-infobox .infobox-value {
box-shadow: inset 0 0 5px rgba(0,0,0,.4);
border-radius: 10px;
padding: .5em;
}
.honor-infobox .infobox-value-emphasize {
font-size: 1rem;
font-weight: bold;
}
.honor-infobox button {
width: 100%;
box-shadow: 2px 2px 5px rgba(0,0,0,.4);
}
#infobox-part-of a,
#infobox-part-of a.new {
color: white;
}
#infobox-see-also ul {
list-style: none;
}