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 Andrew  >  News Script  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Style sheet
Class: News Script
Manage and publish news stored in a MySQL database
Author: By
Last change:
Date: 2008-07-13 15:56
Size: 708 bytes
 

Contents

Class file image Download
/*******************************************

Style sheet for displaying NewsSystem items

A.D.Surrey. (www.surneo.com)

********************************************/

/* Outer box */
.newsDiv
{
	border: 1px dashed #5620E6;
	background: #DFDFFF;
	width: 300px;
	margin-left: auto;	/* Center the div */
	margin-right: auto;
	overflow: auto;
	padding: 10px;
}

/* Headings for the news items */
.newsHeader
{
	float: left;
	width: 99%;
}
/* Contains the actual news*/
.content
{
	float: left;
	clear: left;
	margin-top: 5px;
	width: 99%;
}

/* Style for the Date to be shown */
.newsDate
{
	font-size:12px;
	font-weight: lighter;
}

.cent
{
	text-align: center;
}