first commit (2005-12-25)
BIN
queEs/meAtacan_files/Thumbs.db
Normal file
BIN
queEs/meAtacan_files/admiral_ikon_un.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
36
queEs/meAtacan_files/cntneu2.js
Normal file
@ -0,0 +1,36 @@
|
||||
function tt(){
|
||||
v = new Date();
|
||||
n = new Date();
|
||||
o = new Date();
|
||||
//for (cn = 1; cn <= anz; cn++) {
|
||||
bxx = document.getElementById('bxy');
|
||||
ss = bxx.title;
|
||||
s = ss - Math.round((n.getTime() - v.getTime()) / 1000.);
|
||||
m = 0;
|
||||
h = 0;
|
||||
if (s < 0) {
|
||||
bxx.innerHTML = "-";
|
||||
} else {
|
||||
if (s > 59) {
|
||||
m = Math.floor(s/60);
|
||||
s = s - m * 60;
|
||||
}
|
||||
if (m > 59) {
|
||||
h = Math.floor(m / 60);
|
||||
m = m - h * 60;
|
||||
}
|
||||
if (s < 10) {
|
||||
s = "0" + s;
|
||||
}
|
||||
if (m < 10) {
|
||||
m = "0" + m;
|
||||
}
|
||||
bxx.innerHTML = h + ":" + m + ":" + s + "";
|
||||
}
|
||||
bxx.title = bxx.title - 1;
|
||||
//}
|
||||
window.setTimeout("tt();", 999);
|
||||
|
||||
|
||||
}
|
||||
|
32
queEs/meAtacan_files/combox.css
Normal file
@ -0,0 +1,32 @@
|
||||
#combox_container {
|
||||
margin-top:10px;
|
||||
}
|
||||
#combox {
|
||||
display:block;
|
||||
position:relative;
|
||||
border:5px solid skyblue;
|
||||
background-image:url(/evolution/cominfo/comboxBild_5.jpg);
|
||||
width:503px;
|
||||
height:156px;
|
||||
}
|
||||
#combox:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
#anfang {
|
||||
position:absolute;;
|
||||
top:7px;
|
||||
left:10px;
|
||||
font-family:tahoma;
|
||||
color:white;
|
||||
font-size:17px;
|
||||
font-weight:normal;
|
||||
}
|
||||
#ende {
|
||||
position:absolute;
|
||||
bottom:7px;
|
||||
right:10px;
|
||||
font-family:tahoma;
|
||||
color:white;
|
||||
font-size:18px;
|
||||
font-weight:normal;
|
||||
}
|
BIN
queEs/meAtacan_files/commander_ikon_un.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
queEs/meAtacan_files/cp.gif
Normal file
After Width: | Height: | Size: 43 B |
341
queEs/meAtacan_files/default.css
Normal file
@ -0,0 +1,341 @@
|
||||
.allymember {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.noob {
|
||||
color: #a0ffa0;
|
||||
}
|
||||
|
||||
.strong {
|
||||
color: #ffa0a0;
|
||||
}
|
||||
|
||||
.vacation {
|
||||
color: skyblue;
|
||||
}
|
||||
|
||||
.inactive {
|
||||
color: CCCCCC;
|
||||
}
|
||||
|
||||
.longinactive {
|
||||
color: 999999;
|
||||
}
|
||||
|
||||
.banned {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.flight {
|
||||
}
|
||||
|
||||
.return {
|
||||
}
|
||||
|
||||
.holding {
|
||||
}
|
||||
|
||||
*.ownattack {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .ownattack a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
.flight .ownattack a {
|
||||
color: #lime;
|
||||
}
|
||||
|
||||
|
||||
*.owncolony {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .owncolony a {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
*.owndeploy {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
|
||||
.flight .owndeploy a {
|
||||
color: #lime;
|
||||
}
|
||||
|
||||
.flight .owndeploy a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
*.owndestroy {
|
||||
color: gold;
|
||||
}
|
||||
|
||||
.flight .owndestroy a {
|
||||
color: #gold;
|
||||
}
|
||||
|
||||
.flight .owndestroy a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
*.ownespionage {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
|
||||
.flight .ownespionage a {
|
||||
color: #orange;
|
||||
}
|
||||
|
||||
.flight .ownespionage a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
*.ownfederation {
|
||||
color: #33CC00;
|
||||
}
|
||||
|
||||
|
||||
.flight .ownfederation a {
|
||||
color: #33CC00;
|
||||
}
|
||||
|
||||
.flight .ownfederation a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
*.ownharvest {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
|
||||
.flight .ownharvest a {
|
||||
color: #lime;
|
||||
}
|
||||
|
||||
.flight .ownharvest a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
*.ownhold {
|
||||
color: #80a0C0;
|
||||
}
|
||||
|
||||
|
||||
.flight .ownhold a {
|
||||
color: #80a0C0;
|
||||
}
|
||||
|
||||
.flight .ownhold a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
*.ownmissile {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
|
||||
.flight .ownmissile a {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.flight .ownmissile a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
*.owntransport {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
*.owndeploy {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .owndeplay a {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .owndeplay a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
.flight .owntransport a {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .owntransport a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
.return .owntransport a {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.return .owntransport a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
|
||||
*.attack {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.flight .attack a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
.flight .attack a {
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
*.colony {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
|
||||
.flight .colony a {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .colony a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
*.deploy {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
|
||||
.flight .deploy a {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .deploy a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
|
||||
*.destroy {
|
||||
color: gold;
|
||||
}
|
||||
|
||||
.flight .destroy a {
|
||||
color: gold;
|
||||
}
|
||||
|
||||
.flight .destroy a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
*.espionage {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.flight .espionage a {
|
||||
color: #red;
|
||||
}
|
||||
|
||||
.flight .espionage a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
*.federation {
|
||||
color: #CC0000;
|
||||
}
|
||||
|
||||
.flight .federation a {
|
||||
color: #CC0000;
|
||||
}
|
||||
|
||||
.flight .federation a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
*.harvest {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .harvest a {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .harvest a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
*.hold {
|
||||
color: #80a0C0;
|
||||
}
|
||||
|
||||
.flight .hold a {
|
||||
color: #80a0C0;
|
||||
}
|
||||
|
||||
.flight .hold a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
*.missile {
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
*.transport {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .transport a {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.flight .transport a:hover {
|
||||
color: #E6EBFB;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: lime;
|
||||
}
|
||||
|
||||
.errormessage a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.notice {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.combatreport {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.espionagereport {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.timeremaining {
|
||||
}
|
||||
|
||||
.noresources {
|
||||
color: red;
|
||||
}
|
||||
|
BIN
queEs/meAtacan_files/deuterium.gif
Normal file
After Width: | Height: | Size: 478 B |
BIN
queEs/meAtacan_files/dm_klein_2.jpg
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
queEs/meAtacan_files/energie.gif
Normal file
After Width: | Height: | Size: 392 B |
1046
queEs/meAtacan_files/euDock.js
Normal file
256
queEs/meAtacan_files/euDock_002.js
Normal file
@ -0,0 +1,256 @@
|
||||
/*
|
||||
* euDock.Image
|
||||
*
|
||||
* euDock 2.0 plugin
|
||||
*
|
||||
* Copyright (C) 2006 Parodi (Pier...) Eugenio <piercingslugx@inwind.it>
|
||||
* http://eudock.jules.it
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This program is absolutely free...
|
||||
* ...BUT...
|
||||
* If you modify(OR TRY TO DO THAT)this Source Code,
|
||||
* my SOUL will carry you some monstrous Nightmares
|
||||
*
|
||||
* Have a nice day
|
||||
* enjoy yourself.
|
||||
* Pier...
|
||||
*
|
||||
* (Sorry but I'm Italian not an American writer)
|
||||
* (...a day Maybe...)
|
||||
*/
|
||||
|
||||
if (!window.euPreloadImage)
|
||||
function euPreloadImage(a) {
|
||||
var d=document;
|
||||
if(d.images){
|
||||
if(!d.p) d.p=new Array();
|
||||
d.p.push(new Image());
|
||||
d.p[d.p.length-1].src=a;
|
||||
}
|
||||
};
|
||||
|
||||
if (!euEnv.imageBasePath)
|
||||
euEnv.imageBasePath = "./";
|
||||
/*
|
||||
****************************************
|
||||
****** euImage Object *******
|
||||
****** (START) *******
|
||||
****************************************
|
||||
*/
|
||||
function euImage(id,args,container,onLoadFunc){
|
||||
if (!args.PngObjIE)
|
||||
args.PngObjIE=euImageIE_PNG;
|
||||
if (typeof( window.innerWidth ) != 'number' && args.image.toLowerCase().indexOf("png")!=-1)
|
||||
return new args.PngObjIE(id,args,container,onLoadFunc);
|
||||
|
||||
this.id = id;
|
||||
euPreloadImage(args.image);
|
||||
|
||||
this.setProperties = function(x,y,w,h){
|
||||
this.setPos(x,y);
|
||||
this.setDim(w,h);
|
||||
};
|
||||
|
||||
this.setPos = function(x,y){
|
||||
this.setPosX(x);
|
||||
this.setPosY(y);
|
||||
};
|
||||
|
||||
this.setDim = function(w,h){
|
||||
this.setWidth(w);
|
||||
this.setHeight(h);
|
||||
};
|
||||
|
||||
this.getPosX = function() {return document.getElementById(this.id).style.left.replace(/[^0-9]/g,"");};
|
||||
this.setPosX = function(x) {document.getElementById(this.id).style.left=x+'px';};
|
||||
this.getPosY = function() {return document.getElementById(this.id).style.top.replace(/[^0-9]/g,"");};
|
||||
this.setPosY = function(y) {document.getElementById(this.id).style.top=y+'px';};
|
||||
this.getWidth = function() {return document.getElementById(this.id).width;};
|
||||
this.setWidth = function(w){document.getElementById(this.id).width=Math.round(w);};
|
||||
this.getHeight = function() {return document.getElementById(this.id).height;};
|
||||
this.setHeight = function(h){document.getElementById(this.id).height=Math.round(h);};
|
||||
|
||||
this.hide = function(){document.getElementById(this.id).style.visibility='hidden';};
|
||||
this.show = function(){document.getElementById(this.id).style.visibility='visible';};
|
||||
|
||||
this.setFading = function(fad){
|
||||
fad=Math.round(fad);
|
||||
if (fad<0)
|
||||
fad=0;
|
||||
if (fad>100)
|
||||
fad=100;
|
||||
document.getElementById(this.id).style.opacity = (fad/100);
|
||||
document.getElementById(this.id).style.filter = "alpha(opacity="+(fad)+");";
|
||||
};
|
||||
|
||||
container.innerHTML+="<img onLoad='"+onLoadFunc+";' id='"+this.id+"' src='"+args.image+"' style='position:absolute;visibility:hidden;'>";
|
||||
};
|
||||
/*
|
||||
****************************************
|
||||
****** euImage Object *******
|
||||
****** (END) *******
|
||||
****************************************
|
||||
*/
|
||||
|
||||
/*
|
||||
****************************************
|
||||
****** euImageIE_PNG Object *******
|
||||
****** (START) *******
|
||||
****************************************
|
||||
*/
|
||||
function euImageIE_PNG(id,args,container,onLoadFunc){
|
||||
this.id = id;
|
||||
euPreloadImage(args.image);
|
||||
|
||||
this.setProperties = function(x,y,w,h){
|
||||
this.setPos(x,y);
|
||||
this.setDim(w,h);
|
||||
};
|
||||
|
||||
this.setPos = function(x,y){
|
||||
this.setPosX(x);
|
||||
this.setPosY(y);
|
||||
};
|
||||
|
||||
this.setDim = function(w,h){
|
||||
this.setWidth(w);
|
||||
this.setHeight(h);
|
||||
};
|
||||
|
||||
this.getPosX = function() {return document.getElementById(this.id).style.left.replace(/[^0-9]/g,"");};
|
||||
this.setPosX = function(x) {
|
||||
document.getElementById(this.id).style.left=x+'px';
|
||||
};
|
||||
this.getPosY = function() {return document.getElementById(this.id).style.top.replace(/[^0-9]/g,"");};
|
||||
this.setPosY = function(y) {
|
||||
document.getElementById(this.id).style.top=y+'px';
|
||||
};
|
||||
|
||||
|
||||
this.getWidth = function() {if (!this.width)return 0;return this.width;};
|
||||
this.setWidth = function(w){
|
||||
if (!this.width)return;
|
||||
this.width=Math.round(w);
|
||||
document.getElementById(this.id).style.width=Math.round(w)+'px';
|
||||
document.getElementById(this.id+"_IMG").style.width=Math.round(w)+'px';
|
||||
//if (document.getElementById(this.id).contentWindow.document.getElementById('IMG'))
|
||||
// document.getElementById(this.id).contentWindow.document.getElementById('IMG').style.width=Math.round(w)+'px';
|
||||
};
|
||||
this.getHeight = function() {if (!this.height)return 0;return this.height;};
|
||||
this.setHeight = function(h){
|
||||
if (!this.height)return;
|
||||
this.height=Math.round(h);
|
||||
document.getElementById(this.id).style.height=Math.round(h)+'px';
|
||||
document.getElementById(this.id+"_IMG").style.height=Math.round(h)+'px';
|
||||
//if (document.getElementById(this.id).contentWindow.document.getElementById('IMG'))
|
||||
// document.getElementById(this.id).contentWindow.document.getElementById('IMG').style.height=Math.round(h)+'px';
|
||||
};
|
||||
|
||||
this.onLoadPrev = function(){
|
||||
if (this.width && this.height)return;
|
||||
this.width=document.getElementById(this.id+"_IMG_BAK").width;
|
||||
this.height=document.getElementById(this.id+"_IMG_BAK").height;
|
||||
document.getElementById(this.id+"_IMG_BAK").width=0;
|
||||
document.getElementById(this.id+"_IMG_BAK").height=0;
|
||||
this.setDim(this.width,this.height);
|
||||
};
|
||||
|
||||
this.hide = function(){document.getElementById(this.id).style.visibility='hidden';};
|
||||
this.show = function(){document.getElementById(this.id).style.visibility='visible';if (this.width && this.height)this.setDim(this.width,this.height);};
|
||||
|
||||
this.setFading = function(fad){
|
||||
fad=Math.round(fad);
|
||||
if (fad<0)
|
||||
fad=0;
|
||||
if (fad>100)
|
||||
fad=100;
|
||||
document.getElementById(this.id).style.opacity = (fad/100);
|
||||
document.getElementById(this.id).style.filter = "alpha(opacity="+(fad)+");";
|
||||
};
|
||||
container.innerHTML+="<div id='"+this.id+"' style='position:absolute;'></div>";
|
||||
document.getElementById(this.id).innerHTML= "<img src='"+euEnv.imageBasePath+"blank.gif' id='"+this.id+"_IMG' style=\"top:0px;left:0px;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+args.image+"',sizingMethod='scale');position:absolute;\">";
|
||||
container.innerHTML+="<img onLoad='"+onLoadFunc+";' id='"+this.id+"_IMG_BAK' src='"+args.image+"' style='visibility:hidden;position:absolute;'>";
|
||||
};
|
||||
/*
|
||||
****************************************
|
||||
****** euImageIE_PNG Object *******
|
||||
****** (END) *******
|
||||
****************************************
|
||||
*/
|
||||
|
||||
/*
|
||||
****************************************
|
||||
*****euImageNoFadingIE_PNG Object ******
|
||||
****** (START) *******
|
||||
****************************************
|
||||
*/
|
||||
function euImageNoFadingIE_PNG(id,args,container,onLoadFunc){
|
||||
this.id = id;
|
||||
euPreloadImage(args.image);
|
||||
|
||||
this.setProperties = function(x,y,w,h){
|
||||
this.setPos(x,y);
|
||||
this.setDim(w,h);
|
||||
};
|
||||
|
||||
this.setPos = function(x,y){
|
||||
this.setPosX(x);
|
||||
this.setPosY(y);
|
||||
};
|
||||
|
||||
this.setDim = function(w,h){
|
||||
this.setWidth(w);
|
||||
this.setHeight(h);
|
||||
};
|
||||
|
||||
this.getPosX = function() {return document.getElementById(this.id).style.left.replace(/[^0-9]/g,"");};
|
||||
this.setPosX = function(x) {document.getElementById(this.id).style.left=x+'px';};
|
||||
this.getPosY = function() {return document.getElementById(this.id).style.top.replace(/[^0-9]/g,"");};
|
||||
this.setPosY = function(y) {document.getElementById(this.id).style.top=y+'px';};
|
||||
|
||||
this.getWidth = function() {if (!this.width) return 0;return this.width;};
|
||||
this.setWidth = function(w){if (!this.width) return; this.width=Math.round(w);document.getElementById(this.id).style.width=Math.round(w)+'px';};
|
||||
this.getHeight = function(){if (!this.height)return 0;return this.height;};
|
||||
this.setHeight = function(h){if (!this.height)return; this.height=Math.round(h);document.getElementById(this.id).style.height=Math.round(h)+'px';};
|
||||
|
||||
this.hide = function(){document.getElementById(this.id).style.visibility='hidden';};
|
||||
this.show = function(){document.getElementById(this.id).style.visibility='visible';};
|
||||
|
||||
this.onLoadPrev = function(){
|
||||
if (this.width && this.height)return;
|
||||
this.width=document.getElementById(this.id+"_IMG_BAK").width;
|
||||
this.height=document.getElementById(this.id+"_IMG_BAK").height;
|
||||
document.getElementById(this.id+"_IMG_BAK").width=0;
|
||||
document.getElementById(this.id+"_IMG_BAK").height=0;
|
||||
this.setDim(this.width,this.height);
|
||||
};
|
||||
|
||||
this.setFading = function(fad){};
|
||||
|
||||
container.innerHTML+="<img src='"+euEnv.imageBasePath+"blank.gif' id='"+this.id+"' style='position:absolute;visibility:hidden;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\""+args.image+"\",sizingMethod=\"scale\");' >";
|
||||
container.innerHTML+="<img onLoad='"+onLoadFunc+";' id='"+this.id+"_IMG_BAK' src='"+args.image+"' style='position:absolute;visibility:hidden;'>";
|
||||
};
|
||||
/*
|
||||
****************************************
|
||||
*****euImageNoFadingIE_PNG Object ******
|
||||
****** (END) *******
|
||||
****************************************
|
||||
*/
|
155
queEs/meAtacan_files/euDock_003.js
Normal file
@ -0,0 +1,155 @@
|
||||
/*
|
||||
* euDock.Label
|
||||
*
|
||||
* euDock 2.0 plugin
|
||||
*
|
||||
* Copyright (C) 2006 Parodi (Pier...) Eugenio <piercingslugx@inwind.it>
|
||||
* http://eudock.jules.it
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* This program is absolutely free...
|
||||
* ...BUT...
|
||||
* If you modify(OR TRY TO DO THAT)this Source Code,
|
||||
* my SOUL will carry you some monstrous Nightmares
|
||||
*
|
||||
* Have a nice day
|
||||
* enjoy yourself.
|
||||
* Pier...
|
||||
*
|
||||
* (Sorry but I'm Italian not an American writer)
|
||||
* (...a day Maybe...)
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
****************************************
|
||||
****** euLabel Object *******
|
||||
****** (START) *******
|
||||
****************************************
|
||||
*/
|
||||
function euLabel(id,args,container,onLoadFunc){
|
||||
|
||||
this.id = id;
|
||||
|
||||
this.anchor = euDOWN;
|
||||
this.offsetX = 0;
|
||||
this.offsetY = 0;
|
||||
|
||||
this.setProperties = function(x,y,w,h){
|
||||
this.setPos(x,y);
|
||||
this.setDim(w,h);
|
||||
};
|
||||
|
||||
this.setPos = function(x,y){
|
||||
this.setPosX(x);
|
||||
this.setPosY(y);
|
||||
};
|
||||
|
||||
this.setDim = function(w,h){
|
||||
this.setWidth(w);
|
||||
this.setHeight(h);
|
||||
};
|
||||
|
||||
this.width=0;
|
||||
this.height=0;
|
||||
this.posX=0;
|
||||
this.posY=0;
|
||||
|
||||
this.getPosX = function() {return this.object.getPosX();};
|
||||
this.setPosX = function(x) {this.posX=x;this.object.setPosX(x);};
|
||||
this.getPosY = function() {return this.object.getPosY();};
|
||||
this.setPosY = function(y) {this.posY=y;this.object.setPosY(y);
|
||||
};
|
||||
this.getWidth = function() {return this.object.getWidth();};
|
||||
this.setWidth = function(w){this.width=w;this.object.setWidth(w);};
|
||||
this.getHeight = function() {return this.object.getHeight();};
|
||||
this.setHeight = function(h){this.height=h;this.object.setHeight(h);};
|
||||
|
||||
this.hide = function(){this.object.hide();document.getElementById(this.id).style.visibility='hidden';};
|
||||
this.show = function(){this.object.show();document.getElementById(this.id).style.visibility='visible';};
|
||||
|
||||
this.setFading = function(fad){
|
||||
fad=Math.round(fad);
|
||||
if (fad<0)
|
||||
fad=0;
|
||||
if (fad>100)
|
||||
fad=100;
|
||||
document.getElementById(this.id).style.opacity = (fad/100);
|
||||
document.getElementById(this.id).style.filter = "alpha(opacity="+(fad)+");";
|
||||
this.object.setFading(fad);
|
||||
};
|
||||
|
||||
this.onLoadPrev = function(){
|
||||
if (this.object.onLoadPrev)
|
||||
this.object.onLoadPrev();
|
||||
};
|
||||
|
||||
this.onLoadNext = function(){
|
||||
if (this.object.onLoadNext)
|
||||
this.object.onLoadNext();
|
||||
};
|
||||
|
||||
this.mouseMove = function(x,y){
|
||||
if (this.object.mouseMove)
|
||||
this.object.mouseMove(x,y);
|
||||
return false;
|
||||
};
|
||||
|
||||
this.riposition = function(){
|
||||
if (this.object.riposition)
|
||||
this.object.riposition();
|
||||
if (this.anchor==euDOWN){
|
||||
document.getElementById(this.id).style.left=(this.posX+this.offsetX+(this.width-document.getElementById(this.id).offsetWidth)/2)+'px';
|
||||
document.getElementById(this.id).style.top =(this.posY+this.height+this.offsetY)+'px';
|
||||
}else if (this.anchor==euUP){
|
||||
document.getElementById(this.id).style.left=(this.posX+this.offsetX+(this.width-document.getElementById(this.id).offsetWidth)/2)+'px';
|
||||
document.getElementById(this.id).style.top =(this.posY+this.offsetY)+'px';
|
||||
}else if (this.anchor==euLEFT){
|
||||
document.getElementById(this.id).style.left=(this.posX+this.offsetX)+'px';
|
||||
document.getElementById(this.id).style.top =(this.posY+this.offsetY+(this.height-document.getElementById(this.id).offsetHeight)/2)+'px';
|
||||
}else{
|
||||
document.getElementById(this.id).style.left=(this.posX+this.width+this.offsetX)+'px';
|
||||
document.getElementById(this.id).style.top =(this.posY+this.offsetY+(this.height-document.getElementById(this.id).offsetHeight)/2)+'px';
|
||||
}
|
||||
};
|
||||
|
||||
if (args.anchor)
|
||||
this.anchor = args.anchor;
|
||||
if (args.offsetX)
|
||||
this.offsetX = args.offsetX;
|
||||
|
||||
|
||||
if (args.offsetY)
|
||||
this.offsetY = args.offsetY;
|
||||
|
||||
var style="";
|
||||
if (args.style)
|
||||
style = args.style;
|
||||
|
||||
for (var i in args.object)
|
||||
this.object = new window[i](this.id+"_LABEL_OBJECT",args.object[i],container,onLoadFunc);
|
||||
container.innerHTML+="<span id='"+this.id+"' src='"+args.image+"' style='position:absolute;visibility:hidden;"+style+";'>"+args.txt+"</span>";
|
||||
};
|
||||
/*
|
||||
****************************************
|
||||
****** euLabel Object *******
|
||||
****** (END) *******
|
||||
****************************************
|
||||
*/
|
335
queEs/meAtacan_files/formate.css
Normal file
@ -0,0 +1,335 @@
|
||||
/*
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
<20><>۱<EFBFBD><DBB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ OGAME: EPIC BLUE <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ V 1.0 <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ Skin fuer "OGame" www.ogame.de V 1.2 <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ Viel Spass <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ bei Problemen: etapred@gmx.de <20><>۱
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>۱
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
*/
|
||||
., #, td, th, textarea, body, table
|
||||
{
|
||||
font-family : Tahoma,sans-serif;
|
||||
font-size : 11px;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border : 0px;
|
||||
}
|
||||
|
||||
p table
|
||||
{
|
||||
border : 0px;
|
||||
}
|
||||
|
||||
p td
|
||||
{
|
||||
text-align : center;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
table table
|
||||
{
|
||||
border : 0px;
|
||||
}
|
||||
|
||||
table table td
|
||||
{
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
color : #E6EBFB;
|
||||
margin-top : 1px;
|
||||
margin-left : 1px;
|
||||
background-color : #040e1e;
|
||||
background-image : url(img/background.jpg);
|
||||
background-attachment: fixed;
|
||||
background-repeat : no-repeat;
|
||||
background-position : top right;
|
||||
scrollbar-arrow-color: #E6EBFB;
|
||||
scrollbar-base-color: #344566;
|
||||
scrollbar-track-color: #344566;
|
||||
scrollbar-face-color: #344566;
|
||||
scrollbar-highlight-color: #344566;
|
||||
scrollbar-3dlight-color: #465673;
|
||||
scrollbar-darkshadow-color: #344566;
|
||||
scrollbar-shadow-color: #465673;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
body.style{
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
body.style table {
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
body form table th table input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
th, td.a, td.b, td.c, td.f, input, select,
|
||||
td.g, td.h, td.i, td.j, td.k, td.l, td.m,
|
||||
td.n, td.o, td.q, td.r, td.v, .style td,
|
||||
textarea, p td, table.s th img
|
||||
{
|
||||
border : 1px #415680 solid;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
th, td.a, td.b, td.c, td.f, input, select, td.g,
|
||||
td.h, td.i, td.j, td.k, td.m, td.o, td.q, td.r,
|
||||
td.v, td.s, .style td, p td
|
||||
{
|
||||
background-color : #344566;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
text-align : center;
|
||||
padding-left : 3px;
|
||||
padding-right : 3px;
|
||||
}
|
||||
|
||||
td.a
|
||||
{
|
||||
height : 39px;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
td.b
|
||||
{
|
||||
padding : 3px;
|
||||
}
|
||||
|
||||
td.c
|
||||
{
|
||||
font-weight : bold;
|
||||
color : #E6EBFB;
|
||||
padding-left : 3px;
|
||||
background-image : url(img/bg1.gif);
|
||||
}
|
||||
|
||||
td.f, input, select, textarea
|
||||
{
|
||||
color : #E6EBFB;
|
||||
background-color : #344566;
|
||||
}
|
||||
|
||||
textarea
|
||||
{
|
||||
width : 100%;
|
||||
}
|
||||
|
||||
td.k input
|
||||
{
|
||||
text-align : left;
|
||||
}
|
||||
|
||||
td.g
|
||||
{
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.h
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.i
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.j
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.k, td.k input
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.l
|
||||
{
|
||||
background-color : #344566;
|
||||
color : #E6EBFB;
|
||||
vertical-align : top;
|
||||
padding : 3px;
|
||||
background-image : url(img/bg2.gif);
|
||||
}
|
||||
|
||||
td.m
|
||||
{
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
width : 86px;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.n
|
||||
{
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
width : 89px;
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.o
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.q
|
||||
{
|
||||
font-weight : bold;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
text-align : center;
|
||||
vertical-align : middle;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.r
|
||||
{
|
||||
text-align : right;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.v
|
||||
{
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
color : #f7f7f7;
|
||||
}
|
||||
|
||||
td.s
|
||||
{
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
table.s th
|
||||
{
|
||||
border : 0px;
|
||||
}
|
||||
|
||||
table.s th img
|
||||
{
|
||||
width : 89px;
|
||||
height : 89px;
|
||||
}
|
||||
|
||||
div.z
|
||||
{
|
||||
font-weight : bold;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color : #E6EBFB;
|
||||
text-decoration : none;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
a.s
|
||||
{
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
a.t
|
||||
{
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
color : #CDD7F8;
|
||||
text-decoration : underline;
|
||||
}
|
||||
|
||||
.style td
|
||||
{
|
||||
color : #E6EBFB;
|
||||
border-top : 0px;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.style div a
|
||||
{
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
color : #f2f2f2;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.style div a:link
|
||||
{
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
color : #f2f2f2;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.style div a:visited
|
||||
{
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
color : #f2f2f2;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.style div a:hover
|
||||
{
|
||||
background-color : #415680;
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
text-decoration : none;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
.style
|
||||
{
|
||||
margin-top : 15px;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
border-bottom : 0px #344566; solid;
|
||||
width : 98%;
|
||||
text-align : center;
|
||||
}
|
424
queEs/meAtacan_files/formate_002.css
Normal file
@ -0,0 +1,424 @@
|
||||
/*
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
<20><>۱<EFBFBD><DBB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ OGAME: EPIC BLUE <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ V 1.0 <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ Skin fuer "OGame" www.ogame.de V 1.2 <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ Asiatische Version <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ Viel Spass <20><>۱
|
||||
<20><>۱ <20><>۱
|
||||
<20><>۱ bei Problemen: etapred@gmx.de <20><>۱
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>۱
|
||||
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
*/
|
||||
., #, td, th, textarea, body, table
|
||||
{
|
||||
font-family : Tahoma,sans-serif;
|
||||
font-size : 14px;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border : 0px;
|
||||
}
|
||||
|
||||
p table
|
||||
{
|
||||
border : 0px;
|
||||
}
|
||||
|
||||
p td
|
||||
{
|
||||
text-align : center;
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
table table
|
||||
{
|
||||
border : 0px;
|
||||
}
|
||||
|
||||
table table td
|
||||
{
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
color : #E6EBFB;
|
||||
margin-top : 1px;
|
||||
margin-left : 1px;
|
||||
background-color : #040e1e;
|
||||
background-image : url(img/background.jpg);
|
||||
background-attachment: fixed;
|
||||
background-repeat : no-repeat;
|
||||
background-position : top right;
|
||||
scrollbar-arrow-color: #E6EBFB;
|
||||
scrollbar-base-color: #344566;
|
||||
scrollbar-track-color: #344566;
|
||||
scrollbar-face-color: #344566;
|
||||
scrollbar-highlight-color: #344566;
|
||||
scrollbar-3dlight-color: #465673;
|
||||
scrollbar-darkshadow-color: #344566;
|
||||
scrollbar-shadow-color: #465673;
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
body.style{
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
body.style table {
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
body form table th table input
|
||||
{
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
th, td.a, td.b, td.c, td.f, input, select,
|
||||
td.g, td.h, td.i, td.j, td.k, td.l, td.m,
|
||||
td.n, td.o, td.q, td.r, td.v, .style td,
|
||||
textarea, p td, table.s th img
|
||||
{
|
||||
border : 1px #415680 solid;
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
th, td.a, td.b, td.c, td.f, input, select, td.g,
|
||||
td.h, td.i, td.j, td.k, td.m, td.o, td.q, td.r,
|
||||
td.v, td.s, .style td, p td
|
||||
{
|
||||
background-color : #344566;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
text-align : center;
|
||||
padding-left : 3px;
|
||||
padding-right : 3px;
|
||||
}
|
||||
|
||||
td.a
|
||||
{
|
||||
height : 39px;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
td.b
|
||||
{
|
||||
padding : 3px;
|
||||
}
|
||||
|
||||
td.c
|
||||
{
|
||||
font-weight : bold;
|
||||
color : #E6EBFB;
|
||||
padding-left : 3px;
|
||||
background-image : url(img/bg1.gif);
|
||||
}
|
||||
|
||||
td.f, input, select, textarea
|
||||
{
|
||||
color : #E6EBFB;
|
||||
background-color : #344566;
|
||||
}
|
||||
|
||||
textarea
|
||||
{
|
||||
width : 100%;
|
||||
}
|
||||
|
||||
td.k input
|
||||
{
|
||||
text-align : left;
|
||||
}
|
||||
|
||||
td.g
|
||||
{
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.h
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.i
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.j
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.k, td.k input
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.l
|
||||
{
|
||||
background-color : #344566;
|
||||
color : #E6EBFB;
|
||||
vertical-align : top;
|
||||
padding : 3px;
|
||||
background-image : url(img/bg2.gif);
|
||||
}
|
||||
|
||||
td.m
|
||||
{
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
width : 86px;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.n
|
||||
{
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
width : 89px;
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.o
|
||||
{
|
||||
text-align : center;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.q
|
||||
{
|
||||
font-weight : bold;
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
text-align : center;
|
||||
vertical-align : middle;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.r
|
||||
{
|
||||
text-align : right;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
td.v
|
||||
{
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
color : #f7f7f7;
|
||||
}
|
||||
|
||||
td.s
|
||||
{
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
table.s th
|
||||
{
|
||||
border : 0px;
|
||||
}
|
||||
|
||||
table.s th img
|
||||
{
|
||||
width : 89px;
|
||||
height : 89px;
|
||||
}
|
||||
|
||||
div.z
|
||||
{
|
||||
font-weight : bold;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color : #E6EBFB;
|
||||
text-decoration : none;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
a.s
|
||||
{
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
a.t
|
||||
{
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
color : #CDD7F8;
|
||||
text-decoration : underline;
|
||||
}
|
||||
|
||||
.style td
|
||||
{
|
||||
color : #E6EBFB;
|
||||
border-top : 0px;
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.style div a
|
||||
{
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
color : #f2f2f2;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.style div a:link
|
||||
{
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
color : #f2f2f2;
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.style div a:visited
|
||||
{
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
color : #f2f2f2;
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
}
|
||||
|
||||
.style div a:hover
|
||||
{
|
||||
background-color : #415680;
|
||||
height : 100%;
|
||||
width : 100%;
|
||||
text-decoration : none;
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
color : #E6EBFB;
|
||||
}
|
||||
|
||||
.style
|
||||
{
|
||||
margin-top : 15px;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-size : 14px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
border-bottom : 0px #344566; solid;
|
||||
width : 98%;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
#darkmatter{
|
||||
font-family: verdana;
|
||||
color:#FF8900;
|
||||
filter: glow(color=#000000, strength=6);
|
||||
}
|
||||
|
||||
#darkmatter2{
|
||||
font-family: verdana;
|
||||
color:#FF8900;
|
||||
filter: glow(color=#000000, strength=6);
|
||||
}
|
||||
|
||||
|
||||
#content {
|
||||
position:absolute;
|
||||
left:190px;
|
||||
scrollbars:none;
|
||||
overflow:auto;
|
||||
width:80%;
|
||||
height:100%;
|
||||
}
|
||||
#header_top {
|
||||
height:66px;
|
||||
position:absolute;
|
||||
left:190px;
|
||||
scrollbars:none;
|
||||
overflow:visible;
|
||||
width:80%;
|
||||
}
|
||||
#errorbox {
|
||||
position:absolute;
|
||||
left:190px;
|
||||
top:80px;
|
||||
border:3px solid #FF0000;
|
||||
display:none;
|
||||
width:78%;
|
||||
margin:3px 0px;
|
||||
padding:4px 3px;
|
||||
}
|
||||
#messagebox {
|
||||
position:absolute;
|
||||
left:190px;
|
||||
top:80px;
|
||||
border:1px solid #00FF00;
|
||||
display:none;
|
||||
width:78%;
|
||||
margin:3px 0px;
|
||||
padding:4px 3px;
|
||||
}
|
||||
|
||||
td.header, th.header, tr.header, table.header{
|
||||
border:0px;
|
||||
background-color:transparent;
|
||||
}
|
||||
|
||||
#head{
|
||||
width:80%;
|
||||
position:absolute;
|
||||
left:200px;
|
||||
}
|
||||
|
||||
#menu {
|
||||
width: 190px;
|
||||
background-color: transparent;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
position: expression("absolute");
|
||||
|
||||
}
|
||||
#menu[id] {
|
||||
position: fixed;
|
||||
}
|
||||
td {
|
||||
background-color :#344566;
|
||||
border-top : 1px solid #415680 ;
|
||||
font-size : 11px;
|
||||
font-family : Tahoma,sans-serif;
|
||||
padding : 1px;
|
||||
vertical-align : middle;
|
||||
}
|
||||
|
||||
.Stil1 {
|
||||
color: lime
|
||||
}
|
||||
|
||||
|
BIN
queEs/meAtacan_files/geologe_ikon_un.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
queEs/meAtacan_files/info-help.jpg
Normal file
After Width: | Height: | Size: 633 B |
BIN
queEs/meAtacan_files/ingenieur_ikon_un.gif
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
queEs/meAtacan_files/kristall.gif
Normal file
After Width: | Height: | Size: 482 B |
BIN
queEs/meAtacan_files/login.gif
Normal file
After Width: | Height: | Size: 807 B |
BIN
queEs/meAtacan_files/metall.gif
Normal file
After Width: | Height: | Size: 425 B |
BIN
queEs/meAtacan_files/mond.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
queEs/meAtacan_files/ogame-produktion.jpg
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
queEs/meAtacan_files/s_dschjungelplanet01.jpg
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
queEs/meAtacan_files/s_dschjungelplanet02.jpg
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
queEs/meAtacan_files/s_dschjungelplanet04.jpg
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
queEs/meAtacan_files/s_dschjungelplanet05.jpg
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
queEs/meAtacan_files/s_dschjungelplanet07.jpg
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
queEs/meAtacan_files/s_mond.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
queEs/meAtacan_files/s_normaltempplanet04.jpg
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
queEs/meAtacan_files/technokrat_ikon_un.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
queEs/meAtacan_files/user-menu.jpg
Normal file
After Width: | Height: | Size: 773 B |
75
queEs/meAtacan_files/utilities.js
Normal file
@ -0,0 +1,75 @@
|
||||
function t(){
|
||||
v = new Date();
|
||||
n = new Date();
|
||||
o = new Date();
|
||||
for (cn = 1; cn <= anz; cn++) {
|
||||
bxx = document.getElementById('bxx' + cn);
|
||||
ss = bxx.title;
|
||||
s = ss - Math.round((n.getTime() - v.getTime()) / 1000.);
|
||||
m = 0;
|
||||
h = 0;
|
||||
if (s < 0) {
|
||||
bxx.innerHTML = "-";
|
||||
} else {
|
||||
if (s > 59) {
|
||||
m = Math.floor(s/60);
|
||||
s = s - m * 60;
|
||||
}
|
||||
if (m > 59) {
|
||||
h = Math.floor(m / 60);
|
||||
m = m - h * 60;
|
||||
}
|
||||
if (s < 10) {
|
||||
s = "0" + s;
|
||||
}
|
||||
if (m < 10) {
|
||||
m = "0" + m;
|
||||
}
|
||||
bxx.innerHTML = h + ":" + m + ":" + s + "";
|
||||
}
|
||||
bxx.title = bxx.title - 1;
|
||||
}
|
||||
window.setTimeout("t();", 999);
|
||||
}
|
||||
|
||||
var x = "";
|
||||
var e = null;
|
||||
|
||||
function cntchar(m) {
|
||||
if (window.document.forms[0].text.value.length > m) {
|
||||
window.document.forms[0].text.value = x;
|
||||
} else {
|
||||
x = window.document.forms[0].text.value;
|
||||
}
|
||||
if (e == null) {
|
||||
e = document.getElementById('cntChars');
|
||||
} else {
|
||||
e.childNodes[0].data = window.document.forms[0].text.value.length;
|
||||
}
|
||||
}
|
||||
|
||||
function fenster(target_url,win_name) {
|
||||
var new_win = window.open(target_url,win_name,'resizable=yes,scrollbars=yes,menubar=no,toolbar=no,width=640,height=480,top=0,left=0');
|
||||
new_win.focus();
|
||||
}
|
||||
|
||||
function fenstered(target_url,win_name) {
|
||||
var new_win = window.open(target_url,win_name,'resizable=yes,scrollbars=yes,menubar=no,toolbar=no,width=480,height=480,top=0,left=0');
|
||||
new_win.focus();
|
||||
}
|
||||
|
||||
function haha(z1) {
|
||||
eval("location='"+z1.options[z1.selectedIndex].value+"'");
|
||||
}
|
||||
|
||||
function link_to_gamepay() {
|
||||
document.getElementsByName("lang");
|
||||
document.getElementsByName("name");
|
||||
document.getElementsByName("playerid");
|
||||
document.getElementsByName("checksum");
|
||||
document.getElementsByName("session");
|
||||
}
|
||||
|
||||
function showGalaxy(galaxy, system, planet) {
|
||||
document.location.href="index.php?page=galaxy&no_header=1&galaxy=" + galaxy + "&system=" + system + "&planet=" + planet + "&session=" + session;
|
||||
}
|