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
 
(10 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);


@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');


#content h1,
#content h1 {
#content h2{
font-family:"Permanent Marker",sans-serif;
  font-family: "Noto Sans", 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
}
}


.mw-body {
#content h2,
   background: light-gray;
#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; }