MediaWiki:Common.css: Difference between revisions

From UO Icebound
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(44 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Change the background color of the main menu sidebar */
/* General Page Background and Text */
#mw-panel {
body {
     background-color: #111111; /* Dark background for sidebar */
     background-color: #111111; /* Sets the background color for the entire page */
     color: #AFACA8; /* Light text color */
     color: #AFACA8; /* Sets the default text color */
}
}


/* Change the color of the links in the main menu sidebar */
/* Links Styling */
#mw-panel a {
a {
     color: #5C6969; /* Link color for the main menu */
     color: #89c5b7; /* Sets link color */
}
}


/* Change the visited link color in the main menu sidebar */
a:visited {
#mw-panel a:visited {
     color: #89c5b7; /* Sets visited link color */
     color: #89C5B7; /* Color for visited links in the sidebar */
 
}
}


/* Change link hover color in the main menu sidebar */
/* Headers */
#mw-panel a:hover {
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
     color: #AFACA8; /* Light color on hover for visibility */
     color: #AFACA8; /* Header text color */
}
}


/* Change the background color of portlet headers in the sidebar */
/* Sidebar */
.portlet-header {
#mw-panel {
     background-color: #222222; /* Dark background for portlet headers */
     background-color: #111111; /* Sidebar background */
     color: #AFACA8; /* Light text color for portlet headers */
     color: #AFACA8; /* Sidebar text */
}
}


/* Change the background color and text for the pinned tools navigation */
#mw-panel a {
.vector-pinned-container {
     color: #89c5b7;
    background-color: #111111; /* Dark background for pinned tools */
     color: #AFACA8; /* Light text color for pinned tools */
}
}


/* Change the color of the links in the pinned tools navigation */
#mw-panel a:visited {
.vector-pinned-container a {
     color: #89c5b7;
    color: #5C6969; /* Link color for pinned tools */
}
 
/* Change the visited link color in the pinned tools navigation */
.vector-pinned-container a:visited {
     color: #89C5B7; /* Color for visited links in pinned tools */
}
 
/* Change link hover color in the pinned tools navigation */
.vector-pinned-container a:hover {
    color: #AFACA8; /* Light color on hover for visibility */
}
 
/* Ensure the text color is consistent for all other elements in the sidebar */
#mw-panel .mw-portlet-header,
#mw-panel .mw-portlet-body {
    background-color: #111111; /* Dark background for all portlet sections */
    color: #AFACA8; /* Light text color for all portlet sections */
}
}


/* Style the search bar in the sidebar */
/* Action Containers (Top Bar: Discussion, Edit, View History, etc.) */
#search {
#p-views, #p-cactions, #p-personal, #ca-edit, #ca-view, #ca-history {
    background-color: #222222; /* Dark background for the search bar */
     background-color: #111111; /* Background of action bar */
    color: #AFACA8; /* Text color for the search bar */
}
 
/* Style the input field in the search bar */
#searchInput {
    background-color: #222222; /* Dark background for input field */
    color: #AFACA8; /* Text color for input field */
}
 
/* Style the search button */
#searchButton {
    background-color: #5C6969; /* Button background color */
    color: #AFACA8; /* Button text color */
}
 
/* Change the hover color for the search button */
#searchButton:hover {
    background-color: #89C5B7; /* Button hover background color */
}
 
/* General reset for all other elements in the sidebar with old backgrounds */
#mw-panel * {
    background-color: #111111 !important; /* Force dark background for all elements in the sidebar */
    color: #AFACA8 !important; /* Force light text color for all elements in the sidebar */
}
 
/* General reset for all other elements with old backgrounds in the pinned tools */
.vector-pinned-container * {
    background-color: #111111 !important; /* Force dark background for all elements in pinned tools */
    color: #AFACA8 !important; /* Force light text color for all elements in pinned tools */
}
/* Change the background color of the entire page */
body {
    background-color: #111111; /* Dark background color */
    color: #AFACA8; /* Light font color for all text */
}
 
/* Change the main page title */
.firstHeading {
     background-color: #111111; /* Background color */
     color: #AFACA8; /* Text color */
     color: #AFACA8; /* Text color */
    padding: 10px; /* Optional: Add some padding */
}
/* Change the color and background of all headings (H1-H6) */
h1, h2, h3, h4, h5, h6 {
    color: #AFACA8; /* Text color */
    background-color: #111111; /* Background color */
    padding: 5px; /* Optional: Add some padding */
}
/* Change the color of section headlines */
.mw-headline {
    color: #AFACA8; /* Text color */
    background-color: #111111; /* Background color */
    padding: 5px; /* Optional: Add some padding */
}
/* Change link colors */
a {
    color: #5C6969; /* Link color for empty links */
}
}


/* Change the color of visited links */
/* Links in the Action Containers */
a:visited {
#p-views a, #p-cactions a, #p-personal a, #ca-edit a, #ca-view a, #ca-history a {
    color: #89C5B7; /* Change to your desired color */
     color: #89c5b7;
    text-decoration: underline; /* Ensures the underline is visible */
}
/* Change link hover color */
a:hover {
     color: #AFACA8; /* Light color on hover for visibility */
}
}


/* Change the background color of the content area */
#p-views a:visited, #p-cactions a:visited, #p-personal a:visited,
.mw-body, .mw-body-content {
#ca-edit a:visited, #ca-view a:visited, #ca-history a:visited {
     background-color: #111111; /* Background color for content */
     color: #6b7e7e;
}
}


/* Change sidebar background color and text */
/* Pinned Menus */
#mw-panel, #mw-portlets {
.vector-pinnable-header {
     background-color: #111111; /* Background color */
     background-color: #111111; /* Pinned menu background */
     color: #AFACA8; /* Text color */
     color: #AFACA8; /* Pinned menu text color */
}
}


/* Change the Tools section */
/* Header (Top of Page) */
#mw-control-portal, #mw-tools {
#mw-head, #p-personal, #p-views, #p-cactions, .vector-menu-tabs li {
     background-color: #111111; /* Background color */
     background-color: #111111; /* Header and action tabs background */
     color: #AFACA8; /* Text color */
     color: #AFACA8; /* Header and action tabs text color */
}
}


/* Change the appearance of the edit interface */
/* Tabs in the top action bar */
#wpTextbox1 {
.vector-menu-tabs a, .vector-menu-tabs a:visited {
     background-color: #222222; /* Dark background for the editing text area */
     background-color: #111111; /* Action tab background */
     color: #AFACA8; /* Text color for the editing area */
     color: #AFACA8; /* Action tab text color */
}
}


/* Change the button colors in the edit toolbar */
.vector-menu-tabs a:hover {
#mw-editform .mw-toolbar {
     background-color: #333333; /* On hover, for better visibility */
     background-color: #111111; /* Background color for the toolbar */
     color: #AFACA8;
     color: #AFACA8; /* Text color for the toolbar */
}
}


/* Change the color of buttons */
/* Containers */
button, input[type="submit"] {
#content, .mw-body, .vector-content, .mw-content-ltr {
     background-color: #5C6969; /* Background color for buttons */
     background-color: #111111; /* Background color for main content area */
     color: #AFACA8; /* Text color for buttons */
     color: #AFACA8; /* Text color for main content area */
}
}


/* Change button hover color */
/* Text Input Areas (Editing Page) */
button:hover, input[type="submit"]:hover {
textarea, input[type="text"], input[type="password"], select {
     background-color: #89C5B7; /* Lighter background color on hover */
     background-color: #111111; /* Input field background */
    color: #AFACA8; /* Input field text color */
    border: 1px solid #AFACA8; /* Input field border */
}
}


/* Change the background color of the editing summary box */
/* Search Box */
#wpSummary {
#searchInput {
     background-color: #222222; /* Dark background for the summary box */
     background-color: #111111; /* Search box background */
     color: #AFACA8; /* Text color for the summary box */
    color: #AFACA8; /* Search box text color */
     border: 1px solid #AFACA8; /* Border color for search box */
}
}


/* Change the sidebar portlet heading color */
/* Footer */
.portlet-header {
#footer {
     background-color: #222222; /* Dark background for portlet headers */
     background-color: #111111; /* Footer background */
     color: #AFACA8; /* Text color for portlet headers */
     color: #AFACA8; /* Footer text color */
}
}


/* Change the heading for the sidebar */
/* Logo Styling (Optional, responsive) */
#p-personal, #p-namespaces, #p-views {
#p-logo a img {
     background-color: #111111; /* Background color */
     max-width: 100%;
     color: #AFACA8; /* Text color */
    height: auto;
     width: auto;
}
}


/* Change the site title and icon area */
/* Tables */
#siteSub, #mw-head, #mw-logo {
.wikitable {
     background-color: #111111; /* Dark background for site title and logo */
     background-color: #111111; /* Table background */
     color: #AFACA8; /* Light text color */
     color: #AFACA8; /* Table text */
    border: 1px solid #AFACA8; /* Table border */
}
}


/* Change the main page logo */
/* Button Styling */
#mw-logo img {
input[type="submit"], input[type="button"], button {
     max-height: 40px; /* Optional: Adjust the height of the logo */
     background-color: #111111;
    color: #AFACA8;
    border: 1px solid #AFACA8;
}
}


/* Change the vector header background */
/* Message Boxes (Optional) */
.vector-header {
.mw-message-box {
     background-color: #111111; /* Dark background for the header */
     background-color: #111111;
     color: #AFACA8; /* Light text color */
     color: #AFACA8;
}
}


/* Style the search bar */
#search {
    background-color: #222222; /* Dark background for the search bar */
    color: #AFACA8; /* Text color */
}


/* Style the search input field */
#searchInput {
    background-color: #222222; /* Dark background for the input field */
    color: #AFACA8; /* Text color for input field */
}


/* Style the search button */
/* General Border Color */
#searchButton {
* {
     background-color: #5C6969; /* Button background color */
     border-color: #AFACA8 !important; /* Sets border color for all elements */
    color: #AFACA8; /* Button text color */
}
}


/* Change the hover color for the search button */
#searchButton:hover {
    background-color: #89C5B7; /* Button hover background color */
}


/* Change the background color of the 'what links here' section */
/* Message Box Borders (if applicable) */
#mw-whatlinkshere {
.mw-message-box {
     background-color: #111111; /* Background color */
     border: 1px solid #AFACA8 !important; /* Message box border */
    color: #AFACA8; /* Text color */
}
}


/* Change the appearance of all notification messages */
/* Tables Border */
.mw-notice {
.wikitable {
     background-color: #222222; /* Dark background for notifications */
     border: 1px solid #AFACA8 !important; /* Table border */
    color: #AFACA8; /* Light text color */
}
}


/* Change the footer background */
/* Input Field Borders */
#footer {
textarea, input[type="text"], input[type="password"], select {
     background-color: #111111; /* Dark background for footer */
     border: 1px solid #AFACA8 !important; /* Input field border */
    color: #AFACA8; /* Light text color */
}
}
 
/* Change the background color of the Table of Contents */
/* Style the right tools section */
#toc {
#mw-tb {
     background-color: #111111; /* Dark background color */
     background-color: #111111; /* Background color for the tools section */
     color: #AFACA8; /* Optional: text color */
     color: #AFACA8; /* Text color for the tools section */
    padding: 10px; /* Optional: adds some padding */
    border-radius: 5px; /* Optional: rounds the corners */
}
}


/* Change the background color of the MediaWiki logo section */
/* Optional: adjust link colors */
#mw-head {
#toc a {
     background-color: #111111; /* Dark background for the header area */
     color: #89c5b7; /* Link color */
}
}


/* Change the sidebar background for the main menu and other links */
#toc a:visited {
#mw-panel {
     color: #89c5b7; /* Visited link color */
     background-color: #111111; /* Ensure sidebar background is dark */
    color: #AFACA8; /* Ensure sidebar text is light */
}
}


/* Change the header container background */
/* Increase the font size of all body text */
#mw-head-container {
body {
     background-color: #111111; /* Dark background for header container */
     font-size: 18px; /* Adjust this value as needed */
    color: #AFACA8; /* Light text color */
}
}


/* Change the page container background */
/* Increase the font size for specific elements */
#content {
p, li {
     background-color: #111111; /* Dark background for the page container */
     font-size: 18px; /* Adjust this value for paragraphs and list items */
    color: #AFACA8; /* Light text color */
}
}


/* Change the vector site notice container */
h1 {
.vector-sitenotice-container {
     font-size: 36px; /* 2x */
     background-color: #111111; /* Dark background */
    color: #AFACA8; /* Text color */
}
}


/* Change the vector column start background */
h2 {
.vector-column-start {
     font-size: 30px; /* 1.67x */
     background-color: #111111; /* Dark background */
    color: #AFACA8; /* Text color */
}
}


/* Change the vector main menu container */
h3 {
.vector-main-menu-container {
     font-size: 24px; /* 1.33x */
     background-color: #111111; /* Dark background */
    color: #AFACA8; /* Text color */
}
}


/* Change the vector main menu background and text color */
h4 {
.vector-main-menu {
     font-size: 20px; /* 1.11x */
     background-color: #111111; /* Dark background */
    color: #AFACA8; /* Text color */
}
}


/* Change the links within the vector main menu */
h5 {
.vector-main-menu a {
     font-size: 18px; /* same as base */
     color: #5C6969; /* Link color for empty links */
}
}


.vector-main-menu a:visited {
h6 {
     color: #89C5B7; /* Color for visited links */
     font-size: 16px; /* slightly smaller */
}
}


.vector-main-menu a:hover {
.bold-gray
    color: #AFACA8; /* Light color on hover for visibility */
{
  color: #DAA520;
  font-weight: bold;
}
}


/* Change the vector pinned container background and text color */
<style>
.vector-pinned-container {
ul.custom-bullets {
    background-color: #111111; /* Dark background */
  list-style: none;
    color: #AFACA8; /* Text color */
  padding-left: 1.2em;
}
}


/* Change the links within the vector pinned container */
ul.custom-bullets li::before {
.vector-pinned-container a {
  content: "•";
    color: #5C6969; /* Link color for empty links */
  color: #AFACA8;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
}


.vector-pinned-container a:visited {
/* Override all unordered list bullets */
    color: #89C5B7; /* Color for visited links */
ul {
  list-style: none;
  padding-left: 1.2em; /* Keeps the visual indent */
}
}


.vector-pinned-container a:hover {
ul li::before {
    color: #AFACA8; /* Light color on hover for visibility */
  content: "•";
  color: #AFACA8;
  font-size: 1em;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
}


/* General reset for all other elements with white backgrounds */
/* Sidebar TOC appearance */
* {
#sidebar-toc {
     background-color: #111111 !important; /* Force dark background for all elements */
     background-color: #111111;
     color: #AFACA8 !important; /* Force light text color for all elements */
     color: #AFACA8;
    padding: 10px;
    margin-top: 1em;
    border: 1px solid #AFACA8;
    border-radius: 5px;
    font-size: 14px;
}
}


/* Specific adjustments to ensure proper visibility */
/* Remove bullet points */
#mw-head, #mw-head-container, #mw-page-base, #mw-page-after-content {
#sidebar-toc ul {
     background-color: #111111 !important; /* Force dark background */
    list-style: none;
     padding-left: 0;
}
}


/* Adjust vector header and site notice */
/* TOC links */
.vector-header, .vector-sitenotice-container, .vector-main-menu-container {
#sidebar-toc a {
     background-color: #111111 !important; /* Force dark background */
     color: #89c5b7;
    text-decoration: none;
}
}


/* Ensure the search area and tools are dark */
#sidebar-toc a:hover {
#search, #mw-tools {
     text-decoration: underline;
     background-color: #111111 !important; /* Force dark background */
}
}
 
#sidebar-toc .toctitle {
/* Ensure consistency in the content area */
     display: none;
#content, .mw-body-content {
     background-color: #111111 !important; /* Force dark background */
}
}


/* Ensure portlet headers are styled */
/* Target TOC inside the sidebar specifically */
.portlet-header {
#sidebar-toc ul,
    background-color: #222222 !important; /* Ensure dark background */
#sidebar-toc li,
    color: #AFACA8 !important; /* Ensure light text */
#sidebar-toc ul li {
}
     list-style: none !important;
.vector-pinned-container:after {
     margin-left: 0 !important;
    content: none; /* Removes the :after pseudo-element */
     padding-left: 0 !important;
    display: none; /* Ensures it does not display */
}
.vector-toc:after {
     content: none; /* Removes the :after pseudo-element */
    display: none; /* Ensures it does not display */
}
hr {
     border-top: 1px solid #AFACA8; /* Set the top border color to the desired text color */
    height: 1px; /* Optional: Set the height of the horizontal rule */
     background-color: #AFACA8; /* Set the background color to match the text color */
}
/* Set the logo image */
#p-logo img {
    content: url('http://64.225.27.204:8080/index.php/MediaWiki_talk:SiteLogo');
    width: auto;
    height: auto;
}
/* Style for the top bar links */
#p-namespaces a,
#p-views a,
#p-actions a {
    text-decoration: underline; /* Ensures the underline is always visible */
    color: #AFACA8; /* Your desired text color */
}
}


/* Optional: Change the hover color */
/* Optional: remove any leftover ::before markers */
#p-namespaces a:hover,
#sidebar-toc li::before {
#p-views a:hover,
     content: none !important;
#p-actions a:hover {
     color: #5C6969; /* Your hover color */
}
/* Change bullet color to match text color */
ul {
    list-style-type: disc; /* Ensure standard bullet point */
    color: #AFACA8; /* Set bullet color to match text color */
}
}


/* Ensure that bullets inherit text color */
#sidebar-toc {
ul li {
     counter-reset: none !important;
     color: #AFACA8; /* Set list item color */
}
}


/* Optional: Change bullet color for nested lists */
#sidebar-toc li::before {
ul ul {
    list-style-type: circle; /* Change bullet style for nested lists */
}
/* Remove ::after from other possible elements */
.mw-table-of-contents-container::after,
.vector-toc-landmark::after,
.vector-toc-container::after {
    display: none !important;
     content: none !important;
     content: none !important;
}
.vector-toc-landmark::after {
    content: "DEBUG"; /* Add a debug message */
    color: red; /* Make it red for visibility */
}
}

Latest revision as of 22:27, 9 August 2025

/* General Page Background and Text */
body {
    background-color: #111111; /* Sets the background color for the entire page */
    color: #AFACA8; /* Sets the default text color */
}

/* Links Styling */
a {
    color: #89c5b7; /* Sets link color */
}

a:visited {
    color: #89c5b7; /* Sets visited link color */
}

/* Headers */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #AFACA8; /* Header text color */
}

/* Sidebar */
#mw-panel {
    background-color: #111111; /* Sidebar background */
    color: #AFACA8; /* Sidebar text */
}

#mw-panel a {
    color: #89c5b7;
}

#mw-panel a:visited {
    color: #89c5b7;
}

/* Action Containers (Top Bar: Discussion, Edit, View History, etc.) */
#p-views, #p-cactions, #p-personal, #ca-edit, #ca-view, #ca-history {
    background-color: #111111; /* Background of action bar */
    color: #AFACA8; /* Text color */
}

/* Links in the Action Containers */
#p-views a, #p-cactions a, #p-personal a, #ca-edit a, #ca-view a, #ca-history a {
    color: #89c5b7;
}

#p-views a:visited, #p-cactions a:visited, #p-personal a:visited, 
#ca-edit a:visited, #ca-view a:visited, #ca-history a:visited {
    color: #6b7e7e;
}

/* Pinned Menus */
.vector-pinnable-header {
    background-color: #111111; /* Pinned menu background */
    color: #AFACA8; /* Pinned menu text color */
}

/* Header (Top of Page) */
#mw-head, #p-personal, #p-views, #p-cactions, .vector-menu-tabs li {
    background-color: #111111; /* Header and action tabs background */
    color: #AFACA8; /* Header and action tabs text color */
}

/* Tabs in the top action bar */
.vector-menu-tabs a, .vector-menu-tabs a:visited {
    background-color: #111111; /* Action tab background */
    color: #AFACA8; /* Action tab text color */
}

.vector-menu-tabs a:hover {
    background-color: #333333; /* On hover, for better visibility */
    color: #AFACA8;
}

/* Containers */
#content, .mw-body, .vector-content, .mw-content-ltr {
    background-color: #111111; /* Background color for main content area */
    color: #AFACA8; /* Text color for main content area */
}

/* Text Input Areas (Editing Page) */
textarea, input[type="text"], input[type="password"], select {
    background-color: #111111; /* Input field background */
    color: #AFACA8; /* Input field text color */
    border: 1px solid #AFACA8; /* Input field border */
}

/* Search Box */
#searchInput {
    background-color: #111111; /* Search box background */
    color: #AFACA8; /* Search box text color */
    border: 1px solid #AFACA8; /* Border color for search box */
}

/* Footer */
#footer {
    background-color: #111111; /* Footer background */
    color: #AFACA8; /* Footer text color */
}

/* Logo Styling (Optional, responsive) */
#p-logo a img {
    max-width: 100%;
    height: auto;
    width: auto;
}

/* Tables */
.wikitable {
    background-color: #111111; /* Table background */
    color: #AFACA8; /* Table text */
    border: 1px solid #AFACA8; /* Table border */
}

/* Button Styling */
input[type="submit"], input[type="button"], button {
    background-color: #111111;
    color: #AFACA8;
    border: 1px solid #AFACA8;
}

/* Message Boxes (Optional) */
.mw-message-box {
    background-color: #111111;
    color: #AFACA8;
}



/* General Border Color */
* {
    border-color: #AFACA8 !important; /* Sets border color for all elements */
}


/* Message Box Borders (if applicable) */
.mw-message-box {
    border: 1px solid #AFACA8 !important; /* Message box border */
}

/* Tables Border */
.wikitable {
    border: 1px solid #AFACA8 !important; /* Table border */
}

/* Input Field Borders */
textarea, input[type="text"], input[type="password"], select {
    border: 1px solid #AFACA8 !important; /* Input field border */
}
/* Change the background color of the Table of Contents */
#toc {
    background-color: #111111; /* Dark background color */
    color: #AFACA8; /* Optional: text color */
    padding: 10px; /* Optional: adds some padding */
    border-radius: 5px; /* Optional: rounds the corners */
}

/* Optional: adjust link colors */
#toc a {
    color: #89c5b7; /* Link color */
}

#toc a:visited {
    color: #89c5b7; /* Visited link color */
}

/* Increase the font size of all body text */
body {
    font-size: 18px; /* Adjust this value as needed */
}

/* Increase the font size for specific elements */
p, li {
    font-size: 18px; /* Adjust this value for paragraphs and list items */
}

h1 {
    font-size: 36px; /* 2x */
}

h2 {
    font-size: 30px; /* 1.67x */
}

h3 {
    font-size: 24px; /* 1.33x */
}

h4 {
    font-size: 20px; /* 1.11x */
}

h5 {
    font-size: 18px; /* same as base */
}

h6 {
    font-size: 16px; /* slightly smaller */
}

.bold-gray
{
  color: #DAA520;
  font-weight: bold;
}

<style>
ul.custom-bullets {
  list-style: none;
  padding-left: 1.2em;
}

ul.custom-bullets li::before {
  content: "•";
  color: #AFACA8;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Override all unordered list bullets */
ul {
  list-style: none;
  padding-left: 1.2em; /* Keeps the visual indent */
}

ul li::before {
  content: "•";
  color: #AFACA8;
  font-size: 1em;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Sidebar TOC appearance */
#sidebar-toc {
    background-color: #111111;
    color: #AFACA8;
    padding: 10px;
    margin-top: 1em;
    border: 1px solid #AFACA8;
    border-radius: 5px;
    font-size: 14px;
}

/* Remove bullet points */
#sidebar-toc ul {
    list-style: none;
    padding-left: 0;
}

/* TOC links */
#sidebar-toc a {
    color: #89c5b7;
    text-decoration: none;
}

#sidebar-toc a:hover {
    text-decoration: underline;
}
#sidebar-toc .toctitle {
    display: none;
}

/* Target TOC inside the sidebar specifically */
#sidebar-toc ul,
#sidebar-toc li,
#sidebar-toc ul li {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Optional: remove any leftover ::before markers */
#sidebar-toc li::before {
    content: none !important;
}

#sidebar-toc {
    counter-reset: none !important;
}

#sidebar-toc li::before {
    content: none !important;
}