r4531 - trunk/docs/user

daigle at ecoinformatics.org daigle at ecoinformatics.org
Thu Nov 6 15:59:08 PST 2008


Author: daigle
Date: 2008-11-06 15:59:08 -0800 (Thu, 06 Nov 2008)
New Revision: 4531

Added:
   trunk/docs/user/common.css
Log:
moved this from one directory up because the user docs install in the top level metacat directory on knb web

Copied: trunk/docs/user/common.css (from rev 4521, trunk/docs/common/common.css)
===================================================================
--- trunk/docs/user/common.css	                        (rev 0)
+++ trunk/docs/user/common.css	2008-11-06 23:59:08 UTC (rev 4531)
@@ -0,0 +1,93 @@
+ /*
+  *   '$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
+  */
+  
+  /***************************************************************
+   Please note that even though this css file is located in the user 
+   documents directory, it is used by html in other directories (most
+   notibly the ../dev directory).  We only keep this doc here because 
+   user documentation deploys to the top level on the knb server. 
+   *******************************************************************/
+.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/user/common.css
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mergeinfo
   + 



More information about the Metacat-cvs mailing list