(This site is at a very early stage, so lots of missing stuff! See Joystick_Directory:About for more.)

Difference between revisions of "MediaWiki:Common.css"

From Joystick Directory
(Created page with "→‎CSS placed here will be applied to all skins: #firstHeading{ font:bold 30px; font-family:'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; } .mw-body-content h2 { font:italic bold 12px/30px; font-family:'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif; }")
 
m
Line 11: Line 11:
font-family:'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
font-family:'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}
}
.mw-portlet-body {display:none;}

Revision as of 10:44, 15 March 2022

/* CSS placed here will be applied to all skins */


#firstHeading{
	font:bold 30px;
font-family:'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}

.mw-body-content h2 {
    font:italic bold 12px/30px;
font-family:'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
}

.mw-portlet-body {display:none;}