Elerneron.css: Difference between revisions
Jump to navigation
Jump to search
m Blanked the page Tag: Blanking |
Tag: Rollback |
||
Line 1: | Line 1: | ||
.fitWide img{ | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
.fitHigh img{ | |||
max-height: 100%; | |||
width: auto; | |||
} | |||
.fadeout{ | |||
opacity: 1; | |||
transition: opacity .5s; | |||
} | |||
.fadeout:hover{ | |||
opacity: 0; | |||
} | |||
/* <noinclude>[[Category:StyleSheets]]</noinclude> */ |
Latest revision as of 14:08, 26 January 2021
.fitWide img{ max-width: 100%; height: auto; } .fitHigh img{ max-height: 100%; width: auto; } .fadeout{ opacity: 1; transition: opacity .5s; } .fadeout:hover{ opacity: 0; }
/* */