Difference between revisions of "Template:Honor infobox/style.css"
From Pathfinder Wiki
DesignerThan (talk | contribs) |
DesignerThan (talk | contribs) (add support for pilots) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | .honor-infobox { | + | .infobox.honor-infobox { |
− | + | margin: 0; | |
− | + | padding: 0; | |
− | + | float: none; | |
− | + | clear: none; | |
− | + | width: 100%; | |
− | + | font-size: 1em; | |
} | } | ||
− | .honor-infobox | + | |
− | font-size: 1. | + | .infobox.honor-infobox .infobox-above { |
− | + | font-size: 1.6em; | |
− | + | padding: .5em 0 0 0; | |
} | } | ||
− | . | + | .infobox.honor-infobox .honor-infobox-button .btn { |
− | |||
− | |||
− | |||
− | |||
− | .honor-infobox | ||
− | |||
− | |||
− | |||
− | .honor-infobox button { | ||
width: 100%; | width: 100%; | ||
box-shadow: 2px 2px 5px rgba(0,0,0,.4); | box-shadow: 2px 2px 5px rgba(0,0,0,.4); | ||
} | } | ||
− | + | ||
− | + | .infobox.honor-infobox .honor-infobox-seeAlso a, | |
+ | .infobox.honor-infobox .honor-infobox-seeAlso a.new { | ||
color: white; | color: white; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 15:41, 3 April 2022
.infobox.honor-infobox {
margin: 0;
padding: 0;
float: none;
clear: none;
width: 100%;
font-size: 1em;
}
.infobox.honor-infobox .infobox-above {
font-size: 1.6em;
padding: .5em 0 0 0;
}
.infobox.honor-infobox .honor-infobox-button .btn {
width: 100%;
box-shadow: 2px 2px 5px rgba(0,0,0,.4);
}
.infobox.honor-infobox .honor-infobox-seeAlso a,
.infobox.honor-infobox .honor-infobox-seeAlso a.new {
color: white;
}