MediaWiki:Common.css: Difference between revisions

From Καλόξύς
Created page with "→‎CSS placed here will be applied to all skins: →‎Logo style: .mw-wiki-logo img { max-height:100%; max-width:100%; }"
 
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Logo style */
 
.mw-wiki-logo img {
/* The Kaloxys title next to the logo */
max-height:100%;  
.mw-logo-wordmark {
max-width:100%;
font: 40px Georgia, serif;
color: #000000;
}
}

Latest revision as of 13:15, 8 December 2024

/* CSS placed here will be applied to all skins */

/* The Kaloxys title next to the logo */
.mw-logo-wordmark {
	font: 40px Georgia, serif;
	color: #000000;
}