Difference between revisions of "User:Admin/vector.css"

From Anitra Support
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: #left-navigation { margin-left: 1em !important; } div#mw-panel { display: none; } #content { margin-l...")
 
Line 8: Line 8:
 
div#mw-panel
 
div#mw-panel
 
{
 
{
     display: none;
+
     display: block;
 
}
 
}
  
Line 20: Line 20:
  
 
#footer-places {
 
#footer-places {
     display: none;
+
     display: block;
 
}
 
}
  
Line 28: Line 28:
  
 
#ca-talk {
 
#ca-talk {
     display: none;
+
     display: block;
 
}
 
}
  
Line 37: Line 37:
  
 
#mw-page-base, #mw-head-base, #mw-head {
 
#mw-page-base, #mw-head-base, #mw-head {
     display: initial;
+
     display: block;
 
}
 
}
  
 
#firstHeading {
 
#firstHeading {
     display: initial;
+
     display: block;
 
}
 
}

Revision as of 09:07, 9 October 2018

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

#left-navigation
{
    margin-left: 1em !important;
}

div#mw-panel
{
    display: block;
}

#content {
    margin-left: 1em;
}

#footer {
    margin-left: 1em !important;
}

#footer-places {
    display: block;
}

#footer-poweredbyico {
    display: none;
}

#ca-talk {
    display: block;
}

#content {
    margin:0;
    border: 0;
}

#mw-page-base, #mw-head-base, #mw-head {
    display: block;
}

#firstHeading {
    display: block;
}