MediaWiki:Common.css: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
 
Regel 12: Regel 12:
 
     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 6 okt 2024 om 16:13

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