You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/05/15 17:17:03 UTC

cvs commit: db-ojb/forrest/src/documentation skinconf.xml

arminw      2004/05/15 08:17:03

  Modified:    forrest  forrest.properties
               forrest/src/documentation skinconf.xml
  Log:
  use tigris style + modifications
  
  Revision  Changes    Path
  1.3       +2 -2      db-ojb/forrest/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  RCS file: /home/cvs/db-ojb/forrest/forrest.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forrest.properties	14 May 2004 21:32:14 -0000	1.2
  +++ forrest.properties	15 May 2004 15:17:03 -0000	1.3
  @@ -25,8 +25,8 @@
   # Specifies name of Forrest skin to use
   #project.skin=forrest-site
   #project.skin=forrest-css
  -project.skin=krysalis-site
  -#project.skin=tigris-style
  +#project.skin=krysalis-site
  +project.skin=tigris-style
   
   # comma seperated list, file:/// is supported
   #forrest.skins.descriptors=http://xml.apache.org/forrest/skins/skins.xml,file:///c:/myskins/skins.xml
  
  
  
  1.3       +22 -2     db-ojb/forrest/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/forrest/src/documentation/skinconf.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- skinconf.xml	14 May 2004 21:32:14 -0000	1.2
  +++ skinconf.xml	15 May 2004 15:17:03 -0000	1.3
  @@ -26,7 +26,7 @@
   
   <skinconfig>
       <!-- To enable lucene search add provider="lucene" -->
  -    <search name="Apache DB" domain="db.apache.org"/>
  +    <!-- search name="Apache DB" domain="db.apache.org"/ -->
   
       <!-- Do we want to disable the print link? If enabled, invalid HTML 4.0.1 -->
       <disable-print-link>true</disable-print-link>
  @@ -103,9 +103,29 @@
       <headings type="boxed"/>
   
       <extra-css>
  -    </extra-css>
  +.code {
  +	border-style: none;
  +	border-width: 1px;
  +	font-size : 90%;
  +	padding: 1em 1.33em 1em 1.33em;
  +	background : #EEEEEE;}
  +.codefrag   {font-family: "Courier New", Courier, monospace; font-size : 95%;}
  +.warningmessage {font-size : 90%;}
  +.infomessage {font-size : 90%;}
  +.errormessage {font-size : 90%;}
  +     </extra-css>
   
       <colors>
  +        <color name="menu" value="#f7f7f7" link="#000000" vlink="#000000" hlink="#000000"/>
  +        <color name="navstrip" value="#dddddd" link="#801458" vlink="##009999" hlink="#801458"/>
  +        <color name="body" value="#ffffff" link="#801458" vlink="#009999" hlink="#805840"/>
  +        <color name="heading" value="#2c3c6d"/>
  +        <color name="subheading" value="#bbbdce"/>
  +        <color name="fixme" value="#6c85b0"/>
  +        <color name="note" value="#84145a"/>
  +        <color name="warning" value="#b2a510"/>
  +        <color name="footer" value="#dedfde"/>
  +
   
           <!-- Krysalis -->
           <!--
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org