Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
test change font
 
m make captcha bold
 
(17 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
body {
 
font-family: "Liberation Sans", Arial, Helvetica, FreeSans, sans-serif;
 
#content h1 {
font-family:"Permanent Marker",sans-serif;
color:white;
text-shadow:1px 1px black,-1px -1px black,1px -1px black,-1px 1px black,0px 1px black,0px -1px black,1px 0px black,-1px 0px black
}
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: sans-serif;
}
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { font-weight: bold; }

Latest revision as of 21:09, 27 October 2022

@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);


#content h1 {
 font-family:"Permanent Marker",sans-serif;
 color:white;
 text-shadow:1px 1px black,-1px -1px black,1px -1px black,-1px 1px black,0px 1px black,0px -1px black,1px 0px black,-1px 0px black 
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: sans-serif;
}

.htmlform-tip + .mw-htmlform-field-HTMLInfoField { font-weight: bold; }