Jump to content

MediaWiki:Common.css: Difference between revisions

From Adaris
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Style for the "Explore More" links */
.explore-more {
    font-style: italic;
    margin-top: 10px; /* Add some spacing above the links */
    border-top: 1px solid #ccc; /* Add a subtle divider line */
    padding-top: 10px; /* Add some padding below the divider */
}


/* Style for the collapsible sections */
.mw-collapsible {
    border: 1px solid #eee; /* Add a subtle border around each section */
    margin-bottom: 15px; /* Add spacing between sections */
    padding: 10px; /* Add padding inside each section */
}
.mw-collapsible-toggle { /* Style for the section headers */
    font-weight: bold;
    cursor: pointer;
}

Latest revision as of 01:28, 8 September 2024