MediaWiki:Common.css: Difference between revisions

From Thương mại - Thuong mai
(Created page with "→‎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: 0 8px 16px 0 rgba(0,0,0,0.2);} .container {padding: 2px 16px;}")
 
No edit summary
Tag: Manual revert
 
(53 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CARD */
.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: 0 8px 16px 0 rgba(0,0,0,0.2);}
.container {padding: 2px 16px;}

Latest revision as of 09:26, 12 September 2024

/* CARD */
.card:hover {box-shadow: 0px 3px 3px 1px #888888;}