Please sign in to edit, using the button at the upper right corner of the page.


MediaWiki:Sitenotice: Difference between revisions

From Gunn Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<center class="anon-show sitenotice">
<style>
   Please sign in to edit, using the button at the upper right corner of the page.
  .anon-show {
    display: block !important;
  }
  .user-show,
  .anon-show:not(.anon-show) {
    display: none !important;
  }
</style>
 
<div class="anon-show sitenotice" style="display: none;">
   <center>Please sign in to edit, using the button at the upper right corner of the page.</center>
   <hr />
   <hr />
   <br />
   <br />
</center>
</div>

Revision as of 20:59, 24 May 2025

<style>

 .anon-show {
   display: block !important;
 }
 .user-show,
 .anon-show:not(.anon-show) {
   display: none !important;
 }

</style>