Elerneron.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
.fadeout:hover{ | .fadeout:hover{ | ||
opacity: 0; | opacity: 0; | ||
} | |||
.villainy-dec{ | |||
padding: .2em; | |||
border: .2em solid black; | |||
border-radius: 1em; | |||
background-color: gold; | |||
} | } | ||
/* <noinclude>[[Category:StyleSheets]]</noinclude> */ | /* <noinclude>[[Category:StyleSheets]]</noinclude> */ |
Revision as of 17:11, 17 December 2017
.fitWide img{ max-width: 100%; height: auto; } .fitHigh img{ max-height: 100%; width: auto; } .fadeout{ opacity: 1; transition: opacity .5s; } .fadeout:hover{ opacity: 0; } .villainy-dec{ padding: .2em; border: .2em solid black; border-radius: 1em; background-color: gold; }
/* */