Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Series navbox/styles.css

Template page
/* Template:Series navbox/styles.css */
/* Shared styles for all portal "Part of a series" navboxes. */
/* Used by: Botany series, Cultivation series, and other planned portal series templates. */
.series-navbox {
    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.85em;
    line-height: 1.6;
    overflow: hidden;
    text-align: center;
}
.series-navbox-preamble {
    padding: 12px 16px 2px;
    font-size: 0.9em;
    color: #5a6650;
}
.series-navbox-title {
    padding: 0 16px 8px;
    font-size: 1.4em;
    font-weight: 700;
}
.series-navbox-title a {
    color: #2d5016;
    text-decoration: none;
}
.series-navbox-title a:hover {
    text-decoration: underline;
}
.series-navbox-image {
    padding: 4px 16px 8px;
}
.series-navbox-image img {
    max-width: 100%;
    border-radius: 6px;
}
.series-navbox-image-caption {
    padding: 8px 0 6px;
    font-size: 0.85em;
    font-style: italic;
    color: #5a6650;
    line-height: 1.4;
    text-align: center;
}
.series-navbox-browse {
    padding: 8px 16px;
    font-size: 0.9em;
    color: #5a6650;
    border-top: 1px solid #e8ede5;
    border-bottom: 1px solid #e8ede5;
    background: #f7faf6;
}
.series-navbox-browse a {
    color: #2d6a4f;
    text-decoration: none;
}
.series-navbox-browse a:hover {
    text-decoration: underline;
}
.series-navbox-sep {
    color: #b0bfac;
    padding: 0 3px;
}
.series-navbox-section {
    border-top: 1px solid #e8ede5;
    text-align: left;
    position: relative;
}
.series-navbox-section .mw-collapsible-toggle {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 0.85em;
}
.series-navbox-section-head {
    background: #f7faf6;
    padding: 7px 70px 7px 16px;
    font-weight: 600;
    font-size: 0.95em;
    color: #2d5016;
    cursor: pointer;
}
.series-navbox-section-head a,
.series-navbox-section-head a:visited {
    color: inherit;
    text-decoration: none;
}
.series-navbox-section-head a:hover {
    text-decoration: underline;
}
.series-navbox-section-head a.new {
    color: inherit;
}
.series-navbox-section-body {
    padding: 6px 16px 10px;
    font-size: 0.9em;
    line-height: 1.8;
}
.series-navbox-section-body a {
    color: #2d6a4f;
    text-decoration: none;
}
.series-navbox-section-body a:hover {
    text-decoration: underline;
}
.series-navbox-section-body a.new {
    color: #ba4a00;
}
.series-navbox-footer {
    padding: 8px 16px;
    border-top: 1px solid #e8ede5;
    background: #f7faf6;
    font-size: 0.85em;
    text-align: center;
}
.series-navbox-footer a {
    color: #2d6a4f;
    text-decoration: none;
}
.series-navbox-footer a:hover {
    text-decoration: underline;
}