IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4722


Ignore:
Timestamp:
Aug 7, 2005, 3:01:23 PM (21 years ago)
Author:
eugene
Message:

adding .cvsignore entries, new mods

Location:
trunk/Ohana/doc/www/html
Files:
8 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/doc/www/html

    • Property svn:ignore set to
      *.html
      index.idx
  • trunk/Ohana/doc/www/html/Elixir-DB

    • Property svn:ignore set to
      *.html
      index.idx
  • trunk/Ohana/doc/www/html/Elixir-System

    • Property svn:ignore set to
      *.html
      index.idx
  • trunk/Ohana/doc/www/html/developer

    • Property svn:ignore set to
      *.html
      index.idx
  • trunk/Ohana/doc/www/html/template.css

    r3902 r4722  
    1414a:link, a:visited, a:active { text-decoration: underline; font-weight: bold; color: #000080 }
    1515
    16 body  { bgcolor: #d0d0e0; background-color: #c0c0e0; padding: 0px; margin: 0px }
     16body  { bgcolor: #e0d8f0; background-color: #e0d8f0; padding: 0px; margin: 0px }
    1717table.outline {
    1818        text-align: left;
    1919        font-size: small;
    2020        font-weight: normal;
    21         background: #ffffff;
    22         border: 5px solid #0850c0;
     21        background: #5c0ca8;
     22        border: 2px solid #5c0ca8;
    2323        padding: 0px;
    2424}
     
    3939a.sl { text-decoration: none; font-weight: normal; color: #ff0000}
    4040
    41 td.dir0 { background: #b0b0b0; color: #000000; padding: 2px; text-indent: 0px;  }
    42 td.dir1 { background: #c0c0c0; color: #000000; padding: 2px; text-indent: 8px;  }
    43 td.dir2 { background: #d0d0d0; color: #000000; padding: 2px; text-indent: 16px; }
    44 td.dir3 { background: #e0e0e0; color: #000000; padding: 2px; text-indent: 24px; }
     41td.dir0 { background: #c0b0b0; color: #000000; padding: 2px; text-indent: 0px;  }
     42td.dir1 { background: #d0c0c0; color: #000000; padding: 2px; text-indent: 8px;  }
     43td.dir2 { background: #e0d0d0; color: #000000; padding: 2px; text-indent: 16px; }
     44td.dir3 { background: #f0e0e0; color: #000000; padding: 2px; text-indent: 24px; }
    4545
    46 td.dsl0 { background: #b0b0b0; color: #ff0000; padding: 2px; text-indent: 0px;  }
    47 td.dsl1 { background: #c0c0c0; color: #ff0000; padding: 2px; text-indent: 8px;  }
    48 td.dsl2 { background: #d0d0d0; color: #ff0000; padding: 2px; text-indent: 16px; }
    49 td.dsl3 { background: #e0e0e0; color: #ff0000; padding: 2px; text-indent: 24px; }
     46td.dsl0 { background: #c0b0b0; color: #ff0000; padding: 2px; text-indent: 0px;  }
     47td.dsl1 { background: #d0c0c0; color: #ff0000; padding: 2px; text-indent: 8px;  }
     48td.dsl2 { background: #e0d0d0; color: #ff0000; padding: 2px; text-indent: 16px; }
     49td.dsl3 { background: #f0e0e0; color: #ff0000; padding: 2px; text-indent: 24px; }
    5050
    51 td.doc0 { background: #9090f0; color: #000000; padding: 2px; text-indent: 0px;  }
    52 td.doc1 { background: #a0a0f0; color: #000000; padding: 2px; text-indent: 8px;  }
    53 td.doc2 { background: #b0b0f0; color: #000000; padding: 2px; text-indent: 16px; }
    54 td.doc3 { background: #c0c0f0; color: #000000; padding: 2px; text-indent: 24px; }
     51td.doc0 { background: #a090f0; color: #000000; padding: 2px; text-indent: 0px;  }
     52td.doc1 { background: #b0a0f0; color: #000000; padding: 2px; text-indent: 8px;  }
     53td.doc2 { background: #c0b0f0; color: #000000; padding: 2px; text-indent: 16px; }
     54td.doc3 { background: #d0c0f0; color: #000000; padding: 2px; text-indent: 24px; }
    5555
    56 td.sel0 { background: #9090f0; color: #ff0000; padding: 2px; text-indent: 0px;  }
    57 td.sel1 { background: #a0a0f0; color: #ff0000; padding: 2px; text-indent: 8px;  }
    58 td.sel2 { background: #b0b0f0; color: #ff0000; padding: 2px; text-indent: 16px; }
    59 td.sel3 { background: #c0c0f0; color: #ff0000; padding: 2px; text-indent: 24px; }
     56td.sel0 { background: #a090f0; color: #ff0000; padding: 2px; text-indent: 0px;  }
     57td.sel1 { background: #b0a0f0; color: #ff0000; padding: 2px; text-indent: 8px;  }
     58td.sel2 { background: #c0b0f0; color: #ff0000; padding: 2px; text-indent: 16px; }
     59td.sel3 { background: #d0c0f0; color: #ff0000; padding: 2px; text-indent: 24px; }
    6060
    6161td.title { background-color: #ffffff; padding: 5px; font-size: x-large; text-align: left; vertical-align: top}
     
    7070td.subsel    { background: #b0b0b0; text-align: center; font-size: small; font-weight: bold; color: #000000; padding: 2px }
    7171
    72 table.pretty    { background: #ffffff; border: 1px solid #0000ff; padding: 0px; cellspacing: 0px; }
    73 table.pretty td { border: 1px solid #0000ff; padding: 3px; text-align: left}
    74 table.pretty th { border: 1px solid #0000ff; padding: 3px; text-align: left}
     72table.pretty    { background: #ffffff; border: 1px solid #000000; padding: 0px; cellspacing: 0px; }
     73table.pretty td { border: 1px solid #000000; padding: 3px; text-align: left}
     74table.pretty th { border: 1px solid #000000; padding: 3px; text-align: left}
    7575table.pretty caption { font-weight: bold; }
  • trunk/Ohana/doc/www/html/template.htm

    r3902 r4722  
    1515<table width=188px class=outline cellspacing=0>
    1616<tr><td><a href=ROOT/home.html>
    17 <IMG border=0 width=188px SRC="ROOT/icons/logo.png"></a></td></tr>
     17<IMG border=0 width=188px SRC="ROOT/icons/logo-pw.png"></a></td></tr>
    1818<tr><td class=menutop>  <a class=menutop href=ROOT/home.html> Ohana Home                                         </a></td></tr>
    1919<tr><td class=menutop>  <a class=menutop href=ROOT/..> Elixir Home                                               </a></td></tr>
Note: See TracChangeset for help on using the changeset viewer.