MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#p-logo::after { | #p-logo::after { |
Revision as of 18:07, 10 October 2024
/* CSS placed here will be applied to all skins */ #p-logo::after { content: "DBWiki"; /* Replace with your actual subtitle */ display: block; font-size: 14px; /* Adjust the font size as needed */ color: #000; /* Adjust color as needed */ text-align: center; margin-top: 5px; /* Space between the logo and the subtitle */ }