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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
a {
a {
color: #ABCDEF !important;
color: #8dbcdd !important;
}
}
body {
body {
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 38: Line 41:


#appeal {
#appeal {
background-color: rgba(0, 0, 0, 0.5);
text-shadow: 2px 2px 4px black;
padding: 1em;
}
}



#donate-form-wrapper {
#donate-form-wrapper {

Latest revision as of 21:09, 9 December 2016

a {
    color: #8dbcdd !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;
}

#appeal {
    text-shadow: 2px 2px 4px black;
}


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