MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 400: Line 400:
   }
   }
    
    
}
/* Navigation Button template style */
.nav-container
{
    display: grid;
    grid-template-columns: auto auto;
}
.nav-button a {
    color: #fff !important;
    background-color: #36c;
    border-color: #36c;
    padding: 0.5em 4.2em 0.5em 4.2em !important;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}
.nav-button a:hover {
    text-decoration: none;
    background-color: #447ff5;
    border-color: #447ff5;
}
}


/* Infobox template style */
/* Infobox template style */
.infobox {
.infobox {
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;