Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
(Test Roboto) |
|||
Ligne 1 : | Ligne 1 : | ||
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); | @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); | ||
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400'); | /* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400'); */ | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
@font-face { | |||
font-family: 'caturigasthin-regular-webfont'; | |||
src: url('https://bullemlc.alwaysdata.net/wiki/resources/assets/webfont/caturigasthin-regular-webfont.woff') format('woff');} | |||
.mw-body, | |||
.mw-headline, | |||
.mw-label, | |||
.mw-input, | |||
.mw-body-content, | |||
.mw-allpages-table-form, | |||
.mw-allpages-nav { | |||
font-family: 'vcr';} | |||
/* caturigas-bold-webfont.woff */ | |||
body { | body { | ||
font-size: larger; | font-size: larger; | ||
font-family: ' | font-family: 'caturigasthin-regular-webfont', sans-serif; | ||
} | } | ||
.mw-body h1, .mw-body-content h1 { | .mw-body h1, .mw-body-content h1 { | ||
font-family: ' | font-family: 'caturigasthin-regular-webfont', sans-serif; | ||
font-size: 1.8em; | font-size: 1.8em; | ||
} | } |
Version du 29 septembre 2018 à 11:56
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); /* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400'); */ /* Le CSS placé ici sera appliqué à tous les habillages. */ @font-face { font-family: 'caturigasthin-regular-webfont'; src: url('https://bullemlc.alwaysdata.net/wiki/resources/assets/webfont/caturigasthin-regular-webfont.woff') format('woff');} .mw-body, .mw-headline, .mw-label, .mw-input, .mw-body-content, .mw-allpages-table-form, .mw-allpages-nav { font-family: 'vcr';} /* caturigas-bold-webfont.woff */ body { font-size: larger; font-family: 'caturigasthin-regular-webfont', sans-serif; } .mw-body h1, .mw-body-content h1 { font-family: 'caturigasthin-regular-webfont', sans-serif; font-size: 1.8em; } /* Bloc pour notes */ .note { background: RGBA(254, 220, 87, 0.40) none repeat scroll 0% 0%; -webkit-print-color-adjust: exact; border-color: #F1C40F; border-left-width: 7px; border-left-style: solid; border-radius: 0 5px 5px 0; padding: 8px; margin-bottom: 20px; overflow: hidden; clear: both; } .astuce { background: RGBA(46, 204, 113, 0.40) none repeat scroll 0% 0%; -webkit-print-color-adjust: exact; border-color: #2ECC71; border-left-width: 7px; border-left-style: solid; border-radius: 0 5px 5px 0; padding: 8px; margin-bottom: 20px; overflow: hidden; clear: both; } .attention { background: RGBA(231, 76, 60, 0.40) none repeat scroll 0% 0%; -webkit-print-color-adjust: exact; border-color: #E74C3C; border-left-width: 7px; border-left-style: solid; border-radius: 0 5px 5px 0; padding: 8px; margin-bottom: 20px; overflow: hidden; clear: both; } .note2 { background: RGBA(254, 140, 87, 0.4) none repeat scroll 0% 0%; -webkit-print-color-adjust: exact; border-color: #F1770F; border-left-width: 7px; border-left-style: solid; border-radius: 0 5px 5px 0; padding: 8px; margin-bottom: 20px; overflow: hidden; clear: both; } .info { background: rgba(52, 152, 219, 0.20) none repeat scroll 0% 0%; -webkit-print-color-adjust: exact; border-color: #3498DB; border-left-width: 7px; border-left-style: solid; border-radius: 0 9px 9px 0; padding: 8px; margin-bottom: 20px; overflow: hidden; clear: both; } /* Bloc pour stabilo */ .stabilo { background: RGB(254, 220, 87) none repeat scroll 0% 0%; border-radius: 5px 5px; padding: 2px 4px; overflow: hidden; clear: both; } .stabilo2 { background: RGB(254, 199, 87) none repeat scroll 0% 0%; border-radius: 5px 5px; padding: 2px 4px; overflow: hidden; clear: both; }