Jump to content

MediaWiki:Common.css: Difference between revisions

From OceanWiki
imported>Admin
Created page with "CSS placed here will be applied to all skins: #p-logo a { background-size: 120px auto !important; width: 120px !important; height: 120px !important; }"
 
imported>Admin
No edit summary
Line 2: Line 2:


#p-logo a {
#p-logo a {
   background-size: 120px auto !important;
   background-size: 140px auto !important;
   width: 120px !important;
   width: 140px !important;
   height: 120px !important;
   height: 140px !important;
}
}

Revision as of 15:35, 16 September 2025

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

#p-logo a {
  background-size: 140px auto !important;
  width: 140px !important;
  height: 140px !important;
}