infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
43 lines (34 loc) • 934 B
text/stylus
/*
* General prefs editor styling used to apply preferences
* !important is used for all styles to ensure that Preferences Framework's enactors are able to override the page's default styles.
*/
@import "utils/Themes"
.fl-font-arial,
.fl-font-arial * {
font-family: "Arial" ;
}
.fl-font-verdana,
.fl-font-verdana * {
font-family: "Verdana" ;
}
.fl-font-times,
.fl-font-times * {
font-family: Georgia, Times, "Times New Roman", serif ;
}
.fl-font-comic-sans,
.fl-font-comic-sans * {
font-family: "Comic Sans MS", sans-serif ;
}
// UI Enhancer "Enlarge text" link options
.fl-text-larger input,
.fl-text-larger button {
font-size: 125% ;
}
// UI Enhancer 'enhanced links' styling
.fl-link-enhanced a {
font-size: 125% ;
text-decoration: underline ;
font-weight: bold ;
}
// Theming
build-themes-Enactors(themes);