/* Sidebar images. */
.wicked-WikiHome {
    background-image: url("/themes/default/icons/house-chimney-solid.svg");
}
.wicked-WikiUsage {
    background-image: url("/themes/default/icons/chart-simple-solid.svg");
}
.wicked-RecentChanges {
    background-image: url("/themes/default/icons/square-check-regular.svg");
}
.wicked-AllPages {
    background-image: url("graphics/AllPages.png");
}
.wicked-MostPopular {
    background-image: url("graphics/MostPopular.png");
}
.wicked-LeastPopular {
    background-image: url("graphics/LeastPopular.png");
}

/* Toolbar images. */
.wicked-edit {
    background-image: url("graphics/edit.png");
}
.wicked-lock {
    background-image: url("graphics/locked.png");
}
.wicked-unlock {
    background-image: url("graphics/unlocked.png");
}
.wicked-delete {
    background-image: url("graphics/delete.png");
}

.pagelink {
    color: #6060ff;
    text-decoration: underline;
}
.pagelink:hover {
    color: #00f;
}
.attributes {
    border: 1px dashed #999;
    background: #eee;
    margin-bottom: 10px;
}

/* Styles inside the wiki page body. */
.pagebody {
    color: #000;
    background: #fff;
    padding: 20px;
}
.pagebody * {
    margin-top: 2px;
    margin-bottom: 2px;
}
.pagebody a[href^="http://"],
.pagebody a[href^="https://"],
.pagebody a[href^="ftp://"],
.pagebody a.external {
    background: url("graphics/external.png") center right no-repeat;
    padding-right: 13px;
}
.pagebody pre {
    border: 1px dashed #999;
    background: #eee;
    padding: 2px;
}
.pagebody tt {
    background: #eee;
    padding-left: 2px;
    padding-right: 2px;
}
.pagebody h1 {
    border-bottom: 2px solid black;
}
.pagebody h2 {
    border-bottom: 1px solid black;
}
.pagebody h1, .pagebody h2, .pagebody h3, .pagebody h4, .pagebody h5, .pagebody h6 {
    margin: .4em 0 .4em 0;
}
.pagebody p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pagebody hr {
    margin: .5em 0;
}
.pagebody ol, .pagebody ul, .pagebody li {
    margin-left: 20px;
}
.pagebody dd {
    margin-left: 40px;
}
.pagebody blockquote {
    margin-left: 40px;
}
.pagebody .center {
    text-align: center;
}

/* Page header */
.navigation img {
    vertical-align: middle;
}

/* Page footer */
#subpages, #pagefooter {
    border-top: thin solid #ccc;
    margin: 20px 20px 0 20px;
}
#subpages {
    padding-top: .5em;
}
#subpages h2 {
    font-size: 100%;
    font-weight: bold;
}
#subpages ul {
    margin-top: 10px;
    list-style: none;
}
#subpages li {
    display: inline-block;
    margin: 2px 0;
    padding-right: 20px;
}
#pagefooter {
    padding: .5em 0;
    font-size: 90%;
}

/* Attachment list block. */
.filelist {
    float: right;
    clear: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    width: 200px;
    font-size: 90%;
    background: #f6f6f6;
    border: 1px solid #ccc;
}
.filelist h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 4px 0;
    border-bottom: 1px dashed #000;
}

/* Table of Contents block. */
#toc {
    position: relative;
    float: right;
    clear: right;
    z-index: 1;
    margin: 0 0 10px 10px;
    padding: 5px;
    width: 200px;
    font-size: 90%;
    background: #f6f6f6;
    border: 1px solid #ccc;
}
#toc h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 4px 0;
    border-bottom: 1px dashed #000;
}
#toc li {
    margin: 0;
}
#toc li ol {
    margin-left: 10px;
}

a.newpage {
    color: var(--accent-color);
}

span.match {
    font-weight: bold;
    color: red;
}
