0 reviews
  • Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS

Title Not Found.

Well, it's been a pretty productive weekend. I finally stopped goofing around with trailers and got some solid work finished on the game. One of the major things that I am near finishing is the custom menu for teleporting to towns using a return spell or wyvern wing item.

Basically, the locations are locked and show up as a " ? " on the menu until the player visits that village, castle, etc. Once the player visits that particular place, the name of that place shows up on the menu and s/he can use the item/spell to teleport to that locale.

There are still a few tweeks that I want to make to it so I'm not going to post any screens of it. However, I am pretty satisfied with it.

I was hoping to tackle the mercenary system this weekend but I spent most of the day watching Dwarf Fortress videos on youtube and working on this game page's CSS.

There's still a few things I'd like to change on the page but I like what I've done so far. If anyone wants to help, I'm open to it. I know some things would look better if it were changed but I am having a hard time figuring out how to do the last few things.

Finally, I'd like to give a special thanks to Mellytan and Strangeluv for giving me a hand with the CSS!

Posts

Pages: 1
If you want to change the color of that word "Description", just use the H3 selector:

div.frame h3 {
color: #000000;
font-size: 16px;
margin: 0;
padding: 2px 16px;
}
author=Ben_Random
If you want to change the color of that word "Description", just use the H3 selector:

div.frame h3 {
color: #000000;
font-size: 16px;
margin: 0;
padding: 2px 16px;
}

Oh cool, thanks! That was one of the things that I couldn't figure out how to do. The thing that I'd really like to change though are all the blue links: the game title (Dragon Warrior Tactics), the window tab names (Blog, Images, Movies, Downloads), our names, developer, engine, designer, etc.

If you or someone could give me a chunk of CSS like the one in the post before this one, that would be great. Thanks again!
author=Space_Monkey
author=Ben_Random
If you want to change the color of that word "Description", just use the H3 selector:

div.frame h3 {
color: #000000;
font-size: 16px;
margin: 0;
padding: 2px 16px;
}
Oh cool, thanks! That was one of the things that I couldn't figure out how to do. The thing that I'd really like to change though are all the blue links: the game title (Dragon Warrior Tactics), the window tab names (Blog, Images, Movies, Downloads), our names, developer, engine, designer, etc.

If you or someone could give me a chunk of CSS like the one in the post before this one, that would be great. Thanks again!


What do you want to change about these things?
Well, mainly their color. It's nice to have choice to change their font and stuff too but color is the big thing.
I like the new title atop the game page.
I think you should add some padding though, just to bring it more center.
Yeah I was thinking about doing that. I just tried it a minute ago but wasn't happy with the results. I'll play around with it some more later and try to make it nice and spiffy. Thanks for the feedback!
Pages: 1