MediaWiki:Common.css: Unterschied zwischen den Versionen
LB (Diskussion | Beiträge) |
LB (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
body {font-family: 'Roboto', sans-serif; font-size:11px;} | body {font-family: 'Roboto', sans-serif; font-size:11px;} | ||
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {font-family: 'Ubuntu', sans-serif;} | div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {font-family: 'Ubuntu', sans-serif;} | ||
+ | |||
+ | |||
+ | #nb1 :hover {box-shadow:3px 3px 3px #000000;} |
Version vom 25. Mai 2018, 08:10 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Kanit');
body {font-family: 'Roboto', sans-serif; font-size:11px;}
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5 {font-family: 'Ubuntu', sans-serif;}
#nb1 :hover {box-shadow:3px 3px 3px #000000;}