You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/12/17 04:27:09 UTC

cvs commit: maven-plugins/xdoc/src/plugin-resources/css maven-base.css maven-theme.css

jvanzyl     2003/12/16 19:27:09

  Modified:    xdoc/src/plugin-resources site.jsl ui.properties
               xdoc/src/plugin-resources/css maven-base.css maven-theme.css
  Log:
  o tweaking the maven theme
  
  Revision  Changes    Path
  1.40      +2 -6      maven-plugins/xdoc/src/plugin-resources/site.jsl
  
  Index: site.jsl
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/site.jsl,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- site.jsl	11 Dec 2003 07:41:53 -0000	1.39
  +++ site.jsl	17 Dec 2003 03:27:09 -0000	1.40
  @@ -18,7 +18,7 @@
       <j:set var="date">${maven.xdoc.date}</j:set>
   	<j:setProperties object="${navbean}" document="${doc}" location="${location}"/>
   	
  -	<x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
  +    <x:doctype name="html" publicId="-//W3C//DTD XHTML 1.0 Transitional//EN" systemId="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
       <html>
         <head>
           <j:set var="docTitle"><x:expr select="./properties/title"/></j:set>
  @@ -29,10 +29,6 @@
             <title>${pom.name} - ${docTitle}</title>
           </x:if>
           
  -<!--
  -          @import url("${relativePath}/style/tigris.css");
  --->
  -
           <style type="text/css"><![CDATA[
             @import url("${relativePath}/style/maven-base.css");
           ]]></style>
  @@ -156,7 +152,7 @@
           <!-- Body of the page -->
           <table border="0" cellspacing="0" cellpadding="8" width="100%" id="layout">
             <tr valign="top">
  -            <td id="leftColumn" width="${maven.ui.navcol.width}">
  +            <td id="leftColumn">
                 <div id="navBox">
                   <j:if test="${date == 'navigation-top'}">
                     <div id="lastPublished">
  
  
  
  1.2       +9 -0      maven-plugins/xdoc/src/plugin-resources/ui.properties
  
  Index: ui.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/ui.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ui.properties	24 Jan 2003 03:45:01 -0000	1.1
  +++ ui.properties	17 Dec 2003 03:27:09 -0000	1.2
  @@ -3,26 +3,32 @@
   #
   maven.ui.body.background = #fff
   maven.ui.body.foreground = #000
  +
   maven.ui.section.background = #036
   maven.ui.section.foreground = #fff
  +
   maven.ui.subsection.background = #888
   maven.ui.subsection.foreground = #fff
  +
   maven.ui.table.header.background = #bbb
   maven.ui.table.header.foreground = #fff
   maven.ui.table.row.odd.background = #ddd
   maven.ui.table.row.odd.foreground = #000
   maven.ui.table.row.even.background = #efefef
   maven.ui.table.row.even.foreground = #000
  +
   maven.ui.banner.background = #036
   maven.ui.banner.foreground = #fff
   maven.ui.banner.border.top = #369
   maven.ui.banner.border.bottom = #003
  +
   maven.ui.source.background = #fff
   maven.ui.source.foreground = #000
   maven.ui.source.border.right = #888
   maven.ui.source.border.left = #888
   maven.ui.source.border.top = #888
   maven.ui.source.border.bottom = #888
  +
   maven.ui.navcol.background = #eee
   maven.ui.navcol.background.ns4 = #fff
   maven.ui.navcol.foreground = #000
  @@ -30,10 +36,13 @@
   maven.ui.navcol.border.top = #fff
   maven.ui.navcol.border.right = #aaa
   maven.ui.navcol.border.bottom = #aaa
  +maven.ui.navcol.width = 10%
  +
   maven.ui.breadcrumbs.background = #ddd
   maven.ui.breadcrumbs.foreground = #000
   maven.ui.breadcrumbs.border.top = #fff
   maven.ui.breadcrumbs.border.bottom = #aaa
  +
   maven.ui.href.link = blue
   maven.ui.href.link.active = #f30
   maven.ui.href.link.selfref = #555
  
  
  
  1.3       +2 -3      maven-plugins/xdoc/src/plugin-resources/css/maven-base.css
  
  Index: maven-base.css
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/css/maven-base.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven-base.css	11 Dec 2003 07:41:53 -0000	1.2
  +++ maven-base.css	17 Dec 2003 03:27:09 -0000	1.3
  @@ -1,4 +1,3 @@
  -
   body {
     margin: 0px;
     padding-top: 0px;
  @@ -19,7 +18,7 @@
   }
   
   .navSection {
  -  margin-bottom: 8px;
  +  margin-bottom: 2px;
     padding: 8px;
   }
   
  @@ -43,7 +42,6 @@
   }
   
   .subsection {
  -  padding: 4px;
   }
   
   .subsectionTitle {
  @@ -51,6 +49,7 @@
   }
   
   #leftColumn {
  +  width: 15%;
   }
   
   #navBox {
  
  
  
  1.2       +9 -10     maven-plugins/xdoc/src/plugin-resources/css/maven-theme.css
  
  Index: maven-theme.css
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/src/plugin-resources/css/maven-theme.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven-theme.css	11 Dec 2003 02:40:21 -0000	1.1
  +++ maven-theme.css	17 Dec 2003 03:27:09 -0000	1.2
  @@ -1,4 +1,3 @@
  -
   body {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     margin: 0;
  @@ -32,13 +31,14 @@
   
   .navSectionHead {
     border-bottom: 1px solid #aaaaaa;
  +  padding-bottom: 2px;
   }
   
   .navLink {
     padding-top: 2px;
     padding-bottom: 2px;
     font-size: small;
  -  padding-left: 14px;
  +  padding-left: 2px;
   }
   
   .section {
  @@ -48,8 +48,6 @@
     padding: 10px;
     border: 1px solid #999999;
     color: #990000;
  -  font-weight: bold;
  -  font-size: larger;
     background-color: #dddddd;
   }
   
  @@ -65,6 +63,7 @@
   }
   
   p {
  +  font-size: small;
     line-height: 1.3em;
   }
   
  @@ -100,20 +99,20 @@
   }
   
   table.bodyTable th, table.bodyTable td {
  -  border: 1px solid #999999;
     font-size: smaller;
  +  padding-left: 4px;
  +  padding-right: 4px;
  +  padding-top: 2px;
  +  padding-bottom: 2px;
   }
   
   table.bodyTable th {
  -  background-color: #cccccc;
  +  color: white;
  +  background-color: #bbb;
     text-align: left;
   }
   
   table.bodyTable td {
  -  padding-left: 2px;
  -  padding-right: 2px;
  -  padding-top: 4px;
  -  padding-bottom: 4px;
   }
   
   table.bodyTable tr.a {
  
  
  

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