Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| Riga 1: | Riga 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/*remove the article | /* to remove the article-edit etc tabs */ | ||
li#ca-edit { display: none; } | li#ca-edit { display: none; } | ||
/* to remove the Discussion (talk) page tab on all wikipages */ | |||
#ca-talk { display:none!important; } | #ca-talk { display:none!important; } | ||
Versione delle 18:53, 14 mag 2024
/* CSS placed here will be applied to all skins */
/* to remove the article-edit etc tabs */
li#ca-edit { display: none; }
/* to remove the Discussion (talk) page tab on all wikipages */
#ca-talk { display:none!important; }