@import 'default.css';
@import '../../../../extensions/FontAwesome/web/css/all.min.css';

dt {
    font-weight: bold;
}

/* Custom roles */
.param {
    font-weight: bold;
}

.paramval {
    font-family: "Roboto Mono", "Noto Sans Mono", "Ubuntu Mono", "Segoe UI Mono", Menlo, Courier, monospace;
}

.group {
    font-family: "Roboto Mono", "Noto Sans Mono", "Ubuntu Mono", "Segoe UI Mono", Menlo, Courier, monospace;
}

.field {
    font-weight: bold;
}

.command {
    font-family: "Roboto Mono", "Noto Sans Mono", "Ubuntu Mono", "Segoe UI Mono", Menlo, Courier, monospace;
    font-size: 130%
}

.admonition-todo {
    background-color: lightpink;
    border: 2px darkred solid;
}

/* Make Buggie's antenna not take up so much space */
.logo {
    display: block;
    margin-top: -20px;
}

div.body p,
div.body dd,
div.body li {

    text-align: left;
}

/* Red Hat Theming */

body {
    background-color: white !important;
}

h1,
h2,
h3,
h4,
h5,
.sphinxsidebar,
div.sphinxsidebar h3 {
    font-family: "Open Sans",Helvetica, helvetica, arial, Tahoma, sans-serif;
    word-wrap: break-word;
}

.related {
    background-color: #252527 !important;
    padding: 1em 0;
}

.logo {
    margin-top: -2px;
}

div.document {
    background-color: #6e6e6e;
}

div.footer,
div.footer a {
    color: #000000;
}

div.sphinxsidebar a {
    color: #ffffff;
}

span.bz-secure::before,
span.bz-updated::before,
span.bz-requested::before,
span.bz-ignored::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 2px;
    font-size: x-small;
    color: chocolate;
}

/* one class */
span.bz-updated::before {
    content: "\f12a\00A0";
}

span.bz-ignored::before {
    content: "\f6a9\00A0";
}

span.bz-secure::before {
    content: "\f023\00A0";
}

span.bz-requested::before {
    content: "\f128\00A0";
}
