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

From Pathfinder Wiki
(add support for pilots)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.honor-infobox {
+
.infobox.honor-infobox {
text-align: center;
+
margin: 0;
box-shadow: 5px 5px 10px rgba(0,0,0, .3);
+
padding: 0;
border-radius: 10px;
+
float: none;
margin-bottom: 0;
+
clear: none;
border-collapse: inherit;
+
width: 100%;
border-spacing: .5em;
+
font-size: 1em;
 
}
 
}
.honor-infobox #infobox-title {
+
 
font-size: 1.6rem;
+
.infobox.honor-infobox .infobox-above {
font-weight: bold;
+
font-size: 1.6em;
 +
padding: .5em 0 0 0;
 
}
 
}
  
.honor-infobox .infobox-value {
+
.infobox.honor-infobox .honor-infobox-button .btn {
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%;
 
width: 100%;
 
box-shadow: 2px 2px 5px rgba(0,0,0,.4);
 
box-shadow: 2px 2px 5px rgba(0,0,0,.4);
 
}
 
}
#infobox-part-of a,
+
 
#infobox-part-of a.new {
+
.infobox.honor-infobox .honor-infobox-seeAlso a,
 +
.infobox.honor-infobox .honor-infobox-seeAlso a.new {
 
color: white;
 
color: white;
}
 
 
#infobox-see-also ul {
 
list-style: none;
 
padding-left: 0;
 
 
}
 
}

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