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

From Donate
Jump to navigation Jump to search
Content deleted Content added
Pcoombe changed the content model of the page Template:Styles/add bgImageJimmy1.css from "wikitext" to "CSS"
Tag: content model change
No edit summary
Line 3: Line 3:
}
}
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/donate/thumb/6/64/JimmyWalesJI5.jpg/1600px-JimmyWalesJI5.jpg) !important;
background-color: #040603;
background-color: #040603;
-webkit-background-size: cover;
-webkit-background-size: cover;
Line 41: Line 41:


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



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

Revision as of 21:24, 9 December 2016

a {
    color: #8dbcdd !important;
}
body {
    background-image: url(https://upload.wikimedia.org/wikipedia/donate/thumb/6/64/JimmyWalesJI5.jpg/1600px-JimmyWalesJI5.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 {
    display: none;
}

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