MediaWiki:Common.css
From GBV
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */ /* Google Material Icons setting, blow selector's work in combinations with content of "material" directory material directory is located in public_html*/ @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(http://www.gezondburgerverstand.nl/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), url(http://www.gezondburgerverstand.nl/material/MaterialIcons-Regular.woff2) format('woff2'), url(http://www.gezondburgerverstand.nl/material/MaterialIcons-Regular.woff) format('woff'), url(http://www.gezondburgerverstand.nl/material/MaterialIcons-Regular.ttf) format('truetype'), url(http://www.gezondburgerverstand.nl/material/MaterialIcons-Regular.svg) format('svg'), url(http://www.gezondburgerverstand.nl/material/MaterialIcons-Regular.ijmap) format('ijmap'); } .material-icons { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: 'liga'; }