MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Main container style */
.mp-container {
    margin: 10px auto;
    display: table;
    width: 100%;
}
/* Table row style */
.mp-table-row {
    display: table-row;
}
/* Table cell style */
.mp-table-cell {
    display: table-cell;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, transparent 0%, #6a1b9a 25%, #6a1b9a 75%, transparent 100%);
    border-image-slice: 1;
    width: 48%; /* Adjust the width as needed */
    box-sizing: border-box;
    margin: 0 auto;
}
/* Common style for section headings */
.mp-section-heading {
    border-radius: 12px;
    background: linear-gradient(45deg, #4b0082, #8b008b, #4b0082);
    color: white;
    border: 2px solid #632971;
    text-align: center;
    font-size: 24px;
    padding: 12px;
    line-height: 1.6;
    position: relative;
    letter-spacing: 1px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}




contributors, Interface administrators, uploadaccess
875

edits

Navigation menu