Go Back   Gaming Gutter > Non-Gaming > Programming > Source Code


Source Code - Have a source code/project files you want to post? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Li Luv's you <3
Yesterday 05:38 AM
by Li-Shun
Last post by Check
Today 07:22 PM
50 Replies, 243 Views
Go to first new post Benita just got her...
Today 04:43 PM
Last post by Axed
Today 07:22 PM
16 Replies, 96 Views
Go to first new post Heather wants to kill a...
Today 06:49 PM
Last post by Ruzzeh
Today 07:22 PM
9 Replies, 10 Views
Go to first new post ENTER
Today 07:08 PM
Last post by Axed
Today 07:18 PM
1 Replies, 2 Views
Go to first new post Gaia Online.
Today 08:48 AM
by ~Bloo~
Last post by Phail-kun
Today 07:06 PM
1 Replies, 7 Views
Reply
 
LinkBack Thread Tools Display Modes

 Simple XHTML Strict Design
Old 12-16-2006, 02:16 PM   #1 (permalink)
Underground

Male gommle is offline
 
gommle's Avatar
 
Join Date: Sep 2006
Location: The o great land of Nooooooreeeway
Age: 20
Posts: 658
GPoints: 38
iTrader: 0 / 0%
gommle Is Recognizable
Rep Power: 7
Simple XHTML Strict Design

Just a little thing I made sicne I was bored ~

Online example



HTML Code:
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Gommle o_O</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css">

	body {
		margin:50px 0px; 
		padding:0px;
		text-align:center;
		background-color:#E6FFF4;
		font:11px verdana, arial, helvetica, sans-serif;
		color:#003B36;
		}

/* This one centers the content */
	#container {
		width:500px;
		margin:0px auto;
		padding:15px;
		filter:alpha(opacity=70);
		-moz-opacity:.70;
		opacity:.70;
		}
		
/* The main content box */
	#content {
		background-color:#BFFFE4;
		border:1px solid #007D48;
		border-top:3px solid #007D48;
		padding:15px;
		text-align:left;
		}
		
	#menu {

		}
		
	#menu ul {
		margin:0px;
		padding:0px;
		}
		
	#menu ul li {
		display:inline;
		list-style-type:none;
		
		
		
	}
	
	#menu ul li a {
		color:#003948;
		text-decoration:none;
		font-size:150%;
		font-family:Trebuchet MS, Verdana, Times New Roman, Arial, Sans;
		background-color:#BFFFE4;
		border:1px solid #007D48;
		border-top:1px solid #007D48;
		border-left:1px solid #007D48;
		border-right:1px solid #00B366;
		border-bottom:none;
		padding:3px;
		margin:3px;
		
		}
		
	#menu ul li a:hover {
		text-decoration:none;
		font-size:150%;
		font-family:Trebuchet MS, Verdana, Times New Roman, Arial, Sans;
		border-top:1px solid #00B366;
		border-right:1px solid #007D48;
		border-left:1px solid #00B366;
		position:relative;
		top:1px;
		left:1px;
		margin:3px;
		filter:alpha(opacity=70);
		-moz-opacity:.70;
		opacity:.70;
		
		}

/* Thanks to BlueRobot for the text styling! */
	h1 {
		color:#333;
		font:1.8em/1 Georgia, "Times New Roman", Times, serif;
		font-weight:900;
		font-style:italic;
		}
	h2 {
		color:#333;
		font:1.1em/1 Georgia, "Times New Roman", Times, serif;
		font-weight:700;
		margin:2em 0 .25em;
		}
	h3 {
		color:#666;
		font-size:1em;
		font-weight:800;
		margin:3em 0 .35em;
		}
		
	p {
		line-height:1.8;
		margin:0 0 1em;
		}
</style> </head> <body> <div id="container"> <div id="menu"> <ul> <li><a id="active" href="#">Home</a></li> <li><a href="#">Cool things</a></li> <li><a href="#">Links</a></li> <li><a href="#">Contact me</a></li> </ul> </div> <div id="content"> <h1>Welcome</h1> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
			</p> <p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
			</p> </div> </div> </body> </html>
Feel free to use anywhere you want. Just don't claim you made it.
__________________

  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 07:22 PM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.09198189 seconds (100.00% PHP - 0% MySQL) with 19 queries