Difference between revisions of "Elerneron.css"

From All The Fallen Stories
Jump to navigation Jump to search
(Undo revision 18174 by Elerneron (talk))
Line 13: Line 13:
.fadeout:hover{
.fadeout:hover{
opacity: 0;
opacity: 0;
}
#toc{
float: right;
}
}


/* <noinclude>[[Category:StyleSheets]]</noinclude> */
/* <noinclude>[[Category:StyleSheets]]</noinclude> */

Revision as of 15:59, 23 August 2019

.fitWide img{ max-width: 100%; height: auto; } .fitHigh img{ max-height: 100%; width: auto; } .fadeout{ opacity: 1; transition: opacity .5s; } .fadeout:hover{ opacity: 0; }

  1. toc{

float: right; }

/* */