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 Viktor  >  Universal comment module  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Style
Class: Universal comment module
Generic site comments system
Author: By
Last change:
Date: 2008-04-18 15:13
Size: 820 bytes
 

Contents

Class file image Download
.commentBox
{
	width: 500px;	
}

.commentRow
{
	border: #CBCBCB 1px solid; 	
	width: 100%;	
	margin-bottom: 5px;
}

.commentTextArea
{
	border: #CBCBCB 1px solid; 	
	width: 100%;
	height: 60px;	
	margin-bottom: 5px;

}

.commentSubmit
{
	border: #CBCBCB 1px solid; 	
	width: 100px;
	height: 20px;	
	background-color: #F9F9F9; 	
}


.commentMSG
{
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding-bottom: 2px;
}

.commentInfo
{
	background-color: #F9F9F9; 	
	width: 100%
}

.commentUser
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 11px; 
	font-weight: bold;
}
.commentDate
{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 5px;
	font-size: 11px; 
	font-weight: bold;
}