MediaWiki:Wikia.css: Difference between revisions

From TogSMP Wiki
Jump to navigation Jump to search
imported>Borisdotpercy
No edit summary
imported>Borisdotpercy
No edit summary
Line 5: Line 5:


/* CHRISTMAS CODE */
/* CHRISTMAS CODE */
body {
  background: #0af !important;
}
.wds-community-header {
.wds-community-header {
     margin: 0 80px 0 auto !important;
     margin: 0 80px 0 auto !important;
Line 11: Line 15:
.WikiaPage {
.WikiaPage {
     margin: 0 80px 0 auto !important;
     margin: 0 80px 0 auto !important;
}
/* Snowman */
/* Head */
.wds-community-header:before {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    top: 145px;
    left: 120px;
    z-index: 10;
}
}

Revision as of 15:05, 24 December 2017

.WikiaFooter {
    display: none !important;  
}


/* CHRISTMAS CODE */
body {
  background: #0af !important;
}

.wds-community-header {
    margin: 0 80px 0 auto !important;
}

.WikiaPage {
    margin: 0 80px 0 auto !important;
}


/* Snowman */
/* Head */
.wds-community-header:before {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    top: 145px;
    left: 120px;
    z-index: 10;
}