Difference between revisions of "Elerneron.css"

From All The Fallen Stories
Jump to navigation Jump to search
Line 1: Line 1:
/*<nowiki>*/
/*<nowiki>*/
@font-face { src: url('https://fonts.googleapis.com/css?family=Great+Vibes'); }
.fitWide img{
.fitWide img{
max-width: 100%;
max-width: 100%;
Line 9: Line 8:
width: auto;
width: auto;
}
}
.script { font-family: 'Great Vibes', cursive; }
@font-face { src: url('https://fonts.googleapis.com/css?family=Yellowtail'); }
.script { font-family: 'Yellowtail', cursive; }


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

Revision as of 18:57, 10 January 2017

/**/ .fitWide img{ max-width: 100%; height: auto; } .fitHigh img{ max-height: 100%; width: auto; } @font-face { src: url('https://fonts.googleapis.com/css?family=Yellowtail'); } .script { font-family: 'Yellowtail', cursive; } /* */