Jump to content

MediaWiki:Common.css: Difference between revisions

From Adaris
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Sidebar styling */
.adaris-sidebar {
    float: right; /* Position sidebar to the right */
    width: 300px; /* Adjust width as needed */
    margin-left: 20px; /* Add spacing between sidebar and main content */
    border: 1px solid #eee; /* Add a subtle border */
    padding: 10px; /* Add padding inside the sidebar */
}


.adaris-sidebar h3 { /* Style for sidebar headings */
    font-size: 1.2em;
    margin-bottom: 5px;
}
.adaris-sidebar ul {
    list-style: none; /* Remove bullet points from list */
    padding: 0;
}

Latest revision as of 01:28, 8 September 2024