MediaWiki:Common.css: Difference between revisions

From Thương mại - Thuong mai
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.card {background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s;}
.card {box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s;}
.card:hover {box-shadow: 0px 3px 3px 1px #888888;}
.card:hover {box-shadow: 0px 3px 3px 1px #888888;}
.container {padding: 2px 16px;}
.container {padding: 2px 0;}

Revision as of 09:44, 26 January 2024

/* CSS placed here will be applied to all skins */
.card {box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s;}
.card:hover {box-shadow: 0px 3px 3px 1px #888888;}
.container {padding: 2px 0;}