MediaWiki:Common.css: Difference between revisions

From Καλόξύς
No edit summary
No edit summary
 
(9 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 */


/* Show Discussion tab for users */
/* The Kaloxys title next to the logo */
.mw-body .tabbed .tabbed-content #ca-talk {
.mw-logo-wordmark {
  display: block !important;
font: 40px Georgia, serif;
}
color: #000000;
 
/* Hide Discussion tab by default */
.mw-body .tabbed .tabbed-content #ca-talk {
  display: none;
}
}

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;
}