Difference between revisions of "MediaWiki:Common.css"
Line 10: | Line 10: | ||
.w3-blue,.w3-hover-blue:hover | .w3-blue,.w3-hover-blue:hover | ||
{ | { | ||
− | color:#fff!important;background-color: | + | color:#fff!important;background-color:lightgreen!important; |
transition: all 300ms ease-in-out; | transition: all 300ms ease-in-out; | ||
animation:motion 2s infinite ease; | animation:motion 2s infinite ease; |
Revision as of 16:28, 2 March 2018
/* CSS placed here will be applied to all skins */ .w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px} .b1 {background-color:green; transition: all 300ms ease-in-out; } .w3-blue,.w3-hover-blue:hover { color:#fff!important;background-color:lightgreen!important; transition: all 300ms ease-in-out; animation:motion 2s infinite ease; } .th1 {background-color:black;color=green}