MediaWiki:Common.css: Difference between revisions

From Sanatan Hindu Dharma
No edit summary
No edit summary
Line 18: Line 18:
     height: 5.5rem;
     height: 5.5rem;
     margin-top:.2rem;
     margin-top:.2rem;
}
a {
    color: #1b599b;
    text-decoration: none;
    background-color: transparent
}
a:hover {
    color: #10345a;
    text-decoration: underline
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
}



Revision as of 10:43, 9 December 2024

/* CSS placed here will be applied to all skins */

.flex-fill.container,.flex-fill.container{ max-width:100% !important}
.p-navbar .navbar-brand.p-logo {
    height: 3rem;
}

.p-navbar .navbar-brand img {
    height: 3.5rem;
}


.p-logo {
    height: 6rem;
}

.p-logo img  {
    height: 5.5rem;
    margin-top:.2rem;
}


a {
    color: #1b599b;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #10345a;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.footercontainer{max-width:100%;}

.mw-body.content{max-width:1140px; margin:0 auto;}


@media (min-width: 1105px) {
    .navbar-expand-cmln, .p-navbar.collapsible {
        flex-flow: row wrap;
    }
}

@media (max-width: 575.98px) {
.flex-fill.container .row:first-child {
            justify-content: center;
    }
}