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
No edit summary
m make captcha bold
 
Line 15: Line 15:
   font-family: sans-serif;
   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; }