Jump to content

MediaWiki:Common.css: Difference between revisions

From Adaris
No edit summary
No edit summary
Line 1: Line 1:
/* Sidebar styling */
/* Style for section headings within the tables */
.adaris-sidebar {
.wikitable h3 {
    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;
     font-size: 1.2em;
     margin-bottom: 5px;
     margin-bottom: 5px;
}
}


.adaris-sidebar ul {
/* Style for the "Explore More" links */
     list-style: none; /* Remove bullet points from list */
.explore-more {
     padding: 0;
     font-style: italic;
     margin-top: 10px;
}
}

Revision as of 20:14, 31 August 2024

/* Style for section headings within the tables */
.wikitable h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

/* Style for the "Explore More" links */
.explore-more {
    font-style: italic;
    margin-top: 10px;
}