Browse Source

Using different background colors for documentation pages.

David Piuva 5 years ago
parent
commit
57edd8edfd

+ 10 - 1
Doc/Manual.html

@@ -1,6 +1,15 @@
 <HTML>
 	<BODY>
-		<link rel="stylesheet" type="text/css" href="Pages/PageStyle.css">
+		<style>
+			body { background-color: #DDEEFF; font-size: 14px; font-family: Arial;
+			       color: #000000; margin: 0; padding-left: 10; padding-right: 10;
+			       padding-top: 10; padding-bottom: 10px }
+			A { font-size: 18px; font-family: Arial; color: #0000A0; text-decoration: none }
+			A:hover { color: #000070; background: #AAffAA }
+			A:active { color: #00A0A0 }
+			.normal { font-size: 18px; color: #00A0A0 }
+			.sub { font-size: 18px; color: #ffffdf; }
+		</style>
 <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.

BIN
Doc/Pages/License.html


+ 0 - 1
Doc/Pages/PageStyle.css

@@ -1 +0,0 @@
-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