MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus UTransForM - Mapping-Wiki
Wechseln zu: Navigation, Suche
Zeile 17: Zeile 17:
  
 
body {font-size:15.5px;}
 
body {font-size:15.5px;}
 +
 +
pre {font-size:12px;}

Version vom 29. Juni 2018, 22:37 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300|Ubuntu:700');

body {font-family: 'Open Sans', sans-serif;}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */

div#content h1, div#content h2, h3, h4, h5, h6, #headertabs.stylenamehere.ui-state-default {font-family: 'Ubuntu', sans-serif;}
/* changes the default font used for MediaWiki headings to Noto Serif */

/* Images should be responsive */
img {
  max-width:100%; 
  height:auto;
}

body {font-size:15.5px;}

pre {font-size:12px;}