Login   Register  
PHP Classes
elePHPant
Icontem

File: www/css/default.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Graham Trott  >  Target CMS  >  www/css/default.css  >  Download  
File: www/css/default.css
Role: Auxiliary data
Content type: text/plain
Description: CSS script
Class: Target CMS
Content Management System
Author: By
Last change:
Date: 2010-06-28 00:45
Size: 759 bytes
 

Contents

Class file image Download
/* General definitions. */
*
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0 auto;
	text-align: center;
	color: 333;
	background: #aaa;
	font-size: 75.01%;
}

a
{
	text-decoration: none;
}

img
{
	border: 0;
}

ul
{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding:0;
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

table
{
	border-collapse: collapse;
	text-align: left;
}

#pagecentre
{
	width: 752px;
	height: auto;
	margin: 0px auto;
	background: white;
	border: 1px solid #ccc;
}

#exception
{
	font: 1em verdana, geneva, helvetica, arial, sans-serif;
	line-height: 1em;
	color: #c44;
	text-align: left;
}

.clearboth
{
	clear: both;
	height: 0;
}