Răsfoiți Sursa

Changed documentation style.

David Piuva 5 ani în urmă
părinte
comite
ca2a0ef0c1

+ 3 - 4
Doc/Manual.html

@@ -1,10 +1,9 @@
 <HTML>
 <HTML>
-	<HEAD>
-		<TITLE>David Piuva's software renderer</TITLE>
-	</HEAD>
 	<BODY>
 	<BODY>
 		<link rel="stylesheet" type="text/css" href="Pages/PageStyle.css">
 		<link rel="stylesheet" type="text/css" href="Pages/PageStyle.css">
-		<B>David Piuva's software renderer</B>
+<P>		<IMG SRC="Pages/Images/Title.png" alt=Logo titled DFPSR>
+<P>		<h1 style="font-size:32px;">David Piuva's software renderer</h1>
+<P>		When you just want to code in your own pace without worrying about API deprecation.
 <P>	<IMG SRC="Pages/Images/Border.png">
 <P>	<IMG SRC="Pages/Images/Border.png">
 <P>		<B>Using the library</B>
 <P>		<B>Using the library</B>
 <P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Starting.html">Getting started</A>
 <P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Starting.html">Getting started</A>

BIN
Doc/Pages/Images/Border.png


BIN
Doc/Pages/Images/SmallDot.png


BIN
Doc/Pages/Images/Title.png


BIN
Doc/Pages/License.html


+ 1 - 1
Doc/Pages/PageStyle.css

@@ -1 +1 @@
-body         { background-color: #FFFFFF; font-size: 14px; font-family: Arial; color: #000000; 

               margin: 0; padding-left: 10; padding-right: 10; padding-top: 30; 

               padding-bottom: 10px }

a            { font-size: 18px; font-family: Arial; color: #0000A0; 

               text-decoration: none }

a:visited { color: #0000A0}

a:hover { color: #000070;background: #AAffAA}

a:active { color: #00A0A0 }

.normal {font-size: 14px; color: #00A0A0}

.sub {font-size: 14px;color: #ffffdf;}

+body {
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Arial;
	color: #000000; 
	margin: 0;
	padding-left: 10;
	padding-right: 10;
	padding-top: 30; 
	padding-bottom: 10px
}

A {
	font-size: 18px;
	font-family: Arial;
	color: #0000A0; 
	text-decoration: none
}
A:visited {
	color: #0000A0
}
A:hover {
	color: #000070;
	background: #AAffAA
}
A:active {
	color: #00A0A0
}

.normal {
	font-size: 14px;
	color: #00A0A0
}

.sub {
	font-size: 14px;
	color: #ffffdf;
}


BIN
Doc/Pages/Security.html


BIN
Doc/Pages/Starting.html


BIN
Doc/Pages/StyleGuide.html