The wiki is currently a work in progress. If you'd like to help, please check out the Getting started page.
MediaWiki:Sitenotice: Difference between revisions
Jump to navigation
Jump to search
Adrian Genge (talk | contribs) Created page with "this is a test of the site notice. :)" |
Adrian Genge (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{MediaWiki:SiteNotice| | |||
type=maintenance, | |||
header=Notice, | |||
body=The wiki is currently a work in progress. If you'd like to help out, please check the getting started guide. | |||
closebutton=1 | |||
}} | |||
<style> | |||
.mw-dismissable-notice { | |||
border: 2px solid #555 !important; | |||
border-radius: 4px; | |||
padding: 1em; | |||
background-color: #fff; | |||
box-shadow: 0 2px 5px rgba(0,0,0,0.1); | |||
} | |||
.mw-dismissable-notice-close { | |||
cursor: pointer; | |||
color: #666; | |||
font-weight: bold; | |||
padding: 0 5px; | |||
} | |||
.mw-dismissable-notice-close:hover { | |||
color: #c00; | |||
} | |||
</style> | |||
Revision as of 18:58, 16 June 2026
<style> .mw-dismissable-notice {
border: 2px solid #555 !important; border-radius: 4px; padding: 1em; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} .mw-dismissable-notice-close {
cursor: pointer; color: #666; font-weight: bold; padding: 0 5px;
} .mw-dismissable-notice-close:hover {
color: #c00;
} </style>