Changeset 4722
- Timestamp:
- Aug 7, 2005, 3:01:23 PM (21 years ago)
- Location:
- trunk/Ohana/doc/www/html
- Files:
-
- 8 added
- 6 edited
-
. (modified) (1 prop)
-
.cvsignore (added)
-
Elixir-DB (modified) (1 prop)
-
Elixir-DB/.cvsignore (added)
-
Elixir-System (modified) (1 prop)
-
Elixir-System/.cvsignore (added)
-
developer (modified) (1 prop)
-
developer/.cvsignore (added)
-
developer/download (added)
-
developer/download/.cvsignore (added)
-
developer/download/noindex.idx (added)
-
sequence.idx (added)
-
template.css (modified) (3 diffs)
-
template.htm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/doc/www/html
-
Property svn:ignore
set to
*.html
index.idx
-
Property svn:ignore
set to
-
trunk/Ohana/doc/www/html/Elixir-DB
-
Property svn:ignore
set to
*.html
index.idx
-
Property svn:ignore
set to
-
trunk/Ohana/doc/www/html/Elixir-System
-
Property svn:ignore
set to
*.html
index.idx
-
Property svn:ignore
set to
-
trunk/Ohana/doc/www/html/developer
-
Property svn:ignore
set to
*.html
index.idx
-
Property svn:ignore
set to
-
trunk/Ohana/doc/www/html/template.css
r3902 r4722 14 14 a:link, a:visited, a:active { text-decoration: underline; font-weight: bold; color: #000080 } 15 15 16 body { bgcolor: # d0d0e0; background-color: #c0c0e0; padding: 0px; margin: 0px }16 body { bgcolor: #e0d8f0; background-color: #e0d8f0; padding: 0px; margin: 0px } 17 17 table.outline { 18 18 text-align: left; 19 19 font-size: small; 20 20 font-weight: normal; 21 background: # ffffff;22 border: 5px solid #0850c0;21 background: #5c0ca8; 22 border: 2px solid #5c0ca8; 23 23 padding: 0px; 24 24 } … … 39 39 a.sl { text-decoration: none; font-weight: normal; color: #ff0000} 40 40 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; }41 td.dir0 { background: #c0b0b0; color: #000000; padding: 2px; text-indent: 0px; } 42 td.dir1 { background: #d0c0c0; color: #000000; padding: 2px; text-indent: 8px; } 43 td.dir2 { background: #e0d0d0; color: #000000; padding: 2px; text-indent: 16px; } 44 td.dir3 { background: #f0e0e0; color: #000000; padding: 2px; text-indent: 24px; } 45 45 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; }46 td.dsl0 { background: #c0b0b0; color: #ff0000; padding: 2px; text-indent: 0px; } 47 td.dsl1 { background: #d0c0c0; color: #ff0000; padding: 2px; text-indent: 8px; } 48 td.dsl2 { background: #e0d0d0; color: #ff0000; padding: 2px; text-indent: 16px; } 49 td.dsl3 { background: #f0e0e0; color: #ff0000; padding: 2px; text-indent: 24px; } 50 50 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; }51 td.doc0 { background: #a090f0; color: #000000; padding: 2px; text-indent: 0px; } 52 td.doc1 { background: #b0a0f0; color: #000000; padding: 2px; text-indent: 8px; } 53 td.doc2 { background: #c0b0f0; color: #000000; padding: 2px; text-indent: 16px; } 54 td.doc3 { background: #d0c0f0; color: #000000; padding: 2px; text-indent: 24px; } 55 55 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; }56 td.sel0 { background: #a090f0; color: #ff0000; padding: 2px; text-indent: 0px; } 57 td.sel1 { background: #b0a0f0; color: #ff0000; padding: 2px; text-indent: 8px; } 58 td.sel2 { background: #c0b0f0; color: #ff0000; padding: 2px; text-indent: 16px; } 59 td.sel3 { background: #d0c0f0; color: #ff0000; padding: 2px; text-indent: 24px; } 60 60 61 61 td.title { background-color: #ffffff; padding: 5px; font-size: x-large; text-align: left; vertical-align: top} … … 70 70 td.subsel { background: #b0b0b0; text-align: center; font-size: small; font-weight: bold; color: #000000; padding: 2px } 71 71 72 table.pretty { background: #ffffff; border: 1px solid #0000 ff; padding: 0px; cellspacing: 0px; }73 table.pretty td { border: 1px solid #0000 ff; padding: 3px; text-align: left}74 table.pretty th { border: 1px solid #0000 ff; padding: 3px; text-align: left}72 table.pretty { background: #ffffff; border: 1px solid #000000; padding: 0px; cellspacing: 0px; } 73 table.pretty td { border: 1px solid #000000; padding: 3px; text-align: left} 74 table.pretty th { border: 1px solid #000000; padding: 3px; text-align: left} 75 75 table.pretty caption { font-weight: bold; } -
trunk/Ohana/doc/www/html/template.htm
r3902 r4722 15 15 <table width=188px class=outline cellspacing=0> 16 16 <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> 18 18 <tr><td class=menutop> <a class=menutop href=ROOT/home.html> Ohana Home </a></td></tr> 19 19 <tr><td class=menutop> <a class=menutop href=ROOT/..> Elixir Home </a></td></tr>
Note:
See TracChangeset
for help on using the changeset viewer.
