MediaWiki:Timeless.css: Difference between revisions
From അഭിപ്രായവേദി
mNo edit summary |
mNo edit summary |
||
| Line 6: | Line 6: | ||
content: ""; | content: ""; | ||
display: inline-block; | display: inline-block; | ||
width: 260px; | width: 260px; | ||
height: 42px; | height: 42px; | ||
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; | ||
} | } | ||
| Line 22: | Line 17: | ||
} | } | ||
#p-banner { | #p-banner { | ||
display: | display: inline-block; | ||
width: 260px; | |||
height: 42px; | |||
overflow: hidden; | |||
text-indent: -9999px; | |||
} | } | ||
#simpleSearch { | #simpleSearch { | ||
margin-left: 35px; | margin-left: 35px; | ||
} | } | ||
Revision as of 18:07, 18 June 2026
#p-banner {
display: none;
}
#p-logo-text::before {
content: "";
display: inline-block;
width: 260px;
height: 42px;
background-image: url("/resources/assets/AV-Logo.svg");
background-repeat: no-repeat;
background-size: contain;
}
#mw-site-navigation #p-logo {
display: none;
}
#p-banner {
display: inline-block;
width: 260px;
height: 42px;
overflow: hidden;
text-indent: -9999px;
}
#simpleSearch {
margin-left: 35px;
}