The Crazy Frog Wiki Difference between revisions of "MediaWiki:Citizen.css"

Difference between revisions of "MediaWiki:Citizen.css"

MediaWiki interface page
(Created page with "body { background-image:url(https://annoyingthing.net/images/6/62/Axel_F_Background.png); background-repeat:no-repeat; background-size:cover; background-attachment:fixed }")
 
Line 4: Line 4:
  background-size:cover;
  background-size:cover;
  background-attachment:fixed
  background-attachment:fixed
box-shadow: inset 2000px 0 0 0 var(--background-color-overlay--lighter);
}
}

Revision as of 17:09, 29 January 2022

body {
 background-image:url(https://annoyingthing.net/images/6/62/Axel_F_Background.png);
 background-repeat:no-repeat;
 background-size:cover;
 background-attachment:fixed
 box-shadow: inset 2000px 0 0 0 var(--background-color-overlay--lighter);
}