Friday, February 4, 2011

Correction of style of an ikariam-forum (a background, citations, spoiler)


// ==UserScript==
// @name           Fix Ikariam Board
// @namespace      Black Widow 
// @autor          Black Widow (DiVAS)
// @version        0.0.5
// @homepage    ikareports.ru
// @description    Correction of style of an ikariam-forum (a background, citations, spoiler)...
// @include        http://board.*.ikariam.*/*
// @include        http://support.ikariam.*/*
//
// @history        0.0.5 the code Is rewritten and arranged
// @history        0.0.4 small corrections
// @history        0.0.3 small corrections
// @history        0.0.2 small corrections
// @history        0.0.1 идея и первая реализация (1 сигарета затрат)
// ==/UserScript==
// ===========================================================================
// ---- !!! YOU HAVE NOT ALLOWED TO EDIT OR COPY THIS SCRIPT !!! Protect by : Black Widow (DiVAS) ----

function BW(cssStyle) {
    var head, style;
    head = document.getElementsByTagName('head')[0];
    if (!head) { return; }
    style = document.createElement('style');
    style.type = 'text/css';
    style.innerHTML = cssStyle;
    head.appendChild(style);
}

BW('.quoteBox .quoteHeader {background-color: #d7b283; border: 1px solid #d7b283; border-radius: 7px 7px 0 0;-webkit-border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0;}\n\
.quoteBox .quoteBody {border: 1px solid #d7b283; border-radius: 0 0 7px 7px;-webkit-border-radius: 0 0 7px 7px; -moz-border-radius: 0 0 7px 7px;}\n\
.quoteBox .quoteHeader h3 {color: #811b0b; font-style: italic;}\n\
.quoteBox .quoteHeader h3 a {color: #0053a6;}\n\
.quoteBox .quoteHeader h3 a:hover {color: #ae00ae;}\n\
.quoteBox .quoteBody {background: #f6ebba; color: #811b0b;}\n\
.quoteBox, spoiler, container-4, blockquote.wysiwygQuote {background:#e9dca5;}\n\
body,html{background-image:url("../images/ikariam/footer.png")}');

// ---- !!! YOU HAVE NOT ALLOWED TO EDIT OR COPY THIS SCRIPT !!! Protect by : Black Widow (DiVAS) ----

0 comments:

Post a Comment