The site it's all about: The Gamevault

Enjoy.
Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Wednesday, September 30, 2009

Code box for the blog

I just added a small css change that draws a nice codebox when needed!


.code {
background-color:#3E3E3E;
background-image:url(http://the-gamevault.com/images/code.jpg);
border:1px solid #585959;
color:black;
margin-left:5px;
overflow: auto;
padding-left: 5px;
white-space:pre;
width: 99%;
}


Actually I made this box for a friend some months ago, but it's nice than I can use it too now :)

Monday, September 28, 2009

Setting the blog up

Hey there and welcome to this blog about the-gamevault.com!

The main purpose of this blog is to write about the development and progress of the site. Therefore the activity of this blog might depend on the coding activity on the main page. Lets hope it stays high :)!