You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/10/31 06:06:40 UTC

svn commit: r1029242 - in /james/project/trunk/maven-skin/src/main/resources: META-INF/maven/ css/ images/ js/jquery/ js/jquery/css/custom-theme/ js/jquery/css/custom-theme/images/ js/jquery/css/ui-lightness/

Author: eric
Date: Sun Oct 31 05:06:39 2010
New Revision: 1029242

URL: http://svn.apache.org/viewvc?rev=1029242&view=rev
Log:
maven skin has james-branded tabs (color,...) and fancy css buttons.

Added:
    james/project/trunk/maven-skin/src/main/resources/css/james.css
    james/project/trunk/maven-skin/src/main/resources/images/minibutton_icons.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/images/minibutton_matrix.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_flat_10_000000_40x100.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_525d76_1x400.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_b2bacd_1x400.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_f6f6f6_1x400.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_gloss-wave_35_525d76_500x100.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_highlight-soft_100_ffffff_1x100.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_highlight-soft_75_525d76_1x100.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_222222_256x240.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_228ef1_256x240.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_525d76_256x240.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_76526c_256x240.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_ffd27a_256x240.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_ffffff_256x240.png   (with props)
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css
Removed:
    james/project/trunk/maven-skin/src/main/resources/js/jquery/css/ui-lightness/
Modified:
    james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm
    james/project/trunk/maven-skin/src/main/resources/js/jquery/index.html

Modified: james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm?rev=1029242&r1=1029241&r2=1029242&view=diff
==============================================================================
--- james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm (original)
+++ james/project/trunk/maven-skin/src/main/resources/META-INF/maven/site.vm Sun Oct 31 05:06:39 2010
@@ -274,14 +274,15 @@
   <head>
     <title>$title</title>
     <style type="text/css" media="all">
+      @import url("$relativePath/css/james.css");
       @import url("$relativePath/css/maven-base.css");
       @import url("$relativePath/css/maven-theme.css");
       @import url("$relativePath/css/site.css");
-      @import url("http://james.apache.org/js/jquery/css/ui-lightness/jquery-ui-1.8.5.custom.css");
-      @import url("http://james.apache.org/js/jquery/css/print.css");
+      @import url("$relativePath/js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css");
+      @import url("$relativePath/js/jquery/css/print.css");
     </style>
-    <script type="text/javascript" src="http://james.apache.org/js/jquery/js/jquery-1.4.2.min.js"></script>
-    <script type="text/javascript" src="http://james.apache.org/js/jquery/js/jquery-ui-1.8.5.custom.min.js"></script>
+    <script type="text/javascript" src="$relativePath/js/jquery/js/jquery-1.4.2.min.js"></script>
+    <script type="text/javascript" src="$relativePath/js/jquery/js/jquery-ui-1.8.5.custom.min.js"></script>
     #foreach( $author in $authors )
       <meta name="author" content="$author" />
     #end

Added: james/project/trunk/maven-skin/src/main/resources/css/james.css
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/css/james.css?rev=1029242&view=auto
==============================================================================
--- james/project/trunk/maven-skin/src/main/resources/css/james.css (added)
+++ james/project/trunk/maven-skin/src/main/resources/css/james.css Sun Oct 31 05:06:39 2010
@@ -0,0 +1,68 @@
+/*
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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.    
+*/
+
+/*
+ Button
+ From http://davidwalsh.name/github-css and adapted to maven site.
+*/
+
+.minibutton {
+  display:inline-block;
+  height:23px;
+  padding:0 0 0 3px;
+  font-size:11px;
+  font-weight:bold;
+  color:#333;
+  text-shadow:1px 1px 0 #fff;
+  background:url(../images/minibutton_matrix.png) 0 0 no-repeat;
+  white-space:nowrap;
+  border:none;
+  overflow:visible;
+  cursor:pointer;
+  text-decoration:none;
+}
+
+.minibutton>a>span {
+  display:block;
+  height:23px;
+  padding:0 10px 0 8px;
+  line-height:23px;
+  background:url(../images/minibutton_matrix.png) 100% 0 no-repeat;
+}
+
+.minibutton:hover, .minibutton:focus {
+  color:#fff;
+  text-decoration:none;
+  text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
+  background-position:0 -30px;
+}
+
+.minibutton:hover>a>span, .minibutton:focus>a>span {background-position:100% -30px;}
+.minibutton.mousedown {background-position:0 -60px; }
+.minibutton.mousedown>a>span {background-position:100% -60px; }
+
+.btn-download .icon {
+  float:left;
+  margin-left:-4px;
+  width:18px;
+  height:22px;
+  background:url(../images/minibutton_icons.png) 0 0 no-repeat;
+}
+.btn-download .icon {background-position:-40px 0;}
+.btn-download:hover .icon, .btn-download:focus .icon {background-position:-40px -25px;}

Added: james/project/trunk/maven-skin/src/main/resources/images/minibutton_icons.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/images/minibutton_icons.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/images/minibutton_icons.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/images/minibutton_matrix.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/images/minibutton_matrix.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/images/minibutton_matrix.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_diagonals-thick_18_b81900_40x40.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_diagonals-thick_20_666666_40x40.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_flat_10_000000_40x100.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_flat_10_000000_40x100.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_flat_10_000000_40x100.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_525d76_1x400.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_525d76_1x400.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_525d76_1x400.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_b2bacd_1x400.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_b2bacd_1x400.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_b2bacd_1x400.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_f6f6f6_1x400.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_f6f6f6_1x400.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_100_f6f6f6_1x400.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_glass_65_ffffff_1x400.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_gloss-wave_35_525d76_500x100.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_gloss-wave_35_525d76_500x100.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_gloss-wave_35_525d76_500x100.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_highlight-soft_100_ffffff_1x100.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_highlight-soft_100_ffffff_1x100.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_highlight-soft_100_ffffff_1x100.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_highlight-soft_75_525d76_1x100.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_highlight-soft_75_525d76_1x100.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-bg_highlight-soft_75_525d76_1x100.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_222222_256x240.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_222222_256x240.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_222222_256x240.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_228ef1_256x240.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_228ef1_256x240.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_228ef1_256x240.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_525d76_256x240.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_525d76_256x240.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_525d76_256x240.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_76526c_256x240.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_76526c_256x240.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_76526c_256x240.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_ffd27a_256x240.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_ffd27a_256x240.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_ffd27a_256x240.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_ffffff_256x240.png
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_ffffff_256x240.png?rev=1029242&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/images/ui-icons_ffffff_256x240.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css?rev=1029242&view=auto
==============================================================================
--- james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css (added)
+++ james/project/trunk/maven-skin/src/main/resources/js/jquery/css/custom-theme/jquery-ui-1.8.5.custom.css Sun Oct 31 05:06:39 2010
@@ -0,0 +1,311 @@
+/*
+ * jQuery UI CSS Framework @VERSION
+ *
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Theming/API
+ */
+
+/* Layout helpers
+----------------------------------*/
+.ui-helper-hidden { display: none; }
+.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
+.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
+.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
+.ui-helper-clearfix { display: inline-block; }
+/* required comment for clearfix to work in Opera \*/
+* html .ui-helper-clearfix { height:1%; }
+.ui-helper-clearfix { display:block; }
+/* end clearfix */
+.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
+
+
+/* Interaction Cues
+----------------------------------*/
+.ui-state-disabled { cursor: default !important; }
+
+
+/* Icons
+----------------------------------*/
+
+/* states and images */
+.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
+
+
+/* Misc visuals
+----------------------------------*/
+
+/* Overlays */
+.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
+
+
+/*
+ * jQuery UI CSS Framework @VERSION
+ *
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Theming/API
+ *
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=525d76&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=525d76&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=76526c&bgColorHover=b2bacd&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=525d76&fcHover=525d76&iconColorHover=525d76&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=525d76&fcActive=525d76&iconColorActive=525d76&bgColorHighlight=525d76&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&border
 ColorHighlight=525d76&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
+ */
+
+
+/* Component containers
+----------------------------------*/
+.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
+.ui-widget .ui-widget { font-size: 1em; }
+.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
+.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_highlight-soft_100_ffffff_1x100.png) 50% top repeat-x; color: #333333; }
+.ui-widget-header { border: 1px solid #525d76; background: #525d76 url(images/ui-bg_gloss-wave_35_525d76_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
+.ui-widget-header a { color: #ffffff; }
+
+/* Interaction states
+----------------------------------*/
+.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
+.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
+.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #525d76; background: #b2bacd url(images/ui-bg_glass_100_b2bacd_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #525d76; }
+.ui-state-hover a, .ui-state-hover a:hover { color: #525d76; text-decoration: none; }
+.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #525d76; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #525d76; }
+.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #525d76; text-decoration: none; }
+.ui-widget :active { outline: none; }
+
+/* Interaction Cues
+----------------------------------*/
+.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #525d76; background: #525d76 url(images/ui-bg_highlight-soft_75_525d76_1x100.png) 50% top repeat-x; color: #363636; }
+.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
+.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
+.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
+.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
+.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
+.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
+.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
+
+/* Icons
+----------------------------------*/
+
+/* states and images */
+.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
+.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
+.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
+.ui-state-default .ui-icon { background-image: url(images/ui-icons_76526c_256x240.png); }
+.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_525d76_256x240.png); }
+.ui-state-active .ui-icon {background-image: url(images/ui-icons_525d76_256x240.png); }
+.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
+.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }
+
+/* positioning */
+.ui-icon-carat-1-n { background-position: 0 0; }
+.ui-icon-carat-1-ne { background-position: -16px 0; }
+.ui-icon-carat-1-e { background-position: -32px 0; }
+.ui-icon-carat-1-se { background-position: -48px 0; }
+.ui-icon-carat-1-s { background-position: -64px 0; }
+.ui-icon-carat-1-sw { background-position: -80px 0; }
+.ui-icon-carat-1-w { background-position: -96px 0; }
+.ui-icon-carat-1-nw { background-position: -112px 0; }
+.ui-icon-carat-2-n-s { background-position: -128px 0; }
+.ui-icon-carat-2-e-w { background-position: -144px 0; }
+.ui-icon-triangle-1-n { background-position: 0 -16px; }
+.ui-icon-triangle-1-ne { background-position: -16px -16px; }
+.ui-icon-triangle-1-e { background-position: -32px -16px; }
+.ui-icon-triangle-1-se { background-position: -48px -16px; }
+.ui-icon-triangle-1-s { background-position: -64px -16px; }
+.ui-icon-triangle-1-sw { background-position: -80px -16px; }
+.ui-icon-triangle-1-w { background-position: -96px -16px; }
+.ui-icon-triangle-1-nw { background-position: -112px -16px; }
+.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
+.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
+.ui-icon-arrow-1-n { background-position: 0 -32px; }
+.ui-icon-arrow-1-ne { background-position: -16px -32px; }
+.ui-icon-arrow-1-e { background-position: -32px -32px; }
+.ui-icon-arrow-1-se { background-position: -48px -32px; }
+.ui-icon-arrow-1-s { background-position: -64px -32px; }
+.ui-icon-arrow-1-sw { background-position: -80px -32px; }
+.ui-icon-arrow-1-w { background-position: -96px -32px; }
+.ui-icon-arrow-1-nw { background-position: -112px -32px; }
+.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
+.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
+.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
+.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
+.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
+.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
+.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
+.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
+.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
+.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
+.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
+.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
+.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
+.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
+.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
+.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
+.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
+.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
+.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
+.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
+.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
+.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
+.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
+.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
+.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
+.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
+.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
+.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
+.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
+.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
+.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
+.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
+.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
+.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
+.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
+.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
+.ui-icon-arrow-4 { background-position: 0 -80px; }
+.ui-icon-arrow-4-diag { background-position: -16px -80px; }
+.ui-icon-extlink { background-position: -32px -80px; }
+.ui-icon-newwin { background-position: -48px -80px; }
+.ui-icon-refresh { background-position: -64px -80px; }
+.ui-icon-shuffle { background-position: -80px -80px; }
+.ui-icon-transfer-e-w { background-position: -96px -80px; }
+.ui-icon-transferthick-e-w { background-position: -112px -80px; }
+.ui-icon-folder-collapsed { background-position: 0 -96px; }
+.ui-icon-folder-open { background-position: -16px -96px; }
+.ui-icon-document { background-position: -32px -96px; }
+.ui-icon-document-b { background-position: -48px -96px; }
+.ui-icon-note { background-position: -64px -96px; }
+.ui-icon-mail-closed { background-position: -80px -96px; }
+.ui-icon-mail-open { background-position: -96px -96px; }
+.ui-icon-suitcase { background-position: -112px -96px; }
+.ui-icon-comment { background-position: -128px -96px; }
+.ui-icon-person { background-position: -144px -96px; }
+.ui-icon-print { background-position: -160px -96px; }
+.ui-icon-trash { background-position: -176px -96px; }
+.ui-icon-locked { background-position: -192px -96px; }
+.ui-icon-unlocked { background-position: -208px -96px; }
+.ui-icon-bookmark { background-position: -224px -96px; }
+.ui-icon-tag { background-position: -240px -96px; }
+.ui-icon-home { background-position: 0 -112px; }
+.ui-icon-flag { background-position: -16px -112px; }
+.ui-icon-calendar { background-position: -32px -112px; }
+.ui-icon-cart { background-position: -48px -112px; }
+.ui-icon-pencil { background-position: -64px -112px; }
+.ui-icon-clock { background-position: -80px -112px; }
+.ui-icon-disk { background-position: -96px -112px; }
+.ui-icon-calculator { background-position: -112px -112px; }
+.ui-icon-zoomin { background-position: -128px -112px; }
+.ui-icon-zoomout { background-position: -144px -112px; }
+.ui-icon-search { background-position: -160px -112px; }
+.ui-icon-wrench { background-position: -176px -112px; }
+.ui-icon-gear { background-position: -192px -112px; }
+.ui-icon-heart { background-position: -208px -112px; }
+.ui-icon-star { background-position: -224px -112px; }
+.ui-icon-link { background-position: -240px -112px; }
+.ui-icon-cancel { background-position: 0 -128px; }
+.ui-icon-plus { background-position: -16px -128px; }
+.ui-icon-plusthick { background-position: -32px -128px; }
+.ui-icon-minus { background-position: -48px -128px; }
+.ui-icon-minusthick { background-position: -64px -128px; }
+.ui-icon-close { background-position: -80px -128px; }
+.ui-icon-closethick { background-position: -96px -128px; }
+.ui-icon-key { background-position: -112px -128px; }
+.ui-icon-lightbulb { background-position: -128px -128px; }
+.ui-icon-scissors { background-position: -144px -128px; }
+.ui-icon-clipboard { background-position: -160px -128px; }
+.ui-icon-copy { background-position: -176px -128px; }
+.ui-icon-contact { background-position: -192px -128px; }
+.ui-icon-image { background-position: -208px -128px; }
+.ui-icon-video { background-position: -224px -128px; }
+.ui-icon-script { background-position: -240px -128px; }
+.ui-icon-alert { background-position: 0 -144px; }
+.ui-icon-info { background-position: -16px -144px; }
+.ui-icon-notice { background-position: -32px -144px; }
+.ui-icon-help { background-position: -48px -144px; }
+.ui-icon-check { background-position: -64px -144px; }
+.ui-icon-bullet { background-position: -80px -144px; }
+.ui-icon-radio-off { background-position: -96px -144px; }
+.ui-icon-radio-on { background-position: -112px -144px; }
+.ui-icon-pin-w { background-position: -128px -144px; }
+.ui-icon-pin-s { background-position: -144px -144px; }
+.ui-icon-play { background-position: 0 -160px; }
+.ui-icon-pause { background-position: -16px -160px; }
+.ui-icon-seek-next { background-position: -32px -160px; }
+.ui-icon-seek-prev { background-position: -48px -160px; }
+.ui-icon-seek-end { background-position: -64px -160px; }
+.ui-icon-seek-start { background-position: -80px -160px; }
+/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
+.ui-icon-seek-first { background-position: -80px -160px; }
+.ui-icon-stop { background-position: -96px -160px; }
+.ui-icon-eject { background-position: -112px -160px; }
+.ui-icon-volume-off { background-position: -128px -160px; }
+.ui-icon-volume-on { background-position: -144px -160px; }
+.ui-icon-power { background-position: 0 -176px; }
+.ui-icon-signal-diag { background-position: -16px -176px; }
+.ui-icon-signal { background-position: -32px -176px; }
+.ui-icon-battery-0 { background-position: -48px -176px; }
+.ui-icon-battery-1 { background-position: -64px -176px; }
+.ui-icon-battery-2 { background-position: -80px -176px; }
+.ui-icon-battery-3 { background-position: -96px -176px; }
+.ui-icon-circle-plus { background-position: 0 -192px; }
+.ui-icon-circle-minus { background-position: -16px -192px; }
+.ui-icon-circle-close { background-position: -32px -192px; }
+.ui-icon-circle-triangle-e { background-position: -48px -192px; }
+.ui-icon-circle-triangle-s { background-position: -64px -192px; }
+.ui-icon-circle-triangle-w { background-position: -80px -192px; }
+.ui-icon-circle-triangle-n { background-position: -96px -192px; }
+.ui-icon-circle-arrow-e { background-position: -112px -192px; }
+.ui-icon-circle-arrow-s { background-position: -128px -192px; }
+.ui-icon-circle-arrow-w { background-position: -144px -192px; }
+.ui-icon-circle-arrow-n { background-position: -160px -192px; }
+.ui-icon-circle-zoomin { background-position: -176px -192px; }
+.ui-icon-circle-zoomout { background-position: -192px -192px; }
+.ui-icon-circle-check { background-position: -208px -192px; }
+.ui-icon-circlesmall-plus { background-position: 0 -208px; }
+.ui-icon-circlesmall-minus { background-position: -16px -208px; }
+.ui-icon-circlesmall-close { background-position: -32px -208px; }
+.ui-icon-squaresmall-plus { background-position: -48px -208px; }
+.ui-icon-squaresmall-minus { background-position: -64px -208px; }
+.ui-icon-squaresmall-close { background-position: -80px -208px; }
+.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
+.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
+.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
+.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
+.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
+.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
+
+
+/* Misc visuals
+----------------------------------*/
+
+/* Corner radius */
+.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
+.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
+.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
+.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
+.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
+.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
+.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
+.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
+.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
+
+/* Overlays */
+.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
+.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
+ * jQuery UI Tabs @VERSION
+ *
+ * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://jquery.org/license
+ *
+ * http://docs.jquery.com/UI/Tabs#theming
+ */
+.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
+.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
+.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
+.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
+.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
+.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
+.ui-tabs .ui-tabs-hide { display: none !important; }

Modified: james/project/trunk/maven-skin/src/main/resources/js/jquery/index.html
URL: http://svn.apache.org/viewvc/james/project/trunk/maven-skin/src/main/resources/js/jquery/index.html?rev=1029242&r1=1029241&r2=1029242&view=diff
==============================================================================
--- james/project/trunk/maven-skin/src/main/resources/js/jquery/index.html (original)
+++ james/project/trunk/maven-skin/src/main/resources/js/jquery/index.html Sun Oct 31 05:06:39 2010
@@ -3,7 +3,7 @@
 	<head>
 		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 		<title>jQuery UI Example Page</title>
-		<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.5.custom.css" rel="stylesheet" />	
+		<link type="text/css" href="css/custom-theme/jquery-ui-1.8.5.custom.css" rel="stylesheet" />	
 		<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
 		<script type="text/javascript" src="js/jquery-ui-1.8.5.custom.min.js"></script>
 		<script type="text/javascript">
@@ -33,7 +33,7 @@
 	</head>
 	<body>
 	<h1>Welcome to jQuery UI!</h1>
-	<p style="font-size: 1.3em; line-height: 1.5; margin: 1em 0; width: 50%;">This page demonstrates the widgets you downloaded using the theme you selected in the download builder. We've included and linked to minified versions of <a href="js/jquery-1.4.2.min.js">jQuery</a>, your personalized copy of <a href="js/jquery-ui-1.8.5.custom.min.js">jQuery UI (js/jquery-ui-1.8.5.custom.min.js)</a>, and <a href="css/ui-lightness/jquery-ui-1.8.5.custom.css">css/ui-lightness/jquery-ui-1.8.5.custom.css</a> which imports the entire jQuery UI CSS Framework. You can choose to link a subset of the CSS Framework depending on your needs. </p>
+	<p style="font-size: 1.3em; line-height: 1.5; margin: 1em 0; width: 50%;">This page demonstrates the widgets you downloaded using the theme you selected in the download builder. We've included and linked to minified versions of <a href="js/jquery-1.4.2.min.js">jQuery</a>, your personalized copy of <a href="js/jquery-ui-1.8.5.custom.min.js">jQuery UI (js/jquery-ui-1.8.5.custom.min.js)</a>, and <a href="css/custom-theme/jquery-ui-1.8.5.custom.css">css/custom-theme/jquery-ui-1.8.5.custom.css</a> which imports the entire jQuery UI CSS Framework. You can choose to link a subset of the CSS Framework depending on your needs. </p>
 	<p style="font-size: 1.2em; line-height: 1.5; margin: 1em 0; width: 50%;">You've downloaded components and a theme that are compatible with jQuery 1.3+. Please make sure you are using jQuery 1.3+ in your production environment.</p>	
 
 	<p style="font-weight: bold; margin: 2em 0 1em; font-size: 1.3em;">YOUR COMPONENTS:</p>



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