Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ludovic Bellière  >  PHP Mud Names  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: used in index.php
Class: PHP Mud Names
Generate random names for Multi-User Dungeon games
Author: By
Last change:
Date: 2009-08-27 17:56
Size: 308 bytes
 

Contents

Class file image Download
body {
	background-color: #F1F1F1;
	font-family:"Helvetica" , sans-serif;
	font-size: 0.8em;
}
div#main {
	margin: 0 auto;
	padding: 1em; 
	background-color: #D0EEFF;
	width: 800px;
	border: 1px solid #007EC7;
}
div#main h1 {
	margin: 0.5em 0;
	border-bottom: 1px solid gray;
	
}

acronym {
	cursor: help;
}