Difference between revisions of "Template:Honor infobox/style.css"
From Pathfinder Wiki
DesignerThan (talk | contribs) (Created page with ".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; } ....") |
DesignerThan (talk | contribs) (add support for pilots) |
||
(8 intermediate revisions 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; | ||
} | } | ||
− | .honor-infobox .infobox- | + | .infobox.honor-infobox .honor-infobox-button .btn { |
− | box-shadow: | + | width: 100%; |
− | + | box-shadow: 2px 2px 5px rgba(0,0,0,.4); | |
− | |||
} | } | ||
− | .honor-infobox .infobox- | + | |
− | + | .infobox.honor-infobox .honor-infobox-seeAlso a, | |
− | + | .infobox.honor-infobox .honor-infobox-seeAlso a.new { | |
+ | 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;
}