create stylesheet and link to it

Created a simple stylesheet, linked to it, and removed body color
attributes defined there. This reduces repetition and separates
style and presentation.
This commit is contained in:
Anthony Bentley
2009-09-12 17:49:54 -06:00
parent 171061f3a3
commit 7d0dd140c3
39 changed files with 92 additions and 38 deletions

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm</TITLE> <TITLE>xAsm</TITLE>
<link rel="stylesheet" type="text/css" href="./style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<HR> <HR>
<CENTER> <CENTER>
<TABLE BORDER=0 BGCOLOR="#000000" CELLPADDING=25> <TABLE BORDER=0 BGCOLOR="#000000" CELLPADDING=25>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm DB, DW</TITLE> <TITLE>xAsm DB, DW</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>DB<BR> <I><H2>DB<BR>
DW DW
</H2></I> </H2></I>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm DS</TITLE> <TITLE>xAsm DS</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>DS <I><H2>DS
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm EQU</TITLE> <TITLE>xAsm EQU</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>EQU</H2></I><HR> <I><H2>EQU</H2></I><HR>
<P>EQUates are constant symbols. They can for example be used for things such as bit-definitions of hardware-registers.<BR> <P>EQUates are constant symbols. They can for example be used for things such as bit-definitions of hardware-registers.<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm EQUS</TITLE> <TITLE>xAsm EQUS</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>EQUS</H2></I><HR> <I><H2>EQUS</H2></I><HR>
<P>EQUS is used to define string-symbols. Wherever the assembler meets a string symbol its name is replaced with its value. If you are familiar with C you can think of it as the same as #define.<BR> <P>EQUS is used to define string-symbols. Wherever the assembler meets a string symbol its name is replaced with its value. If you are familiar with C you can think of it as the same as #define.<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm EXPORT/XREF, IMPORT/XDEF, GLOBAL</TITLE> <TITLE>xAsm EXPORT/XREF, IMPORT/XDEF, GLOBAL</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>EXPORT/XREF<BR> <I><H2>EXPORT/XREF<BR>
IMPORT/XDEF<BR> IMPORT/XDEF<BR>
GLOBAL</H2></I><HR> GLOBAL</H2></I><HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Fixed-point expression</TITLE> <TITLE>xAsm Fixed-point expression</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>Fixed-point expressions <I><H2>Fixed-point expressions
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Integer/Boolean expressions</TITLE> <TITLE>xAsm Integer/Boolean expressions</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>Integer and Boolean expressions <I><H2>Integer and Boolean expressions
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm String expressions</TITLE> <TITLE>xAsm String expressions</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>String expressions <I><H2>String expressions
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm FAIL, WARN</TITLE> <TITLE>xAsm FAIL, WARN</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>FAIL<BR> <I><H2>FAIL<BR>
WARN WARN
</H2></I> </H2></I>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm History</TITLE> <TITLE>xAsm History</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>xAsm History</H2></I><HR> <I><H2>xAsm History</H2></I><HR>
<TABLE BORDER=1> <TABLE BORDER=1>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm IF, ELSE, ENDC</TITLE> <TITLE>xAsm IF, ELSE, ENDC</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>IF<BR> <I><H2>IF<BR>
ELSE<BR> ELSE<BR>
ENDC ENDC

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm INCBIN</TITLE> <TITLE>xAsm INCBIN</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>INCBIN <I><H2>INCBIN
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm INCLUDE</TITLE> <TITLE>xAsm INCLUDE</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>INCLUDE <I><H2>INCLUDE
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Labels</TITLE> <TITLE>xAsm Labels</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>Labels</H2></I><HR> <I><H2>Labels</H2></I><HR>
<P>One of the assemblers main tasks is to keep track of addresses for you so you don't have to remember obscure numbers but can make do with a meaningful name, a label.<BR> <P>One of the assemblers main tasks is to keep track of addresses for you so you don't have to remember obscure numbers but can make do with a meaningful name, a label.<BR>
<P>This can be done in a number of ways:<BR> <P>This can be done in a number of ways:<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm MACRO/ENDM</TITLE> <TITLE>xAsm MACRO/ENDM</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>MACRO<BR> <I><H2>MACRO<BR>
ENDM</H2></I><HR> ENDM</H2></I><HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Other functions</TITLE> <TITLE>xAsm Other functions</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>Other functions <I><H2>Other functions
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm OPT</TITLE> <TITLE>xAsm OPT</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>OPT <I><H2>OPT
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm POPO, PUSHO</TITLE> <TITLE>xAsm POPO, PUSHO</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>POPO<BR> <I><H2>POPO<BR>
PUSHO PUSHO
</H2></I> </H2></I>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm POPS, PUSHS</TITLE> <TITLE>xAsm POPS, PUSHS</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>POPS<BR> <I><H2>POPS<BR>
PUSHS PUSHS
</H2></I> </H2></I>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Predeclared symbols</TITLE> <TITLE>xAsm Predeclared symbols</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>Predeclared symbols <I><H2>Predeclared symbols
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm PRINTT, PRINTV, PRINTF</TITLE> <TITLE>xAsm PRINTT, PRINTV, PRINTF</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>PRINTT<BR> <I><H2>PRINTT<BR>
PRINTV<BR> PRINTV<BR>
PRINTF<BR> PRINTF<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm PURGE</TITLE> <TITLE>xAsm PURGE</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>PURGE</H2></I><HR> <I><H2>PURGE</H2></I><HR>
<P>The PURGE command allows you to completely remove a symbol from the symbol table as if it had never existed. USE WITH EXTREME CAUTION!!! I can't stress this enough but you <B>seriously</B> need to know what you are doing. DON'T purge symbol that you use in expressions the linker needs to calculate. In fact, it's probably not even safe to purge anything other than string symbols and macros.<BR> <P>The PURGE command allows you to completely remove a symbol from the symbol table as if it had never existed. USE WITH EXTREME CAUTION!!! I can't stress this enough but you <B>seriously</B> need to know what you are doing. DON'T purge symbol that you use in expressions the linker needs to calculate. In fact, it's probably not even safe to purge anything other than string symbols and macros.<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm REPT, ENDR</TITLE> <TITLE>xAsm REPT, ENDR</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>REPT<BR> <I><H2>REPT<BR>
ENDR ENDR
</H2></I> </H2></I>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm RSSET, RSRESET, RB, RW</TITLE> <TITLE>xAsm RSSET, RSRESET, RB, RW</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>RSSET<BR> <I><H2>RSSET<BR>
RERESET<BR> RERESET<BR>
RB<BR> RB<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm SECTION</TITLE> <TITLE>xAsm SECTION</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>SECTION</H2></I> <I><H2>SECTION</H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm SET</TITLE> <TITLE>xAsm SET</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>SET</H2></I><HR> <I><H2>SET</H2></I><HR>
<P>SETs are like <A HREF="equ.htm">EQUates</A> also constant symbols in the sense that their values are defined during the assembly process. These symbols are normally used in macros.<BR> <P>SETs are like <A HREF="equ.htm">EQUates</A> also constant symbols in the sense that their values are defined during the assembly process. These symbols are normally used in macros.<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm SHIFT</TITLE> <TITLE>xAsm SHIFT</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>SHIFT</H2></I><HR> <I><H2>SHIFT</H2></I><HR>
<P><B>SHIFT</B> is a special command only available in <A HREF="macro.htm">macros</A>. Very useful in <A HREF="rept.htm">REPT-blocks</A>. It will "shift" the arguments by one "to the left". <B>\1</B> will get <B>\2</B>'s value, <B>\2</B> will get <B>\3</B>'s value and so forth.<BR> <P><B>SHIFT</B> is a special command only available in <A HREF="macro.htm">macros</A>. Very useful in <A HREF="rept.htm">REPT-blocks</A>. It will "shift" the arguments by one "to the left". <B>\1</B> will get <B>\2</B>'s value, <B>\2</B> will get <B>\3</B>'s value and so forth.<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Symbols</TITLE> <TITLE>xAsm Symbols</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>xAsm Symbols</H2></I><HR> <I><H2>xAsm Symbols</H2></I><HR>
xAsm supports several types of symbols:<BR> xAsm supports several types of symbols:<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Syntax</TITLE> <TITLE>xAsm Syntax</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>xAsm Syntax</H2></I><HR> <I><H2>xAsm Syntax</H2></I><HR>
The syntax line-based, just as in any other assembler. Meaning that you do one instruction or pseudo-op per line:<BR> The syntax line-based, just as in any other assembler. Meaning that you do one instruction or pseudo-op per line:<BR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Gameboy</TITLE> <TITLE>xAsm Gameboy</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>Gameboy <I><H2>Gameboy
</H2></I> </H2></I>
<HR> <HR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xAsm Usage</TITLE> <TITLE>xAsm Usage</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<I><H2>xAsm Usage</H2></I><HR> <I><H2>xAsm Usage</H2></I><HR>
<TABLE BORDER=0 BGCOLOR="Black" CELLPADDING=8 WIDTH="50%"> <TABLE BORDER=0 BGCOLOR="Black" CELLPADDING=8 WIDTH="50%">

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>RGBFix</TITLE> <TITLE>RGBFix</TITLE>
<link rel="stylesheet" type="text/css" href="./style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<HR><CENTER> <HR><CENTER>
<TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000"> <TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000">
<TR> <TR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>General Information</TITLE> <TITLE>General Information</TITLE>
<link rel="stylesheet" type="text/css" href="./style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<HR><CENTER> <HR><CENTER>
<TABLE BORDER=0 BGCOLOR="#000000" CELLPADDING=25> <TABLE BORDER=0 BGCOLOR="#000000" CELLPADDING=25>
<TR> <TR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>ASMotor Documentation</TITLE> <TITLE>ASMotor Documentation</TITLE>
<link rel="stylesheet" type="text/css" href="./style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<HR ALIGN="CENTER" SIZE="3"> <HR ALIGN="CENTER" SIZE="3">
<CENTER><TABLE BORDER=0 ALIGN="MIDDLE" BGCOLOR="#000000" CELLPADDING=25> <CENTER><TABLE BORDER=0 ALIGN="MIDDLE" BGCOLOR="#000000" CELLPADDING=25>
<TR> <TR>

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xLib</TITLE> <TITLE>xLib</TITLE>
<link rel="stylesheet" type="text/css" href="./style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<HR SIZE="3"> <HR SIZE="3">
<CENTER> <CENTER>
<TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000"> <TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000">

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>xLink</TITLE> <TITLE>xLink</TITLE>
<link rel="stylesheet" type="text/css" href="./style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<HR SIZE="3"> <HR SIZE="3">
<CENTER> <CENTER>
<TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000"> <TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000">

View File

@@ -3,9 +3,10 @@
<HTML> <HTML>
<HEAD> <HEAD>
<TITLE>RGB? Fileformat</TITLE> <TITLE>RGB? Fileformat</TITLE>
<link rel="stylesheet" type="text/css" href="./style.css">
</HEAD> </HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA"> <BODY>
<HR><CENTER> <HR><CENTER>
<TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000"> <TABLE CELLPADDING=25 BORDER=0 BGCOLOR="#000000">
<TR> <TR>

16
doc/style.css Normal file
View File

@@ -0,0 +1,16 @@
html {
background: #692764;
color: #F5A0D8;
}
a:link {
color: #8AAEE6;
}
a:visited {
color: #2B9DA4;
}
a:active {
color: #95F0DA;
}