MediaWiki:Common.css: Difference between revisions

From Old Engine Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-9FVP0257LH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-9FVP0257LH'); </script>"
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9FVP0257LH"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'G-9FVP0257LH');
</script>

Latest revision as of 18:21, 1 April 2026

/* CSS placed here will be applied to all skins */