Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
 
(26 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 2: Zeile 2:
#p-navigation
#p-navigation
{
{
border-image: url("https://heimatforschung-ostfriesland.de/norden/Wappen_Ostfriesland.png") 30  
border-image: url("https://norder-stadtgeschichte.de/Wappen.png") 30  
round;
round;
}
}
#p-tb
#p-tb
{
{
border-image: url("https://heimatforschung-ostfriesland.de/norden/Wappen_Ostfriesland.png") 30  
border-image: url("https://norder-stadtgeschichte.de/Wappen.png") 30  
round;
round;
}
}
Zeile 24: Zeile 24:
height: 600px;
height: 600px;


background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png');
background: url('https://norder-stadtgeschichte.de/Werbung1.png');
}
}


/* Every image need to have its own rule defined. */
/* Every image need to have its own rule defined. */
#n-hi::after{
#n-hi::after{
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png');
background: url('https://norder-stadtgeschichte.de/Werbung1.png');
}
}


#n-hi:hover ::after {
#n-hi:hover ::after {
background: url('https://heimatforschung-ostfriesland.de/norden/Werbung1.png');
background: url('https://norder-stadtgeschichte.de/Werbung1.png');
}
}
#n-hi:hover ::after, #n-hi ::after{
#n-hi:hover ::after, #n-hi ::after{
Zeile 45: Zeile 45:
}
}


$wgHooks['SkinAfterContent'][] = function(&$data, $skin) {
/* increase Vector sidebar width to accommodate ads */
    $data = '<div class="gas-bottom">';
div#mw-panel { width: 12em; }
    $data .= '<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>';
div#p-Ads div.body {margin: 0em !important; }
$data .= '<ins class="adsbygoogle gas-bottom-first"
div#footer, #mw-head-base, div#content { margin-left: 12em; }
            style="display:table; width:728px; height:90px; margin:1em auto; clear:both;"
#left-navigation { margin-left: 12em; }
            data-ad-client="ca-pub-1836625107371348"
            data-ad-slot="4628542976"></ins>';
$data .= '<script>
        (adsbygoogle = window.adsbygoogle || []).push({});
        </script>';
$data .= '</div>';
        return true;
};