AwakenedLands Forums

Full Version: Thoughts, suggestions?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Was a bit bored today so i whipped this up in the last couple of hours.
it's a functioning skin for AL. still a work in progress, as in i still have to change some text colors etc etc.

so, any suggestions? thoughts?

would y'all use it?

[Image: ISVta.png]
cool stuff
I think I see like whoa in there


just generalizing!
(2012.Mar.02 11:56 AM)Dingus Wrote: [ -> ]I think I see like whoa in there


just generalizing!

I was actually thinking the same thing when i was cutting the image in photoshop haha.
I like it! LikeWhoa was my first thought when I saw this,t oo. Funny! Smile
hahahaha! Whoa is a good dude in and outside the game!
i like looks really good mate
there is a lack of both lgv and docking.... just saying.
(2012.Mar.02 11:56 AM)emocakes Wrote: [ -> ]
(2012.Mar.02 11:56 AM)Dingus Wrote: [ -> ]I think I see like whoa in there


just generalizing!

I was actually thinking the same thing when i was cutting the image in photoshop haha.

LMAO... Me too!
for all those using Google Chrome, download this extension

Personalized Web

create a new rule for ^http://www.awakenedlands.com

add an exclude for http://www.awakenedlands.com/login.php

then paste the contents of this Page

into the CSS box on the new rule you just made.

Scroll to the bottom and click save then refresh the game page.

you can add any image you want as the header, you just have to make it 975px wide and 240px tall, then put it onto a free hosting site (like http://imgur.com) then put it into the #header {} section where the other link is for background.


It also helps to set your game layout to the simple white one, from preferences.

Have fun..




p.s: if you want the little red thingy, add this into the javascript box

Code:
<script src="http://ajax.googleapis.com/ajax/libs/mootools/1.4.4/mootools-yui-compressed.js"></script>
<script src="http://rails.emocakes.com:8081/mootools-more-1.4.0.1.js"></script>

<script type="text/javascript">
window.addEvent('domready', function() {
document.getElementById('header').set('html',('<img id="logo" src="http://i.imgur.com/OK9aT.png" href="http://www.awakenedlands.com"></img>'));
});

if (window.location.pathname == '/index.php' || window.location.pathname == '/') {
document.getElementsByTagName('h4')[0].setStyle('color','white');
document.getElementsByTagName('h4')[0].setStyle('margin-top','15px');
}

document.getElementById('header').addEvent('click', function(event) {
event.stop();
Cookie.write('hidden','true');
document.getElementById('clickElement').reveal({duration: 400});
document.getElementById('header').dissolve({duration: 400});

});
var clickElement  = new Element('div', {id: 'clickElement'});
document.body.grab(clickElement);

if(Cookie.read('hidden') == 'true') {
document.getElementById('header').dissolve({duration: 0});
document.getElementById('clickElement').reveal({duration: 400});
}

document.getElementById('clickElement').addEvent('click', function(event) {
event.stop();
Cookie.write('hidden','false');
document.getElementById('header').reveal({duration: 400});
document.getElementById('clickElement').dissolve({duration: 400});

});

</script>


I'll be slowly updating this code box above while i fix certain font colors with some js.

p.p.s: add the above stuff to the js box, and you can hide the header by clicking it, so your boss doesnt think you are on a pr0n site.

you have to add this to the css to get it to work nicely

Code:
#clickElement {
width:100%;
height:30px;
position:absolute;
top:0;
background-color: white;
opacity: 0.2;
display:none;
}


p.p.p.s: you can remove the little help icon next to your character on the first page, add a new remover with tag -> img, attribute -> src, and value -> /images/help_icon.gif


honestly, it's kind of pathetic on behalf of the so called admins/coders of this game, this shit isn't hard and would make people *want* to donate because things change in the game..
Pages: 1 2 3 4
Reference URL's