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
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
body {
background-image:url(https://annoyingthing.net/images/6/62/Axel_F_Background.png);
background-repeat:no-repeat;
background-size:cover;
background-position:center
}
#p-personal li {
  background-color:white;
  padding: 2px 5px 2px 5px;
  border-radius:10px;
}
#searchform,
#p-cactions {
  background-color: white;
}


#left-navigation li,
#right-navigation li,
#p-cactions {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#mw-head {
  background-image:url(/images/0/03/FrogTile.png);
  background-size: 256px
}


#content h1 {
#content h1 {
  font-family:"Permanent Marker",sans-serif;
  font-family:"Permanent Marker",sans-serif;
  color:white;
  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
  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 {
 
background:#D0D0D9D0
#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; }