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
 
(7 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=Permanent+Marker');


body {
#content h1 {
    background-image:url(https://annoyingthing.net/images/6/62/Axel_F_Background.png)
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 h1 {
#content h2,
    font-family:"Permanent Marker",sans-serif;
#content h3,
    color:white;
#content h4,
    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 h5,
#content h6 {
  font-family: sans-serif;
}


}
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { font-weight: bold; }
.mw-body {
    background: #D0D0D9D0
}

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; }