瀏覽代碼

Changed documentation style.

David Piuva 5 年之前
父節點
當前提交
ca2a0ef0c1
共有 9 個文件被更改,包括 4 次插入5 次删除
  1. 3 4
      Doc/Manual.html
  2. 二進制
      Doc/Pages/Images/Border.png
  3. 二進制
      Doc/Pages/Images/SmallDot.png
  4. 二進制
      Doc/Pages/Images/Title.png
  5. 二進制
      Doc/Pages/License.html
  6. 1 1
      Doc/Pages/PageStyle.css
  7. 二進制
      Doc/Pages/Security.html
  8. 二進制
      Doc/Pages/Starting.html
  9. 二進制
      Doc/Pages/StyleGuide.html

+ 3 - 4
Doc/Manual.html

@@ -1,10 +1,9 @@
 <HTML>
-	<HEAD>
-		<TITLE>David Piuva's software renderer</TITLE>
-	</HEAD>
 	<BODY>
 		<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>		<B>Using the library</B>
 <P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Starting.html">Getting started</A>

二進制
Doc/Pages/Images/Border.png


二進制
Doc/Pages/Images/SmallDot.png


二進制
Doc/Pages/Images/Title.png


二進制
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;
}


二進制
Doc/Pages/Security.html


二進制
Doc/Pages/Starting.html


二進制
Doc/Pages/StyleGuide.html