diff --git a/doc/ca65-doc-style.css b/doc/ca65-doc-style.css new file mode 100644 index 0000000..8442dfc --- /dev/null +++ b/doc/ca65-doc-style.css @@ -0,0 +1,55 @@ +body { background-color: #cde; color: #333; } + +body, p, ol, ul, td, th { + font-family: verdana, arial, helvetica, sans-serif; + font-size: 9pt; +/* line-height: 12pt;*/ +} + +pre { + background-color: #eee; + padding: 10px; + font-size: 16px; + white-space: pre-wrap; /* css-3 */ + white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* Internet Explorer 5.5+ */ +} + +td,th { + background-color: #eee; + vertical-align: text-top; +/* padding-left: 3px; + padding-right: 3px; +*/ +} + +tr.header { + background-color: #aaf; +} + +p.footer { + font-size: 12px; + line-height: 16px; +} + +h2 { + background-color: #bcd; +} + +h3 { + background-color: #bcd; +} + +img { + border: 0px; +} + + +a { color: #000; } +a:visited { color: #666; } +a:hover { color: #fff; background-color:#000; } + + + diff --git a/doc/ip65.html b/doc/ip65.html index ffd7039..53dfb08 100644 --- a/doc/ip65.html +++ b/doc/ip65.html @@ -153,7 +153,7 @@ IP65 is a TCP/IP stack for 6502 based computers.
   Release	Maintainer	Changes
   -------	----------	-------
-  2009-03-15	Jonno Downes	Added technical reference documentation
+  2009-03-21	Jonno Downes	Added technical reference documentation
   2009-03-15	Jonno Downes	Added DHCP, DNS & TFTP
   2009-01-22	Per Olofsson	Added copymem fix from Jonno Downes. Added MPL license.
   2008-09-27	Per Olofsson 	Added timeout fix for ineth_tx from David Schmidt.
@@ -206,8 +206,8 @@ copy:
 
 

Links

-A Standard for C64 TCP/IP Configuration - +a2RetroSystems - home of the Uthernet Ethernet card for the Apple ][ +Vesilia - distributor for the RR-NET network adapter

License