--- xdocs/stylesheets/tomcat-printer.css (revision 1521497) +++ xdocs/stylesheets/tomcat-printer.css (working copy) @@ -1,3 +1,20 @@ -.noPrint {display: none;} -td#mainBody {width: 100%;} +@charset "utf-8"; +/* +* Copyright 2002-2013 The Apache Software Foundation +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ +.noPrint { display: none; } +#middle > div > div#mainLeft { display: none; } +a { color: inherit; text-decoration: none; } --- xdocs/stylesheets/tomcat-site.xsl (revision 1521497) +++ xdocs/stylesheets/tomcat-site.xsl (working copy) @@ -1,35 +1,44 @@ - + + + version="3.0"> + html-version="5.0" + encoding="UTF-8" + indent="no" + doctype-system="about:legacy-compat"/> + - - - - - - - - - - @@ -37,8 +46,19 @@ - - + + + + + <xsl:value-of select="$project/title"/> - <xsl:value-of select="properties/title"/> @@ -59,102 +79,88 @@ + - - - - + +
+ + + + +
+
+
+
+ + +
+
+
+
+ +
+ +

Content

+ +
+
+
+
+
- + +
+ Copyright © 1999-2013, The Apache Software Foundation +
+ Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat + project logo are trademarks of the Apache Software Foundation. +
+ + + - HEADER SEPARATOR - - - - - - LEFT SIDE NAVIGATION - - - RIGHT SIDE MAIN BODY - - - - - FOOTER SEPARATOR - - - - - PAGE FOOTER - - -
-
-
- - - -
-
-
-
- Copyright © 1999-2013, The Apache Software Foundation -
- Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat - project logo are trademarks of the Apache Software Foundation. -
-
- - - -

+
+

+
@@ -182,7 +188,7 @@ - + @@ -192,41 +198,31 @@ - - + + - - - + + +

-

+ + + + - - - - -
- - () - - - - - -
- - 2 - -

- -

-

+ + + +
+ +
+
- + @@ -241,23 +237,23 @@ - - + + - + +
-
+ +

+ +

- - -
- - () - - -
+
-

+
+ + @@ -267,7 +263,7 @@ - + @@ -282,10 +278,10 @@ - - + + -
  • +
    @@ -295,43 +291,14 @@ -
    - - - - - - - - - - - - - - - - -
    - - - - - -
    - -
    -            
    -          
    - -
    - - - - - -
    -
    +
    +
    +      
    +        wrap
    +      
    +      
    +    
    +
    @@ -359,28 +326,6 @@ - - - - - - - - - - - - - - - - - - - - - - --- xdocs/stylesheets/tomcat.css (revision 1521497) +++ xdocs/stylesheets/tomcat.css (working copy) @@ -1,3 +1,4 @@ +@charset "utf-8"; /* * Copyright 2002-2013 The Apache Software Foundation * @@ -14,15 +15,236 @@ * limitations under the License. */ + +/* General style */ + +body { + margin: 0; +} + +body, input { + font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; + font-size: 10.5pt; +} + +code, pre { + font-family: Consolas, monospace; +} + +img { + border: 0; +} + +table { + border-collapse: collapse; + text-align: left; +} +table *:not(table) { + /* Prevent border-collapsing for table child elements like
    */ + border-collapse: separate; +} + +main { + /* Remove this once all IEs support
    element */ + display: block; +} + + +/* Layout */ + +#wrapper { + min-width: 400px; +} + +#header { + box-shadow: 0 0 7px #aaa; + border-bottom: 1px solid #bbb; +} + +#header > div { + padding-left: 15px; + padding-right: 15px; + background: linear-gradient(to bottom, #ffffff -10%, #F8F3E4 100%); + position: relative; +} + +#header .logo { + float: left; + padding-top: 20px; + min-width: 190px; +} + +#header .logo img{ + /* To avoid that the Font Descender being added to the parent div's height */ + vertical-align: middle; +} + +#header .asfLogo { + float: right; + position: relative; + top: 8px; +} + +#header h1 { + margin-top: 0.6em; + margin-bottom: 0; +} + +#header .versionInfo { + font-size: 13pt; + margin-bottom: 1em; +} + +#middle { + display: table; + table-layout: fixed; + margin: 0; + width: 100%; +} +#middle > div { display: table-row; } +#middle > div > div { display: table-cell; vertical-align: top; } + + + +#mainLeft { + width: 190px; +} + +#mainLeft > div { + margin-top: -1px; /* to overwrite border of element above */ + padding-left: 16px; + padding-right: 14px; + padding-top: 6px; + padding-bottom: 15px; + background-color: #F8F3E4; + border-right: 1px solid #bbb; + border-bottom: 1px solid #bbb; + font-size: 10pt; + border-bottom-right-radius: 20px; + box-shadow: 0 0 5px #aaa; +} + +#mainLeft h2 { + margin-bottom: 0.2em; + font-size: 1.2em; +} + +#mainLeft ul { + padding: 0; + margin: 0; + list-style-type: none; +} + +#mainLeft ul a { + text-indent: -0.6em; + padding-left: 1.4em; + display: block; + text-decoration: none; + color: #444; +} +#mainLeft ul a:hover { + color: #000; + background-color: #D1c9b9; +} + +#mainRight { + padding-left: 14px; + padding-right: 20px; + +} + +#footer { + margin-top: 30px; + padding-top: 20px; + padding-bottom: 20px; + padding-left: 20px; + padding-right: 20px; + border-top: 1px solid #ccc; + color: #444; + text-align: center; + /* font-style: italic; */ + font-size: 9pt; +} + + +/* Content */ + +#content div.text { + padding-left: 1em; + padding-left: 1em; +} + +#content h3, #content h4, #content h5, #content h6 { + padding-left: 5px; + padding-right: 5px; + background-color: #eaeaea; + border: 1px solid #ccc; + border-radius: 4px; +} + +#content h4, #content h5, #content h6 { + background-color: #f6f6f6; +} + +code { + background-color: rgb(224,255,255); +} + +div.codeBox pre code, code.attributeName, code.propertyName, code.noHighlight { + background-color: transparent; +} +div.codeBox { + overflow: auto; + margin: 1em 0; +} +div.codeBox pre { + margin: 0; + padding: 4px; + border: 1px solid #999; + border-radius: 5px; + background-color: #eff8ff; + display: table; /* To prevent
    s from taking the complete available width. */
    +  /*
    +  When it is officially supported, use the following CSS instead of display: table
    +  to prevent big 
    s from exceeding the browser window:
    +  max-width: available;
    +  width: min-content;
    +  */
    +}
    +
    +div.codeBox pre.wrap {
    +  white-space: pre-wrap;
    +}
    +
    +
    +table.defaultTable tr, table.detail-table tr {
    +    border: 1px solid #CCC;
    +}
    +
    +table.defaultTable tr:nth-child(even), table.detail-table tr:nth-child(even) {
    +    background-color: #FAFBFF;
    +}
    +
    +table.defaultTable tr:nth-child(odd), table.detail-table tr:nth-child(odd) {
    +    background-color: #EEEFFF;
    +}
    +
    +table.defaultTable th, table.detail-table th {
    +  background-color: #88b;
    +  color: #fff;
    +}
    +
    +table.defaultTable th, table.defaultTable td, table.detail-table th, table.detail-table td {
    +  padding: 5px 8px;
    +}
    +
    +
    +
     .searchbox {
    -    position: relative;
    -    left: -50px;
    -    top: 20px;
    -    height: 42px;
    -    white-space: nowrap;
         text-align: right;
    -    z-index:0;
    -    bottom: -1px; /* compensate for IE rendering issue */
    +	margin-top: 8px;
    +	margin-right: 10px;
    +	margin-bottom: 6px;
     }
     
     .searchbox form {
    @@ -29,5 +251,3 @@ 
         padding: 5px 10px;
         margin: 0;
     }
    -
    -code {background-color:rgb(224,255,255);padding:0 0.1em;}