MediaWiki:Timeless.css: Difference between revisions

From അഭിപ്രായവേദി
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
     display: inline-block;
     display: inline-block;


     width: 260px;
     width: 240px;
     height: 42px;
     height: 38px;


     background-image: url("/resources/assets/AV-Logo.svg");
     background-image: url("/resources/assets/AV-Logo.svg");
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-size: contain;
     background-size: contain;
     background-position: left center;
     background-position: center center;


     text-indent: -9999px;
     text-indent: -9999px;
     overflow: hidden;
     overflow: hidden;
}
}
#simpleSearch {
#p-search {
     margin-left: 30px;
     margin-left: 30px !important;
}
}

Latest revision as of 20:39, 19 June 2026

#mw-site-navigation #p-logo {
    display: none;
}
#p-banner {
    display: inline-block;

    width: 240px;
    height: 38px;

    background-image: url("/resources/assets/AV-Logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

    text-indent: -9999px;
    overflow: hidden;
}
#p-search {
    margin-left: 30px !important;
}