MediaWiki:Common.css: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
 
Regel 19: Regel 19:
 
     display: none;
 
     display: none;
 
}
 
}
 +
 +
/* Hide the toolbox in the sidebar */
 +
#p-tb {
 +
    display: none;
 +
}
 +
 +
/* Hide the toolbox in the sidebar */
 +
#mw-panel #p-tb {
 +
    display: none;

Huidige versie van 17 nov 2024 om 23:02

/** 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;