Skin:NRWBP
Aus Wikimirror NRW
<skinflags>
Present_To_User
</skinflags>
<internal>
##HEADER##==Filler:NRWBPHeader ##PAGEHEADER##==Filler:NRWBPPageHeader ##MENUTOP##==Filler:NRWBPMenuTop ##CONTENT##==Filler:NRWBPContent ##SIDEBARLEFT##==Filler:NRWBPSidebarLeft ##ACTIONS##==Filler:MonobookActions
</internal>
<dynamic>
#*FOOTER*#==NRW-Web:BPFooter
</dynamic>
<skintemplate>
##HEADER##
<body <?php if($this->data['body_ondblclick']) { ?> ondblclick="<?php $this->text('body_ondblclick') ?>"<?php } ?>
<?php if($this->data['body_onload']) { ?> onload="<?php $this->text('body_onload') ?>"<?php } ?>
class="mediawiki <?php $this->text('dir') ?> <?php $this->text('pageclass') ?> <?php $this->text('skinnameclass') ?>">
<?php if (date('Y-m-d',time() + (60 * 60)) == '2012-01-18') { ?>
<div style="z-index:99999999;" id="text-shadow-box" onclick="document.getElementById('text-shadow-box').style.display='none';">
<div id="tsb-box" onclick="document.getElementById('text-shadow-box').style.display='none';"></div>
<p id="tsb-text" onclick="document.getElementById('text-shadow-box').style.display='none';">STOPPT SOPA!</p>
<p id="tsb-link" onclick="document.getElementById('text-shadow-box').style.display='none';"><a href="http://web.piratenpartei.de/Pressemitteilung/piraten-gehen-offline-%E2%80%93-protest-gegen-zwei-neue-zensurgesetze-aus-den-usa">STOPPT SOPA!</a></p>
<div id="tsb-wall" onclick="document.getElementById('text-shadow-box').style.display='none';">
<p onclick="document.getElementById('text-shadow-box').style.display='none';">Unsere Seite wurde heute schwarz geschaltet aus Protest gegen die Gesetzesentwürfe "U.S. Stop Online Piracy Act" (SOPA) und "PROTECT-IP Act" (PIPA).
SOPA und PIPA stellen eine neue Form der Internetzensur und einen nicht hinzunehmenden Eingriff in die Privatsphäre und das Grundrecht
auf Meinungsfreiheit dar.
Wir müssen diese Bestrebungen stoppen, um unsere Rechte auf freie Meinungsäußerung und Datenschutz zu erhalten.
Erfahren Sie mehr unter <a href="http://web.piratenpartei.de/Pressemitteilung/piraten-gehen-offline-%E2%80%93-protest-gegen-zwei-neue-zensurgesetze-aus-den-usa">http://web.piratenpartei.de</a>.<br />
<img src="http://wiki.piratenpartei.de/wiki//skins/logo.gif" style="margin-left:25%;" /></p>
</div>
<div id="tsb-spot" onclick="document.getElementById('text-shadow-box').style.display='none';"></div>
</div>
<script type="text/javascript" language="javascript" charset="utf-8">
/**
* Zachary Johnson
* http://www.zachstronaut.com
* I place the following code in the public domain.
*/
var text = null;
var spot = null;
var box = null;
var boxProperty = '';
init();
function init() {
text = document.getElementById('tsb-text');
spot = document.getElementById('tsb-spot');
box = document.getElementById('tsb-box');
if (typeof box.style.webkitBoxShadow == 'string') {
boxProperty = 'webkitBoxShadow';
} else if (typeof box.style.MozBoxShadow == 'string') {
boxProperty = 'MozBoxShadow';
} else if (typeof box.style.boxShadow == 'string') {
boxProperty = 'boxShadow';
}
if (text && spot && box) {
document.getElementById('text-shadow-box').onmousemove = onMouseMove;
document.getElementById('text-shadow-box').ontouchmove = function (e) {e.preventDefault(); e.stopPropagation(); onMouseMove({clientX: e.touches[0].clientX, clientY: e.touches[0].clientY});};
}
onMouseMove({clientX: Math.floor(window.innerWidth / 2), clientY: Math.floor(window.innerHeight / 2.75)});
}
function onMouseMove(e) {
var xm = (e.clientX - Math.floor(window.innerWidth / 2)) * 0.4;
var ym = (e.clientY - Math.floor(window.innerHeight / 3)) * 0.4;
var d = Math.round(Math.sqrt(xm*xm + ym*ym) / 5);
text.style.textShadow = -xm + 'px ' + -ym + 'px ' + (d + 10) + 'px black';
if (boxProperty) {
box.style[boxProperty] = '0 ' + -ym + 'px ' + (d + 30) + 'px black';
}
xm = e.clientX - window.innerWidth;
ym = e.clientY - window.innerHeight;
spot.style.backgroundPosition = xm + 'px ' + ym + 'px';
}
</script>
<?php } ?>
<div id="wrapper">
<div id="container">
##PAGEHEADER##
##MENUTOP##
<div id="mainBox">
##SIDEBARLEFT##
<div id="mainContent">
<?php if($this->data['loggedin']) { ?>
<div class="breadcrumb">
##ACTIONS##
</div> <!-- end @breadcrumb --><?php } ?>
<div id="content">
##CONTENT##
</div><!-- end #content -->
<div id="mainContentFuss">
<!-- <ul>
<li><?php # ggf. ?>Ältere Beiträge</li>
</ul> -->
</div><!-- end #mainContentFuss -->
</div><!-- end #mainContent -->
<div id="preContainerFuss"></div><!-- end #preContainerFuss -->
<div id="containerFuss"></div><!-- end #containerFuss -->
</div>
</div><!-- end #container -->
<div class="visualClear"></div>
#*FOOTER*#
</div><!-- end #wrapper -->
<?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>
<?php $this->html('reporttime') ?>
<?php if ( $this->data['debug'] ): ?>
<!-- Debug output:
<?php $this->text( 'debug' ); ?>
-->
<?php endif; ?>
</body>
</html>
</skintemplate>

