Jump to content

MediaWiki:Common.css: Difference between revisions

From Transight Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* Hide the site title text */
/* Top header styling */
#p-logo-text {
#mw-head-base, #p-personal, .mw-portlet {
    background-color: #800020 !important; /* Burgundy */
    color: white !important;
}
 
/* Logo styling */
#p-logo {
    background-image: url(/images/Transight logo (2).jpg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 220px;
}
/* Align search box and login button */
#p-search {
    margin-left: auto;
    margin-right: 1rem;
    padding-top: 15px;
}
 
#p-personal {
    float: right;
    padding-top: 20px;
}
 
/* Remove MediaWiki name if showing */
.firstHeading {
     display: none;
     display: none;
}
}

Revision as of 05:10, 23 June 2025

/* Top header styling */
#mw-head-base, #p-personal, .mw-portlet {
    background-color: #800020 !important; /* Burgundy */
    color: white !important;
}

/* Logo styling */
#p-logo {
    background-image: url(/images/Transight logo (2).jpg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 220px;
}
/* Align search box and login button */
#p-search {
    margin-left: auto;
    margin-right: 1rem;
    padding-top: 15px;
}

#p-personal {
    float: right;
    padding-top: 20px;
}

/* Remove MediaWiki name if showing */
.firstHeading {
    display: none;
}