r4521 - in trunk/docs: . common

daigle at ecoinformatics.org daigle at ecoinformatics.org
Thu Nov 6 11:35:38 PST 2008


Author: daigle
Date: 2008-11-06 11:35:38 -0800 (Thu, 06 Nov 2008)
New Revision: 4521

Added:
   trunk/docs/common/
   trunk/docs/common/common.css
Log:
Factor out common elements between dev and user docs.

Added: trunk/docs/common/common.css
===================================================================
--- trunk/docs/common/common.css	                        (rev 0)
+++ trunk/docs/common/common.css	2008-11-06 19:35:38 UTC (rev 4521)
@@ -0,0 +1,87 @@
+ /*
+  *   '$RCSfile$'
+  *     Purpose: Common style sheet for KNB project documentation pages 
+  *              Using this stylesheet rather than placing styles directly in 
+  *              the KNB web documents allows us to globally change the 
+  *              formatting styles of the entire site in one easy place.
+  *   Copyright: 2000 Regents of the University of California and the
+  *               National Center for Ecological Analysis and Synthesis
+  *     Authors: Matt Jones
+  *
+  *    '$Author: daigle $'
+  *      '$Date: 2008-11-04 11:34:57 -0800 (Tue, 04 Nov 2008) $'
+  *  '$Revision: 4506 $'
+  *
+  * This program is free software; you can redistribute it and/or modify
+  * it under the terms of the GNU General Public License as published by
+  * the Free Software Foundation; either version 2 of the License, or
+  * (at your option) any later version.
+  *
+  * This program is distributed in the hope that it will be useful,
+  * but WITHOUT ANY WARRANTY; without even the implied warranty of
+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  * GNU General Public License for more details.
+  *
+  * You should have received a copy of the GNU General Public License
+  * along with this program; if not, write to the Free Software
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  */
+	
+.header1 {
+	background: #ccccff;
+    vertical-align: baseline;
+    color: black;
+    font-size: 1.25em;
+    font-weight: bold;
+    margin-left: 0.25em;
+    margin-right: 0.25em;
+    margin-top: 1em; 
+}
+.header2 {
+	font-size: 1.25em;
+	font-weight: bold;
+	margin-top: .5em;
+	padding-top: 1em; 
+}
+.header3 {
+	font-size: 1em;
+	font-weight: bold;
+	margin-top: .5em;
+}
+.list1 {
+	margin-top: .5em;
+	list-style-type: circle;
+	margin-left: -1em;
+}
+.list2 {
+	list-style-type: disc;
+	margin-left: -1em;
+}
+.list3 {
+	list-style-type: square;
+	margin-left: -1em;
+}
+.code {
+	font-family: courier;
+	margin-left: 1em;
+	margin-top: .5em;
+	margin-bottom: .5em;
+}
+.toc {
+	margin-top: 10px;
+}
+.toc1 {
+	font-size: 1.25em;
+/*	font-weight: bold; */
+	margin-left: 20px;
+}
+.toc2 {
+	font-size: 1.1em;
+/*	font-weight: bold; */
+	margin-left: 40px;
+}
+.toc3 {
+	font-size: 1em;
+/*	font-weight: bold; */
+	margin-left: 60px;
+}


Property changes on: trunk/docs/common/common.css
___________________________________________________________________
Name: svn:executable
   + *



More information about the Metacat-cvs mailing list