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  >  Todo List  >  styles.css  >  Download  
File: styles.css
Role: Auxiliary data
Content type: text/plain
Description: CSS styles used by the Task Type pages
Class: Todo List
Manage a list of tasks of a to do list
Author: By
Last change:
Date: 2010-06-18 07:39
Size: 1,413 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_Calendar { border: solid 1px black; }
#ENetArch_Calendar_Today { font-size:x-large; }
#ENetArch_Calendar_Date { font-size:x-large; }
#ENetArch_Calendar_DayOWeek  { font-weight:bold; }
#ENetArch_Calendar TR TH { }
#ENetArch_Calendar TR TD { }
#ENetArch_Calendar_SelectedDate { font-size:large; font-weight:bold; }
#ENetArch_Calendar_CurrentDate A { color:RED; }

#ENetArch_Todos { border-collapse: collapse; border: solid 1px black; }
#ENetArch_Todos TR TD { }
#ENetArch_Todos TR TH { background-color:#CCCCCC; font-size:large; }
#ENetArch_Todos_EvenRow { background-color:#FFFFFF; }
#ENetArch_Todos_OddRow { background-color:#CCCCCC; }
#ENetArch_Todos_Times_nTime { vertical-align:top; }
#ENetArch_Todos_Lengths_nLength { vertical-align:top; }
#ENetArch_Todos_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).
	======================================= */