By hda
—
Last update
Jul 14, 2008
—
Installed
266 times.
// ==UserScript==
// @name Delos SHOUTBOX v0.99c
// @description Shoutbox para la alianza Liga de Delos
// @include http://s5.ikariam.es/*
// @include http://delos.forogratis.es/*
// ==/UserScript==
var version="0.99c";
var displayedflag = 0;
unsafeWindow.displayshout = function() {
if(displayedflag == 0) {
document.getElementById("shoutframe").innerHTML = '<iframe width="200" border="0" frameborder="0" height="100%" src="http://www4.shoutmix.com/?mephistopheles" style="margin-left:0px;"></iframe>';
displayedflag = 1;
}
}
unsafeWindow.showshout = function() {
document.getElementById("shoutbar").style.left="0px";
}
unsafeWindow.hideshout = function() {
document.getElementById("shoutbar").style.left="-216px";
}
vshoutbar = document.createElement("div");
vshoutbar.setAttribute("id", "shoutbar");
var body = document.getElementsByTagName("body");
body[0].appendChild(vshoutbar);
document.getElementById("shoutbar").innerHTML ='<div id="shouttab" ondblclick="showshout()" onclick="hideshout()"><a style="height:100%;width:100%;"></a></div>'
+ '<div style="color:#542C0F;line-height: 35px; font-size: 12px; font-weight: bold;width:205px;position:absolute;top:0px;left:0px;height:30px;background:url(http://img444.imageshack.us/img444/7013/backshoutsv0.png);background-repeat:no-repeat;">'
+ '<a style="border-bottom:1px #542C0F dotted; color: #542C0F;" href="http://s5.ikariam.es/index.php?view=allyPage&allyId=6123&oldView=searchAlly&id=143748&position=11">Liga de Delos</a> / <a style="border-bottom:1px #542C0F dotted; color: #542C0F;" href="http://delos.forogratis.es/foro/portal.php" target="_blank">Foro</a></div>'
+ '<div id="shoutframe" style="position:absolute;top:30px;bottom:3px;righ:4px;" onmouseover="displayshout()">Mouse over this area to load the shoutbox</div>'
+ '<div style="width:210px;position:absolute;bottom:0px;left:0px;height:3px;background:url(http://img403.imageshack.us/img403/5998/shoutbarbgbotly1.gif);background-repeat:no-repeat;"></div>';
GM_addStyle("#shoutbar { background:url(http://img179.imageshack.us/img179/8825/shoutbarbgmideu5.gif); padding-top:33px; width:210px; position:absolute; left:-216px; top:150px; bottom:50px; border:1px black solid; z-index:50;");
GM_addStyle("#shouttab { background:url(http://img341.imageshack.us/img341/9650/shouttabxo0.png); width:41px; height:154px; position:absolute; right:-41px; top:0px; } ");
GM_addStyle("#shouttab:click { left: 0px; } ");