Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Design] Zay's PSD Collection

Supreme Arcanarch
Joined
Apr 1, 2012
Messages
946
Reaction score
329
Yay, i think i'm going to code it, when i have free time :p:
Thanks for it!

b.t.w If i will code and release it, will you release another DESIGN?

He said that more designs are going to be released when other people release theirs.
You can see on the thread that every design is being released in response to another one.
 
Experienced Elementalist
Joined
Aug 2, 2009
Messages
296
Reaction score
183
Yay, i think i'm going to code it, when i have free time :p:
Thanks for it!

b.t.w If i will code and release it, will you release another DESIGN?
Nope
Because JusticeCMS was actually already coded and used by a few people
Besides I want to see something new

I might have Justice's HTML template lying around somewhere though
 
Initiate Mage
Joined
May 18, 2012
Messages
46
Reaction score
8
Nope
Because JusticeCMS was actually already coded and used by a few people
Besides I want to see something new

I might have Justice's HTML template lying around somewhere though

Well, i guess i will have to release my design to get a new one hehehe :):
 
Experienced Elementalist
Joined
Aug 2, 2009
Messages
296
Reaction score
183
Added stretch goals because why not
I'm going to reorganize the thread later
Gonna make it actually look nice.
 
Experienced Elementalist
Joined
Aug 24, 2012
Messages
280
Reaction score
101
Just wanted to say that the design title for Justice is a little misleading.

Since it's not an actual CMS, should probably remove that out of the title.

Caught me off guard when I downloaded it.
 
Experienced Elementalist
Joined
Aug 2, 2009
Messages
296
Reaction score
183
Just wanted to say that the design title for Justice is a little misleading.

Since it's not an actual CMS, should probably remove that out of the title.

Caught me off guard when I downloaded it.
Yeah I'm sorry about that.
It was from a time when I was naive and didn't know the true meaning of CMS.
 
Initiate Mage
Joined
Mar 9, 2013
Messages
2
Reaction score
0
Hey Zaytrex, could you tell me what kind of font you used for JusticeCMS?
 
Skilled Illusionist
Joined
Jun 23, 2012
Messages
349
Reaction score
144
Tried to code Omega and failed.
I have no creativity, couldn't design it well :(
 
Initiate Mage
Joined
Aug 10, 2011
Messages
59
Reaction score
22
Tried to code Omega and failed.
I have no creativity, couldn't design it well :(
Continue! That looks pretty decent. It isn't a failure, it just doesn't look finished!
 
Initiate Mage
Joined
Dec 20, 2012
Messages
83
Reaction score
57
Continue! That looks pretty decent. It isn't a failure, it just doesn't look finished!

It's not a failure, but it's close to one.

Code:
<html>
<head>
<title>ChronicMS v2</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Amaranth:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="navbg">
<a href="#"><div id="navlogo"></div></a>
<a href="#"><div id="register"></div></a>
<a href="#"><div id="download"></div></a>
<a href="#"><div id="community"></div></a>
<a href="#"><div id="vote"></div></a>
</div>
<center>
<div id="mainbg"><br />
<div id="home"></div></div>

<br /><footer>
<center>Designed by Zaytrex.<br />© ChronicMS<br />All images and other content related to MapleStory are owned by Nexon Co. Ltd.</center>
</footer><br />
</body>
</html>

That could be improved. ^
 
Experienced Elementalist
Joined
Aug 24, 2012
Messages
280
Reaction score
101
I think the nav bar could be moved over just a little bit to make it even.
 
Initiate Mage
Joined
May 18, 2012
Messages
46
Reaction score
8
Tought someone is really going to save this section..
 
may web.very maple.pls.
Member
Joined
Aug 12, 2009
Messages
1,810
Reaction score
606
From what he told me he quit everything, he left me his final edition of his edenMS psd and I'll be creating it soon
 
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
Tried to code Omega and failed.
I have no creativity, couldn't design it well :(

- That logo hover effect is awful imo.
- be sure to declare doctype
- You have CSS transitions for IE. Are you sure they actually work in IE? (hint, they don't!)
- Why are you declaring the background twice? <div id="mainbg"><br />, and in your CSS)
- minify css?
You have some work to do for your code and design, so good luck!
 
Last edited:
Back
Top