Difference between revisions of "Common.css"
From WikiVidya
(Created page with "→CSS placed here will be applied to all skins: body{ width: fit-content; } #n-mainpage-description{ display: none; } #n-Pier-Franco-Marcenaro{ display: none;...") |
|||
| Line 20: | Line 20: | ||
} | } | ||
| − | + | #ca-talk{ | |
display: none; | display: none; | ||
} | } | ||
Revision as of 10:54, 3 April 2021
/* CSS placed here will be applied to all skins */
body{
width: fit-content;
}
#n-mainpage-description{
display: none;
}
#n-Pier-Franco-Marcenaro{
display: none;
}
#n-recentchanges{
display: none;
}
#n-randompage{
display: none;
}
#n-help{
display: none;
}
#ca-talk{
display: none;
}
