• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Post your latest work!

Working on a forum, probably release it later
1. IMG
127577461081.png


2. IMG
127577479406.png


Many functions are done! :)
 
For a while now iv been remodeling Gesior AAC and making it fit for a template iv been working on. Iv removed a lot of useless codes in the AAC and it works for sure 50% faster now. Here is a picture of the account management:
vo8w9z.png
 
Zonet, how to do CSS Gradient? :p

Firefox - background-image: -moz-linear-gradient(100% 100% 90deg, #D1D1D1, #FFFFFF);

Chrome - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D1D1D1));
Also, it doesn't work in IE.


Credits to Holix. :wub:
I haven't space for guild logo, layout is too tight :p

Resize image <img src="logo.png" alt="" width="50px" height="50px" />
Could be bad quality, but still. The members column could be smaller. :p
 
Resize image <img src="logo.png" alt="" width="50px" height="50px" />
Could be bad quality, but still. The members column could be smaller. :p

Still takes too much space, i had to remove one column with options before because of space, so there's no way for guild logos :p

@ZoOorO:
I'm writing sub-pages myself and dropping useless code too :p
Btw. your design looks very neat, great job :)

@Edit:
Just finished online list:
311to4p.png
 
Last edited:
Still takes too much space, i had to remove one column with options before because of space, so there's no way for guild logos :p

@ZoOorO:
I'm writing sub-pages myself and dropping useless code too :p
Btw. your design looks very neat, great job :)

@Edit:
Just finished online list:
311to4p.png

Thanks! You yourself are a great coder, your latest work is awesome :)
 
Still takes too much space, i had to remove one column with options before because of space, so there's no way for guild logos :p

@ZoOorO:
I'm writing sub-pages myself and dropping useless code too :p
Btw. your design looks very neat, great job :)

@Edit:
Just finished online list:
311to4p.png

It's too big if there will be 100+ players, yep?
Maybe use js for showing/hidding informations about players :p

For a while now iv been remodeling Gesior AAC and making it fit for a template iv been working on. Iv removed a lot of useless codes in the AAC and it works for sure 50% faster now. Here is a picture of the account management:
vo8w9z.png

Really nice man! You'll publish it :p?
 
It's too big if there will be 100+ players, yep?
Maybe use js for showing/hidding informations about players :p



Really nice man! You'll publish it :p?
Thanks, I can publish it later with the buttons on Donators board :p

Edit:
Latest
2a8i79e.png
 
Last edited:
The warning window(?)
wqoe89.png


CSS3 for those who wonder how to make the corners rounded...
 
The warning window(?)
wqoe89.png


CSS3 for those who wonder how to make the corners rounded...

I don't know why, but I dislike this error box.
Maybe do something like with other containers:

Code:
------------
|`TITLE````|
___________
|``````````|
|`CONTENT``|
|``````````|

Where title is "Error" or "Warning" with dark red background and black frame, and content is error content with light red and black frame.

Well, it's only my thought. "Keep Developing."
 
I don't know why, but I dislike this error box.
Maybe do something like with other containers:

Code:
------------
|`TITLE````|
___________
|``````````|
|`CONTENT``|
|``````````|

Where title is "Error" or "Warning" with dark red background and black frame, and content is error content with light red and black frame.

Well, it's only my thought. "Keep Developing."
I used the way you mentioned until now. To be honest it doesn't look good at all :S I can show a picture,
6suhqc.png
 
Make it as such:
alertc.jpg


That's the way it mostly get's done these days but then in red.
I´d suggest looking a tutorial for it. There are pretty nice ones out there. :thumbup:
 
Back
Top