MediaWiki:Common.css: Difference between revisions

From Droid Reference Library
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:


@import url('https://fonts.googleapis.com/css?family=Hind|Open+Sans|Open+Sans+Condensed:300|Roboto');
@import url('https://fonts.googleapis.com/css?family=Hind|Open+Sans|Open+Sans+Condensed:300|Roboto');
#content { background-color: #003468; }


body {font-family: "Hind", sans-serif}
body {font-family: "Hind", sans-serif}


#content h1 {font-family: "Roboto", sans-serif; font-weight: bold}
#content h1 {font-family: "Roboto", sans-serif; font-weight: bold}
#content h2 {font-family: "Hind", sans-serif; font-weight: bold; font-variant: small-caps; color: #003468}
#content h2 {font-family: "Hind", sans-serif; font-weight: bold; font-variant: small-caps; color: #003468}

Revision as of 02:07, 4 August 2018

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

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

#content { background-color: #003468; }

body {font-family: "Hind", sans-serif}

#content h1 {font-family: "Roboto", sans-serif; font-weight: bold}
#content h2 {font-family: "Hind", sans-serif; font-weight: bold; font-variant: small-caps; color: #003468}