Difference between revisions of "Elerneron.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (Reverted edits by Icy.horse (talk) to last revision by Elerneron)
Tag: Rollback
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@font-face {
    font-family: Great+Vibes;
    src: url('https://fonts.googleapis.com/css?family=Great+Vibes');
}
.fitWide img{
.fitWide img{
max-width: 100%;
max-width: 100%;
Line 11: Line 7:
width: auto;
width: auto;
}
}
.script {font-family: 'Great Vibes', cursive;}
.fadeout{
opacity: 1;
transition: opacity .5s;
}
.fadeout:hover{
opacity: 0;
}


/* <noinclude>[[Category:StyleSheets]]</noinclude> */
/* <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; }

/* */