MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(6 intermediate revisions by the same user not shown)
Line 21: Line 21:
     font-weight: bold;
     font-weight: bold;
}
}
   table.center {
   table.center {
     margin-left:auto;  
     margin-left:auto;  
     margin-right:auto;
     margin-right:auto;
}
/* Darkmode */
/*** Exclude logo to be change with or without DarkMode ***/
.client-dark-mode .mw-wiki-logo {
filter: invert( 1 ) hue-rotate( 180deg );
}
}