/* Deprecated/historical page styling
   Applied via .. rst-class:: deprecated-page on the section heading */

/* Gray out all page content */
section.deprecated-page,
section.deprecated-page p,
section.deprecated-page li,
section.deprecated-page dd,
section.deprecated-page dt,
section.deprecated-page td,
section.deprecated-page th,
section.deprecated-page span,
section.deprecated-page div,
section.deprecated-page blockquote,
section.deprecated-page .body,
section.deprecated-page .document,
section.deprecated-page .section {
    color: #999 !important;
}

section.deprecated-page h1,
section.deprecated-page h2,
section.deprecated-page h3,
section.deprecated-page h4,
section.deprecated-page h5,
section.deprecated-page h6 {
    color: #aaa !important;
}

section.deprecated-page a {
    color: #9ab !important;
}

section.deprecated-page strong,
section.deprecated-page b {
    color: #888 !important;
}

section.deprecated-page em,
section.deprecated-page i {
    color: #999 !important;
}

section.deprecated-page img {
    opacity: 0.35;
    filter: grayscale(100%);
}

section.deprecated-page pre,
section.deprecated-page code {
    opacity: 0.5;
}

section.deprecated-page table {
    opacity: 0.55;
}

section.deprecated-page .admonition:not(.deprecated-notice) {
    opacity: 0.5;
}

/* The deprecation notice itself stays prominent */
section.deprecated-page > .admonition.deprecated-notice,
section.deprecated-page > .admonition.deprecated-notice p,
section.deprecated-page > .admonition.deprecated-notice li,
section.deprecated-page > .admonition.deprecated-notice span,
section.deprecated-page > .admonition.deprecated-notice div {
    color: #333 !important;
    background: #fff3e0;
    border-radius: 6px;
    opacity: 1;
}

section.deprecated-page > .admonition.deprecated-notice {
    border: 2px solid #e67e22;
    padding: 1em 1.2em;
    margin: 0 0 2em 0;
}

section.deprecated-page > .admonition.deprecated-notice .admonition-title {
    color: #c0392b !important;
    font-size: 1.15em;
    font-weight: 700;
}

section.deprecated-page > .admonition.deprecated-notice a {
    color: #2980b9 !important;
}

section.deprecated-page > .admonition.deprecated-notice strong,
section.deprecated-page > .admonition.deprecated-notice b {
    color: #333 !important;
}
