Difference between revisions of "MediaWiki:Vector.css"

From Open Food Facts wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: div#content { margin-left: 13em; } #mw-head-base { margin-left: 13em; } #p-logo { width: 12em; } #p-logo...")
 
(Hide login link)
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
  
 
#left-navigation {
 
#left-navigation {
     left: 13em;
+
     margin-left: 13em;
 +
}
 +
 
 +
/* Hide login link, as it's impossible to login via the wiki */
 +
#pt-login {
 +
    display: none;
 
}
 
}

Latest revision as of 16:00, 14 May 2020

/* CSS placed here will affect users of the Vector skin */

div#content {
margin-left: 13em;
}

#mw-head-base {
    margin-left: 13em;
}

#p-logo {
    width: 12em;
}

#p-logo a {
width: 12em;
}

#p-personal ul {
    padding-left: 13em;
}

#left-navigation {
    margin-left: 13em;
}

/* Hide login link, as it's impossible to login via the wiki */
#pt-login {
    display: none;
}