Difference between revisions of "Template:Honor infobox/style.css"

From Pathfinder Wiki
(add support for pilots)
 
Line 13: Line 13:
 
}
 
}
  
.infobox.honor-infobox .honor-infobox-button button {
+
.infobox.honor-infobox .honor-infobox-button .btn {
 
width: 100%;
 
width: 100%;
 
box-shadow: 2px 2px 5px rgba(0,0,0,.4);
 
box-shadow: 2px 2px 5px rgba(0,0,0,.4);

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;
}