Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
More languages
IulianArian (talk | contribs)
Tags: Mobile edit Mobile web edit Advanced mobile edit
 
IulianArian (talk | contribs)
Tag: Replaced
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* Custom logo for Vector 2010 skin */
#p-logo {
    background-image: url("https://static.wikioasis.org/iulianarianwiki/6/68/IulianArian.jpg"); /* Replace with the actual path */
    background-repeat: no-repeat;
    /* Optional: Adjust size if your image is larger/smaller than default */
    /* background-size: 135px 135px; */
    /* Optional: Adjust padding to center or position logo if needed */
    /* padding-top: 135px; */
}
/* Hide the default site name text if you only want the logo image */
#p-logo a {
    text-indent: -9999px; /* Hides text off-screen */
    display: block; /* Ensures the link area still covers the logo */
    height: 135px; /* Match your logo's height */
    width: 135px; /* Match your logo's width */
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.