Ignore:
Timestamp:
07/28/10 10:56:09 (14 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Added missing index and footer templates
Update default CSS with definitions for footer, alternate-row colours
Have main.cgi look for a template matching $webvar{action}
Convert main summary page content to template
See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/ipdb.css

    r413 r450  
     1/* Specific divs */
     2#adminlink {
     3        position: absolute;
     4        right: 10px;
     5        bottom: 5px;
     6}
     7#footer {
     8        border-top: thin solid #000000;
     9}
     10#contact {
     11        font-size: 10px;
     12        position: absolute;
     13        right: 10px;
     14        text-align: right;
     15}
     16
    117body {
    218  background-color: #ffffff;
     
    1228a:active        { color:#cc0000; }      /* selected link */
    1329
     30/* Defs for bulk-data rows */
     31tr.header {
     32        background-color: #CCCCCC;
     33        font-family: Verdana, Arial, Helvetica, sans-serif;
     34}
     35tr.row0 {
     36        background-color: #A8C4D0;
     37        font-family: Verdana, Arial, Helvetica, sans-serif;
     38        font-size: 90%;
     39}
     40tr.row1 {
     41        background-color: #d0e0e0;
     42        font-family: Verdana, Arial, Helvetica, sans-serif;
     43        font-size: 90%;
     44}
     45
     46/* legacy defs */
    1447tr.color0 {
    1548        background-color: #A8C4D0;
Note: See TracChangeset for help on using the changeset viewer.