MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 75: | Line 75: | ||
} | } | ||
/* Template:MainPageBox */ | |||
.MainPageBox { | |||
-webkit-transition: all 0.3s; | |||
-moz-transition: all 0.3s; | |||
-ms-transition: all 0.3s; | |||
-o-transition: all 0.3s; | |||
} | |||
.MainPageBox:hover { | |||
box-shadow: 4px 4px 0px #ff8319 ! important; | |||
} | |||
.MainPageBox-link a { | .MainPageBox-link a { | ||
color: #fff !important; | color: #fff !important; | ||