Template:Styles/add bgImageJimmy1.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 44: Line 44:
.mw-body {
.mw-body {
color: white;
color: white;
}

/* TODO: fix this, currently need #appeal-body for mobile spacing */
#appeal-head, .appeal-text-long, .appeal-text-short {
display: none;
}
}



Revision as of 18:44, 11 December 2016

a {
    color: #b6e1ff !important;
}
body {
    background-color: #030609;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (min-width: 981px) {
    body {
        background-image: url(https://upload.wikimedia.org/wikipedia/donate/thumb/6/64/JimmyWalesJI5.jpg/1600px-JimmyWalesJI5.jpg) !important;
    }
}


#mw-head {
    display: none !important;
}
#mw-page-base {
    background-color: transparent !important;
    background-image: none !important;
}
#mw-head-base {
    height: 1em;
}
#mw-panel .portal {
    display: none;
}
.mw-wiki-logo {
    background-image: url(//upload.wikimedia.org/wikipedia/donate/3/3d/White-WMF.svg) !important;
}
#p-namespaces, #p-views, #p-cactions, #p-search, #p-personal, #catlinks, #firstHeading, #contentSub, #siteSub, #jump-to-nav {
    display: none;
}
#content {
    background-color: transparent;
    background-image: none;
    border: none;
}
.mw-body {
    color: white;
}

#donate-form-wrapper {
    background-color: rgba(255, 255, 255, 0.6);
}
#infobox-wrapper {
    color: #333;
}