Wikimedia UK thank you/landing page

From Wikimedia UK
Jump to navigation Jump to search

<html> <style> /* Hide some stock page elements */

  1. firstHeading, #contentSub, #siteSub {

display: none; } /* Pitch */

  1. pitch {
height: 172px;
background-image: url(</html><html>http://upload.wikimedia.org/centralnotice/images/Jimmy_Appeal_2009.jpg</html><html>);
background-position: </html>right<html> top;
background-repeat: no-repeat;
background-color: #1e1e1e;
border: 1px solid silver;

}

  1. pitch-head {
width: 50%;
font-size: 1.75em;
line-height: 1.5em;
color: white;
margin-top: 16px;
margin-</html>left<html>: 24px;

}

  1. pitch-body {
width: 50%;
font-size: 1em;
line-height: 1.5em;
color: white;
margin-top: 16px;
margin-</html>left<html>: 24px;

} /* Appeal */

  1. appeal {
background-color: #f3f3f3;
border: 1px solid silver;
border-top-width: 0;
padding: 24px;
padding-top: 16px;

}

  1. appeal-head {
font-size: 2em;
line-height: 1.25em;
padding-bottom: 0.5em;
padding-top: 0.125em;

}

  1. appeal-body {
font-size: 1.125em;
margin-bottom: 1em;

} /* Same button CSS from most of the notices */ .donate-button {

float: </html>left<html>;
height: 28px;
text-align: center;
background-color: transparent;
cursor: pointer;

} .donate-button-start {

float: left;
background-image: url(http://upload.wikimedia.org/centralnotice/images/2009/button-glossy.png);
background-position: left top;
width: 12px;
height: 28px;

} .donate-button-end {

float: left;
background-image: url(http://upload.wikimedia.org/centralnotice/images/2009/button-glossy.png);
background-position: right bottom;
width: 12px;
height: 28px;

} .donate-button-label {

float: left;
background-image: url(http://upload.wikimedia.org/centralnotice/images/2009/button-glossy.png);
background-position: center center;
background-repeat: repeat-x;
font-family: sans-serif;
font-size: 1em;
font-weight: bold;
color: white;
line-height: 28px;
height: 28px;
white-space: nowrap;

} </style> <script type="text/javascript"> /* Configuration */ var medium = '</html>Thank_You<html>'; /* Functions */ // Sends user to the donation page function goToDonationPage() {

// Extracts the value of a given URL parameter from the current window location
function get( name ) {
 var v = ( new RegExp( '[\\?\x26]' + name.replace( /\[|\]/g, '\\\$1' ) + '=([^\x26#]*)' ) ).exec( window.location.href );
 return v == null ?  : v[1];
}
// Change the window's location using configuration and parameters
var base = 'http://wikimediafoundation.org/wiki/Special:LandingCheck/';
var url = base + 'WMFJA026'
window.location =
 url +
 '?utm_medium=' + medium +
 '\x26utm_campaign=' + get( 'utm_campaign' ) +
 '\x26utm_source=' + get( 'utm_source' ) +
 '\x26language=</html>landing page<html>' 

} </script>


</html>{{{thankyou-title}}}<html>