Login   Register  
PHP Classes
elePHPant
Icontem

File: css/email_log.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rodrigo Moraes  >  EMail Logger  >  css/email_log.css  >  Download  
File: css/email_log.css
Role: Auxiliary data
Content type: text/plain
Description: CSS
Class: EMail Logger
Store e-mail messages information in log files
Author: By
Last change: new version changes
Date: 2010-11-15 10:27
Size: 1,607 bytes
 

Contents

Class file image Download
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* email_log */

body {
	background:#fff;
}

body, td, div {
	font:14px Tahoma, Verdana, Sans;
	color:#666;
}

td {
	padding:5px;
}

thead td {
	background:#ddd;
}

tbody td {
	border-top:1px solid #eee;
}

.header {
	padding:5px;
	background:#eee;
}

a, a:visited, a:hover, a:link {
	color:#000;
}

.r { float:right; }
.l { float:left; }
.h { display:none; }

#ld { 
	padding:5px;
}

tr.alt td {
	background-color: #DFF4FF;
}

tr.alt .unread td, tr.unread td {
	background-color: #E7FFEA;
}