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...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
}
 
}
  
div#mw-panel
 
{
 
    display: none;
 
}
 
  
 
#content {
 
#content {
Line 20: Line 16:
  
 
#footer-places {
 
#footer-places {
     display: none;
+
     display: block;
 
}
 
}
  
Line 28: Line 24:
  
 
#ca-talk {
 
#ca-talk {
     display: none;
+
     display: block;
 
}
 
}
  
Line 37: Line 33:
  
 
#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;
 
}
 
}

Latest revision as of 09:10, 9 October 2018

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

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


#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;
}