MediaWiki:Wikia.css: Difference between revisions
Jump to navigation
Jump to search
imported>Borisdotpercy Removing all content from page |
imported>Borisdotpercy Undo revision 4824 by Borisdotpercy (talk) |
||
| Line 1: | Line 1: | ||
.WikiaFooter { | |||
display: none !important; | |||
} | |||
/* CHRISTMAS CODE */ | |||
body { | |||
background: #0af !important; | |||
} | |||
.skin-oasis:after, .skin-oasis:before { | |||
background-image: none !important; | |||
} | |||
.wds-global-footer { | |||
position: relative; | |||
z-index: 9999; | |||
} | |||
.wds-community-header { | |||
margin: 0 80px 0 auto !important; | |||
} | |||
.WikiaPage { | |||
margin: 0 80px 0 auto !important; | |||
} | |||
/* Snowman */ | |||
/* Head */ | |||
.WikiaPage:before { | |||
content: ''; | |||
width: 100px; | |||
height: 100px; | |||
border-radius: 50%; | |||
background: #fff; | |||
position: fixed; | |||
top: 145px; | |||
left: 120px; | |||
z-index: 5; | |||
} | |||
/* Eyes */ | |||
.WikiaPageContentWrapper:before, .WikiaPageContentWrapper:after { | |||
content: ''; | |||
width: 10px; | |||
height: 10px; | |||
border-radius: 50%; | |||
background: #000; | |||
position: fixed; | |||
left: 155px; | |||
top: 170px; | |||
z-index: 6; | |||
} | |||
.WikiaPageContentWrapper:after { | |||
left: 175px; | |||
} | |||
Revision as of 15:57, 24 December 2017
.WikiaFooter {
display: none !important;
}
/* CHRISTMAS CODE */
body {
background: #0af !important;
}
.skin-oasis:after, .skin-oasis:before {
background-image: none !important;
}
.wds-global-footer {
position: relative;
z-index: 9999;
}
.wds-community-header {
margin: 0 80px 0 auto !important;
}
.WikiaPage {
margin: 0 80px 0 auto !important;
}
/* Snowman */
/* Head */
.WikiaPage:before {
content: '';
width: 100px;
height: 100px;
border-radius: 50%;
background: #fff;
position: fixed;
top: 145px;
left: 120px;
z-index: 5;
}
/* Eyes */
.WikiaPageContentWrapper:before, .WikiaPageContentWrapper:after {
content: '';
width: 10px;
height: 10px;
border-radius: 50%;
background: #000;
position: fixed;
left: 155px;
top: 170px;
z-index: 6;
}
.WikiaPageContentWrapper:after {
left: 175px;
}