Login   Register  
PHP Classes
elePHPant
Icontem

File: styles.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael J. Fuhrman  >  Task Types  >  styles.css  >  Download  
File: styles.css
Role: Auxiliary data
Content type: text/plain
Description: CSS styles used by the Task Type pages
Class: Task Types
Manage a list of types of tasks of a to do list
Author: By
Last change:
Date: 2010-06-18 07:11
Size: 1,064 bytes
 

Contents

Class file image Download
BODY { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }
TABLE { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; }

A { text-decoration:none; }
A:link { text-decoration:none; }
A:visited { text-decoration:none; }
A:hover { text-decoration:none; }

#ENetArch_Navigation { border: solid 1px black; padding:2px; text-align:center; }

#ENetArch_TaskTypes { border-collapse: collapse; border: solid 1px black; }
#ENetArch_TaskTypes TR TD { }
#ENetArch_TaskTypes TR TH { background-color:#CCCCCC; font-size:large; }
#ENetArch_TaskTypes_EvenRow { background-color:#FFFFFF; }
#ENetArch_TaskTypes_OddRow { background-color:#CCCCCC; }
#ENetArch_TaskTypes_Times_nTime { vertical-align:top; }
#ENetArch_TaskTypes_Lengths_nLength { vertical-align:top; }
#ENetArch_TaskTypes_Memo { vertical-align:top; }


/*	=======================================
	Copyright 1998 - 2010 - E Net Arch
	This program is distributed under the terms of the GNU 
	General Public License (or the Lesser GPL).
	======================================= */