Removed sitenotice styles

Sitenotice style should be defined by individual wiki rather than in the skin. This would give more flexibility to other third party wikis. Apart from that, the old implementation seems to have issue with CentralNotice.
This commit is contained in:
alistair3149 2020-05-18 00:01:59 -04:00 committed by GitHub
parent 3c1e8769cb
commit 0680cea997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,20 +223,6 @@ a {
overflow: hidden;
}
#siteNotice {
margin: -@margin-side -@margin-side @margin-side -@margin-side;
padding: @margin-side / 2 @margin-side;
z-index: 1;
position: relative;
width: ~'calc(100vw - 40px)';
background: @red-30;
color: @base-100;
font-size: @content-monospace-size;
display: flex;
align-items: center;
justify-content: center;
}
.mw-body,
.parsoid-body {
margin-top: @header-height + @margin-side;