|
From: Greg R. <gr...@us...> - 2004-04-30 21:14:00
|
Update of /cvsroot/jgatms/jgatms-core/src/webapp/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8196/src/webapp/styles Added Files: styles.css Log Message: Moving web application code from /web to /src/webapp. --- NEW FILE: styles.css --- body { font-family: Helvetica, Arial; font-size: 10pt; background-color: #f9f4de; } table { font-family: Helvetica, Arial; font-size: 10pt; } th { color: white; background-color: #1b6618; } tr.oddRow { background-color: #eae8e8; } tr.evenRow { background-color: white; } tr.heading { padding-left="10px"; color: white; background-color: #1b6618; } h3 { padding-left="10px"; color: white; background-color: #1b6618; border-style: solid; border-width: 1px; border-color: black; } table.box { border-style: solid; border-width: 1px; border-color: black; /* border-left: 2px: border-top: 2px; border-right: 2px; border-bottom: 2px; */ } .errorHeader { font-family: Helvetica, Arial; color: white; padding-left: 5px; padding-bottom: 3px; padding-right: 5px; background-color: red; border-style: solid; border-color: black; border-width: 1px; font-size: 10pt; } .errorText { font-family: Helvetica, Arial; font-size: 10pt; color: red; } |