MediaWiki:Common.css: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
Regel 6: Regel 6:
 
     display: none;
 
     display: none;
 
}
 
}
 +
 +
/* To hide the "About MakerSpace Leiden" text on every page: */
 +
 +
#footer-places-about {
 +
    display: none;
 +
}
 +
  
 
/* To hide the "Discussion" tab: */
 
/* To hide the "Discussion" tab: */

Versie van 17 nov 2024 om 22:57

/** CSS die hier wordt geplaatst heeft invloed op alle skins */

/* To hide the "last edited" text on every page: */

#footer-info-lastmod {
    display: none;
}

/* To hide the "About MakerSpace Leiden" text on every page: */

#footer-places-about {
    display: none;
}


/* To hide the "Discussion" tab: */

#ca-talk {
    display: none;
}


/* Hide the toolbox in the sidebar */
#p-tb {
    display: none;
}

/* Hide the toolbox in the sidebar */
#mw-panel #p-tb {
    display: none;