mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
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:
parent
3c1e8769cb
commit
0680cea997
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue