MediaWiki:Common.css: Difference between revisions
From Midgard Tales Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 3: | Line 3: | ||
#ca-history { display: none !important;} | #ca-history { display: none !important;} | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
/* Style for | /* Style for the Expand/Collapse All button */ | ||
.toggle-all-button { | |||
margin: 10px; | |||
padding: 5px; | padding: 5px 10px; | ||
background-color: #f0f0f0; | background-color: #f0f0f0; | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
cursor: pointer; | |||
} | } | ||
Revision as of 07:07, 31 January 2025
/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }
/* Style for the Expand/Collapse All button */
.toggle-all-button {
margin: 10px;
padding: 5px 10px;
background-color: #f0f0f0;
border: 1px solid #ccc;
cursor: pointer;
}