Template:Infobox Concept/styles.css
Template page
More actions
/* Template:Infobox Concept/styles.css */
/* Content model: Sanitised CSS (set via Special:ChangeContentModel) */
.infobox-concept {
float: right;
clear: right;
width: 280px;
margin: 0 0 1em 1.4em;
background: #ffffff;
border: 1px solid #d2ddce;
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.04);
font-size: 0.9em;
line-height: 1.5;
overflow: hidden;
text-align: center;
}
/* Header block: "Part of a series on" + discipline */
.infobox-concept-series {
padding: 14px 16px 4px;
font-size: 0.85em;
color: #5a6650;
letter-spacing: 0.02em;
}
.infobox-concept-discipline {
padding: 0 16px 6px;
font-size: 1.25em;
font-weight: 700;
color: #2d5016;
}
.infobox-concept-discipline a {
color: #2d5016;
text-decoration: none;
}
.infobox-concept-discipline a:hover {
text-decoration: underline;
}
/* Optional image */
.infobox-concept-image {
padding: 6px 16px;
}
.infobox-concept-image img {
max-width: 100%;
border-radius: 6px;
}
.infobox-concept-caption {
padding: 2px 16px 8px;
font-size: 0.8em;
color: #5a6650;
}
/* Portal link row */
.infobox-concept-portal {
padding: 10px 16px;
border-top: 1px solid #e8ede5;
border-bottom: 1px solid #e8ede5;
background: #f7faf6;
}
.infobox-concept-portal a {
color: #2d5016;
font-weight: 600;
font-size: 1.05em;
text-decoration: none;
}
.infobox-concept-portal a:hover {
text-decoration: underline;
}
/* Browse sibling portals */
.infobox-concept-browse {
padding: 8px 16px;
font-size: 0.85em;
color: #5a6650;
}
.infobox-concept-browse a {
color: #2d6a4f;
text-decoration: none;
}
.infobox-concept-browse a:hover {
text-decoration: underline;
}
.infobox-concept-sep {
color: #b0bfac;
padding: 0 3px;
}
/* Parent concept */
.infobox-concept-parent {
padding: 8px 16px;
border-top: 1px solid #e8ede5;
font-size: 0.85em;
color: #5a6650;
}
.infobox-concept-parent-label {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
font-size: 0.8em;
margin-bottom: 2px;
}
.infobox-concept-parent a {
color: #2d6a4f;
}
/* Related concepts */
.infobox-concept-related {
padding: 8px 16px 12px;
border-top: 1px solid #e8ede5;
}
.infobox-concept-related-label {
font-size: 0.8em;
font-weight: 600;
color: #5a6650;
text-transform: uppercase;
letter-spacing: 0.04em;
margin-bottom: 4px;
}
.infobox-concept-related-links {
font-size: 0.9em;
line-height: 1.7;
}
.infobox-concept-related-links a {
color: #2d6a4f;
text-decoration: none;
}
.infobox-concept-related-links a:hover {
text-decoration: underline;
}
/* Key sources footer */
.infobox-concept-footer {
padding: 8px 16px;
border-top: 1px solid #e8ede5;
background: #f7faf6;
font-size: 0.8em;
color: #7a8472;
}