MediaWiki:Common.css: Difference between revisions

m
no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: →‎** Stilar för huvudsidan **: →‎* CSS-classer För Portal:Huvudsida *: →‎Kolumner: .frontPageLeft { float: left; width: 66%; } .frontPageRight { float: left; width: 34%; } →‎mobilvyn på små skärmar visar istället kolumnerna efter varandra i fullbredd: @media screen and ( max-width: 800px ) { .frontPageLeft, .frontPageRight { float: none; width: 100%; } } →‎Block: .frontPageBlock { background...")
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
h1 {
font-family: Calibri, Arial, Helvetica, sans-serif;
}
/*** Stilar för huvudsidan ***/
/*** Stilar för huvudsidan ***/