Hi,
I want to change the CSS for all wikis on my site but nothing else.
This Post helped me change the style of the view.php tab.
This CSS works for one single page:
.cmid-3547 h3 {font-size: 1.8em;}
This works for all wikis:
#page-mod-wiki-view h3 {font-size: 1.8em;}
But it only affects the veiw.php-tab. When I edit a page it looks different. How can I change the edit.php-tab as well?
I tried this:
#page-mod-wiki-view, #page-mod-wiki-edit h3 {font-size: 1.8em;}
Unfortunately this changed the menu and other elements as well.