Difference between revisions of "MediaWiki:Common.css"

From Compendium of Worldly Lore

Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo, #p-logo a, #p-logo a:hover { height:162px !important }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#p-logo,
#p-logo,
#p-logo a,
#p-logo a,
#p-logo a:hover {
#p-logo a:hover {
   height:162px !important
   height:162px !important
}
}
 
h4 {
font-size: 200%;
}

Revision as of 23:14, 30 September 2022

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

#p-logo,
#p-logo a,
#p-logo a:hover {
  height:162px !important
}

h4 {
	font-size: 200%;	
}