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

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 5: Line 5:
background-image: url(https://upload.wikimedia.org/wikipedia/commons/1/1f/Wikipedia_mini_globe_handheld.jpg) !important;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/1/1f/Wikipedia_mini_globe_handheld.jpg) !important;
background-color: #040603;
background-color: #040603;
background-size: 100% auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center center;
background-position: center center;
Line 37: Line 40:
}
}


@media screen and (min-width: 981px) {
#appeal {
background-color: rgba(0, 0, 0, 0.5);
#appeal {
background-color: rgba(0, 0, 0, 0.5);
padding: 1em;
padding: 1em;
}
}
}



Revision as of 21:01, 9 December 2016

a {
    color: #ABCDEF !important;
}
body {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/1/1f/Wikipedia_mini_globe_handheld.jpg) !important;
    background-color: #040603;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#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;
}

@media screen and (min-width: 981px) {
    #appeal {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 1em;
    }
}

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