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 }")
 
m (hacky fix for issue with background blur on ultrawide monitor)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
  background-repeat:no-repeat;
  background-repeat:no-repeat;
  background-size:cover;
  background-size:cover;
  background-attachment:fixed
  background-attachment:fixed;
box-shadow: inset 10000px 0 0 0 var(--background-color-overlay--lighter);
}
}

Latest revision as of 19:52, 30 January 2024

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 10000px 0 0 0 var(--background-color-overlay--lighter);
}