<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Some CSS adapted from phpBB.com rules page
*/

.bs-sidenav {
    background-color: #f7f5fa;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #fff;
}

.bs-sidebar .nav &gt; li &gt; a {
    color: #716b7a;
    display: block;
    padding: 5px 20px;
}

.bs-sidebar .nav &gt; li &gt; a:hover, .bs-sidebar .nav &gt; li &gt; a:focus {
    background-color: #e5e3e9;
    border-right: 2px solid #26BCB5;
    text-decoration: none;
}

.bs-sidebar .nav &gt; .active &gt; a, .bs-sidebar .nav &gt; .active:hover &gt; a, .bs-sidebar .nav &gt; .active:focus &gt; a {
    background-color: transparent;
    border-right: 2px solid #26BCB5;
    color: #26BCB5;
    font-weight: bold;
}
.bs-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px;
}
.bs-sidebar .nav .nav &gt; li &gt; a {
    font-size: 90%;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
}

.bs-sidebar.affix-bottom, .bs-sidebar.affix {
    width: 263px;
}

.bs-sidebar.affix {
    position: fixed;
    top: 0;
}

.bs-sidebar .nav &gt; .active &gt; ul {
    display: block;
}
.bs-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px;
}


.bs-docs-container .affix {
  top: 85px;
  width: 213px;
}
 
@media (min-width: 1200px) {
  .bs-docs-container .affix {
    width: 263px;
  }         
}

.bs-docs-container .affix-bottom {
  position: absolute;
  width: 213px;
}
 
@media (min-width: 1200px) {
  .bs-docs-container .affix-bottom {
    width: 263px;
  }
}

#rules &gt; li {
    padding-top: 85px;
}

.rule-item
{
    top: 85px;
}
.rule-anchor {
    padding-top: 585px;
}
</pre></body></html>