Difference between revisions of "MediaWiki:Vector.css"

From Anitra Support
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
@import url("https://anitra.cz/app/www/css/font-awesome.min.css");
+
@import url("https://anitra.cz/app/css/font-awesome.min.css");
  
 
#left-navigation
 
#left-navigation

Revision as of 18:06, 10 March 2020

/* CSS placed here will affect users of the Vector skin */
@import url("https://anitra.cz/app/css/font-awesome.min.css");

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

div#mw-panel
{
    display: none;
}

#content {
    margin-left: 1em;
}

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

#footer-places {
    display: none;
}

#footer-poweredbyico {
    display: none;
}

#ca-talk {
    display: none;
}

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

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

#firstHeading {
    border-bottom: none;
}