taylor 2004/03/17 19:39:51
Modified: webapp/WEB-INF/conf skins.xreg
webapp/WEB-INF/templates/vm/navigations/html bottom.vm
left.vm top.vm
webapp/css skins.css
Added: webapp/images jetspeed-powered-1.5.gif leftnav_api.gif
leftnav_docs.gif leftnav_home.gif welcome.gif
webapp/images/html/skins/MintyBlue bottom.gif bottomleft.gif
bottomright.gif close.gif contentleft.gif
contentright.gif customize.gif info.gif info1.gif
leftnavbg.gif maximize.gif minimize.gif print.gif
restore.gif tableft.gif tableft_low.gif
tabmiddle.gif tabmiddle_low.gif tabright.gif
tabright_low.gif title.gif titleleft.gif
titleright.gif
Log:
'Minty Blue' Skin -- contributed by Ramil Jason Yao
Revision Changes Path
1.13 +6 -0 jakarta-jetspeed/webapp/WEB-INF/conf/skins.xreg
Index: skins.xreg
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/skins.xreg,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- skins.xreg 17 Mar 2004 19:10:26 -0000 1.12
+++ skins.xreg 18 Mar 2004 03:39:50 -0000 1.13
@@ -147,4 +147,10 @@
<property name="portlet-skin-class" value="Jetspeed" hidden="false"/>
<property name="image.paths" value="Jetspeed" hidden="false"/>
</skin-entry>
+ <skin-entry name="MintyBlue" hidden="false">
+ <property name="background-color" value="#FFFFFF" hidden="false"/>
+ <property name="highlight-background-color" value="#0D9EE8" hidden="false"/>
+ <property name="portlet-skin-class" value="MintyBlue" hidden="false"/>
+ <property name="image.paths" value="MintyBlue" hidden="false"/>
+ </skin-entry>
</registry>
1.20 +3 -3
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/bottom.vm
Index: bottom.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/bottom.vm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- bottom.vm 17 Mar 2004 19:18:41 -0000 1.19
+++ bottom.vm 18 Mar 2004 03:39:50 -0000 1.20
@@ -15,7 +15,7 @@
*#
<br/>
-<table width="100%">
+<table width="100%" >
<tr>
<td align="left">
<small>
@@ -25,12 +25,12 @@
</td>
#if ($config.getString("mail.support"))
<td align="center">
- <a
href="mailto:$config.getString("mail.support")">$l10n.BOTTOM_SUPPORT_MSG</a>
+ <a class="TabLink"
href="mailto:$config.getString("mail.support")">$l10n.BOTTOM_SUPPORT_MSG</a>
</td>
#end
<td align="right">
<a href="http://www.apache.org">
- <img align="right" alt="Apache Software Foundation" border="0"
src="$clink.setURI("images/feather.gif")">
+ <img align="right" alt="Apache Software Foundation" border="0"
src="$clink.setURI("images/jetspeed-powered-1.5.gif")">
</a>
</td>
</tr>
1.5 +4 -4
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/left.vm
Index: left.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/left.vm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- left.vm 17 Mar 2004 19:18:41 -0000 1.4
+++ left.vm 18 Mar 2004 03:39:50 -0000 1.5
@@ -14,25 +14,25 @@
limitations under the License.
*#
-<table width="100%" border="0" cellspacing="0" cellpadding="2">
+<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>
<a href="$link">
- <small>$l10n.HOME</small>
+ <img src="images/leftnav_home.gif" border="0">
</a>
</td>
</tr>
<tr>
<td>
<a href="$clink.setURI("docs/")">
- <small>$l10n.LEFT_DOCUMENTATION</small>
+ <img src="images/leftnav_docs.gif" border="0">
</a>
</td>
</tr>
<tr>
<td>
<a href="$clink.setURI("apidocs/")">
- <small>API</small>
+ <img src="images/leftnav_api.gif" border="0">
</a>
</td>
</tr>
1.25 +2 -2
jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm
Index: top.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/navigations/html/top.vm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- top.vm 17 Mar 2004 19:18:41 -0000 1.24
+++ top.vm 18 Mar 2004 03:39:50 -0000 1.25
@@ -65,7 +65,7 @@
## Display the welcome message. This is typicaly where a Banner AD is
displayed
##
<td align="center">
- <h2>$l10n.TOP_TITLE</h2>
+ <img src="images/welcome.gif">
</td>
##
## Right column of top navigation bar. Here we are displaying the
@@ -129,7 +129,7 @@
## Display the welcome message. This is typicaly where a Banner AD is
displayed
##
<td align="center">
- <h2>$l10n.TOP_TITLE</h2>
+ <img src="images/welcome.gif">
</td>
##
## Right column of top navigation bar.
1.4 +263 -100 jakarta-jetspeed/webapp/css/skins.css
Index: skins.css
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/webapp/css/skins.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- skins.css 17 Mar 2004 18:59:52 -0000 1.3
+++ skins.css 18 Mar 2004 03:39:51 -0000 1.4
@@ -15,46 +15,46 @@
*/
/**
- Metal Skin that uses the cascading capability of CSS
+ Metal Skin that uses the cascading capability of CSS
**/
.Metal .PTitleLeft
{
- /**
- Needs to specify the width of image used
- otherwise it won't show !
- **/
- width:10px;
-
- /** Always use relative path ! **/
- background: url(../images/html/skins/Metal/titleleft.gif);
+ /**
+ Needs to specify the width of image used
+ otherwise it won't show !
+ **/
+ width:10px;
+
+ /** Always use relative path ! **/
+ background: url(../images/html/skins/Metal/titleleft.gif);
}
.Metal .PTitle
{
- /**
- Specify the height of the image used
- else it will use the text height
- **/
- height:16px;
- color:#FFFFFF;
- background: url(../images/html/skins/Metal/title.gif);
+ /**
+ Specify the height of the image used
+ else it will use the text height
+ **/
+ height:16px;
+ color:#FFFFFF;
+ background: url(../images/html/skins/Metal/title.gif);
}
.Metal .PTitleRight
{
- /**
- Needs to specify the width of image used
- otherwise it won't show !
- **/
- width:10px;
- background: url(../images/html/skins/Metal/titleright.gif);
+ /**
+ Needs to specify the width of image used
+ otherwise it won't show !
+ **/
+ width:10px;
+ background: url(../images/html/skins/Metal/titleright.gif);
}
.Metal .PContentLeft
{
- width:10px;
- background: url(../images/html/skins/Metal/contentleft.gif);
+ width:10px;
+ background: url(../images/html/skins/Metal/contentleft.gif);
}
.Metal .PContent
@@ -64,73 +64,73 @@
.Metal .PContentRight
{
- width:10px;
- background: url(../images/html/skins/Metal/contentright.gif);
+ width:10px;
+ background: url(../images/html/skins/Metal/contentright.gif);
}
.Metal .PBottomLeft
{
- width:10px;
- background: url(../images/html/skins/Metal/bottomleft.gif);
+ width:10px;
+ background: url(../images/html/skins/Metal/bottomleft.gif);
}
.Metal .PBottom
{
- /**
- Specify the height of the image used
- else it won't appear
- **/
- height:13px;
- background: url(../images/html/skins/Metal/bottom.gif);
+ /**
+ Specify the height of the image used
+ else it won't appear
+ **/
+ height:13px;
+ background: url(../images/html/skins/Metal/bottom.gif);
}
.Metal .PBottomRight
{
- width:10px;
- background: url(../images/html/skins/Metal/bottomright.gif);
+ width:10px;
+ background: url(../images/html/skins/Metal/bottomright.gif);
}
/**
- Jetspeed Skin that uses the cascading capability of CSS
+ Jetspeed Skin that uses the cascading capability of CSS
**/
.Jetspeed .PTitleLeft
{
- /**
- Needs to specify the width of image used
- otherwise it won't show !
- **/
- width:10px;
-
- /** Always use relative path ! **/
- background: url(../images/html/skins/Jetspeed/titleleft.gif);
+ /**
+ Needs to specify the width of image used
+ otherwise it won't show !
+ **/
+ width:10px;
+
+ /** Always use relative path ! **/
+ background: url(../images/html/skins/Jetspeed/titleleft.gif);
}
.Jetspeed .PTitle
{
- /**
- Specify the height of the image used
- else it will use the text height
- **/
- height:21px;
- color:#FFFFFF;
- font-weight:bold;
- background: url(../images/html/skins/Jetspeed/title.gif);
+ /**
+ Specify the height of the image used
+ else it will use the text height
+ **/
+ height:21px;
+ color:#FFFFFF;
+ font-weight:bold;
+ background: url(../images/html/skins/Jetspeed/title.gif);
}
.Jetspeed .PTitleRight
{
- /**
- Needs to specify the width of image used
- otherwise it won't show !
- **/
- width:10px;
- background: url(../images/html/skins/Jetspeed/titleright.gif);
+ /**
+ Needs to specify the width of image used
+ otherwise it won't show !
+ **/
+ width:10px;
+ background: url(../images/html/skins/Jetspeed/titleright.gif);
}
.Jetspeed .PContentLeft
{
- width:10px;
- background: url(../images/html/skins/Jetspeed/contentleft.gif);
+ width:10px;
+ background: url(../images/html/skins/Jetspeed/contentleft.gif);
}
.Jetspeed .PContent
@@ -140,75 +140,75 @@
.Jetspeed .PContentRight
{
- width:10px;
- background: url(../images/html/skins/Jetspeed/contentright.gif);
+ width:10px;
+ background: url(../images/html/skins/Jetspeed/contentright.gif);
}
.Jetspeed .PBottomLeft
{
- width:10px;
- background: url(../images/html/skins/Jetspeed/bottomleft.gif);
+ width:10px;
+ background: url(../images/html/skins/Jetspeed/bottomleft.gif);
}
.Jetspeed .PBottom
{
- /**
- Specify the height of the image used
- else it won't appear
- **/
- height:13px;
- background: url(../images/html/skins/Jetspeed/bottom.gif);
+ /**
+ Specify the height of the image used
+ else it won't appear
+ **/
+ height:13px;
+ background: url(../images/html/skins/Jetspeed/bottom.gif);
}
.Jetspeed .PBottomRight
{
- width:10px;
- background: url(../images/html/skins/Jetspeed/bottomright.gif);
+ width:10px;
+ background: url(../images/html/skins/Jetspeed/bottomright.gif);
}
.Jetspeed .TabLeft
{
- width:12px;
- height:25px;
- background: url(../images/html/skins/Jetspeed/tableft.gif);
+ width:12px;
+ height:25px;
+ background: url(../images/html/skins/Jetspeed/tableft.gif);
}
.Jetspeed .TabMiddle
{
- font-weight:bold;
- font-size: 9pt;
- background: url(../images/html/skins/Jetspeed/tabmiddle.gif);
+ font-weight:bold;
+ font-size: 9pt;
+ background: url(../images/html/skins/Jetspeed/tabmiddle.gif);
}
.Jetspeed .TabRight
{
- width:12px;
- background: url(../images/html/skins/Jetspeed/tabright.gif);
+ width:12px;
+ background: url(../images/html/skins/Jetspeed/tabright.gif);
}
.Jetspeed .TabLeftLow
{
- width:12px;
- background: url(../images/html/skins/Jetspeed/tableft_low.gif);
+ width:12px;
+ background: url(../images/html/skins/Jetspeed/tableft_low.gif);
}
.Jetspeed .TabMiddleLow
{
- font-weight:bold;
- background: url(../images/html/skins/Jetspeed/tabmiddle_low.gif);
+ font-weight:bold;
+ background: url(../images/html/skins/Jetspeed/tabmiddle_low.gif);
}
.Jetspeed .TabRightLow
{
- width:12px;
- background: url(../images/html/skins/Jetspeed/tabright_low.gif);
+ width:12px;
+ background: url(../images/html/skins/Jetspeed/tabright_low.gif);
}
.Jetspeed .TabLink
{
- text-decoration:none;
- font-size:6pt;
+ text-decoration:none;
+ font-size:6pt;
}
a:link.TabLink { color:black;font-size:9pt;font-weight:normal; }
@@ -218,37 +218,200 @@
.Jetspeed .MenuLeft
{
- width:12px;
- background: url(../images/html/skins/Jetspeed/tabmiddle.gif);
+ width:12px;
+ background: url(../images/html/skins/Jetspeed/tabmiddle.gif);
}
.Jetspeed .MenuMiddle
{
- font-size:9pt;
- font-weight:bold;
- background: url(../images/html/skins/Jetspeed/tabmiddle.gif);
+ font-size:9pt;
+ font-weight:bold;
+ background: url(../images/html/skins/Jetspeed/tabmiddle.gif);
}
.Jetspeed .MenuRight
{
- background: url(../images/html/skins/Jetspeed/tabmiddle.gif);
+ background: url(../images/html/skins/Jetspeed/tabmiddle.gif);
}
.Jetspeed .MenuLeftLow
{
- width:12px;
- background: url(../images/html/skins/Jetspeed/tabmiddle_low.gif);
+ width:12px;
+ background: url(../images/html/skins/Jetspeed/tabmiddle_low.gif);
}
.Jetspeed .MenuMiddleLow
{
- font-size:8pt;
- background: url(../images/html/skins/Jetspeed/tabmiddle_low.gif);
+ font-size:8pt;
+ background: url(../images/html/skins/Jetspeed/tabmiddle_low.gif);
}
.Jetspeed .MenuRightLow
{
- background: url(../images/html/skins/Jetspeed/tabmiddle_low.gif);
+ background: url(../images/html/skins/Jetspeed/tabmiddle_low.gif);
+}
+
+/**
+ Minty Blue Skin that uses the cascading capability of CSS
+**/
+.MintyBlue .PTitleLeft
+{
+ /**
+ Needs to specify the width of image used
+ otherwise it won't show !
+ **/
+ width:10px;
+
+ /** Always use relative path ! **/
+ background: url(../images/html/skins/MintyBlue/titleleft.gif);
+}
+
+.MintyBlue .PTitle
+{
+ /**
+ Specify the height of the image used
+ else it will use the text height
+ **/
+ height:21px;
+ color:#000000;
+ font-weight:bold;
+ background: url(../images/html/skins/MintyBlue/title.gif);
+}
+
+.MintyBlue .PTitleRight
+{
+ /**
+ Needs to specify the width of image used
+ otherwise it won't show !
+ **/
+ width:10px;
+ background: url(../images/html/skins/MintyBlue/titleright.gif);
+}
+
+.MintyBlue .PContentLeft
+{
+ width:10px;
+ background: url(../images/html/skins/MintyBlue/contentleft.gif);
+}
+
+.MintyBlue .PContent
+{
+
+}
+
+.MintyBlue .PContentRight
+{
+ width:10px;
+ background: url(../images/html/skins/MintyBlue/contentright.gif);
+}
+
+.MintyBlue .PBottomLeft
+{
+ width:10px;
+ background: url(../images/html/skins/MintyBlue/bottomleft.gif);
+}
+
+.MintyBlue .PBottom
+{
+ /**
+ Specify the height of the image used
+ else it won't appear
+ **/
+ height:13px;
+ background: url(../images/html/skins/MintyBlue/bottom.gif);
+}
+
+.MintyBlue .PBottomRight
+{
+ width:10px;
+ background: url(../images/html/skins/MintyBlue/bottomright.gif);
+}
+
+.MintyBlue .TabLeft
+{
+ width:12px;
+ height:25px;
+ background: url(../images/html/skins/MintyBlue/tableft.gif);
+}
+
+.MintyBlue .TabMiddle
+{
+ font-weight:bold;
+ font-size: 9pt;
+ background: url(../images/html/skins/MintyBlue/tabmiddle.gif);
+}
+
+.MintyBlue .TabRight
+{
+ width:12px;
+ background: url(../images/html/skins/MintyBlue/tabright.gif);
+}
+
+
+.MintyBlue .TabLeftLow
+{
+ width:12px;
+ background: url(../images/html/skins/MintyBlue/tableft_low.gif);
+}
+
+.MintyBlue .TabMiddleLow
+{
+ font-weight:bold;
+ background: url(../images/html/skins/MintyBlue/tabmiddle_low.gif);
+}
+
+.MintyBlue .TabRightLow
+{
+ width:12px;
+ background: url(../images/html/skins/MintyBlue/tabright_low.gif);
+}
+
+.MintyBlue .TabLink
+{
+ text-decoration:none;
+ font-size:6pt;
+}
+
+a:link.TabLink { color:black;font-size:9pt;font-weight:normal; }
+a:visited.TabLink { color:black;font-size:9pt;font-weight:normal; }
+a:hover.TabLink { color:#6F6F6F;font-size:9pt;font-weight:normal; }
+
+
+.MintyBlue .MenuLeft
+{
+ width:12px;
+ background: url(../images/html/skins/MintyBlue/tabmiddle.gif);
+}
+
+
+.MintyBlue .MenuMiddle
+{
+ font-size:9pt;
+ font-weight:bold;
+ background: url(../images/html/skins/MintyBlue/tabmiddle.gif);
+}
+
+.MintyBlue .MenuRight
+{
+ background: url(../images/html/skins/MintyBlue/tabmiddle.gif);
+}
+
+.MintyBlue .MenuLeftLow
+{
+ width:12px;
+ background: url(../images/html/skins/MintyBlue/tabmiddle_low.gif);
+}
+
+
+.MintyBlue .MenuMiddleLow
+{
+ font-size:8pt;
+ background: url(../images/html/skins/MintyBlue/tabmiddle_low.gif);
+}
+
+.MintyBlue .MenuRightLow
+{
+ background: url(../images/html/skins/MintyBlue/tabmiddle_low.gif);
}
1.1 jakarta-jetspeed/webapp/images/jetspeed-powered-1.5.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/leftnav_api.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/leftnav_docs.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/leftnav_home.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/welcome.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/bottom.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/bottomleft.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/bottomright.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/close.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/contentleft.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/contentright.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/customize.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/info.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/info1.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/leftnavbg.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/maximize.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/minimize.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/print.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/restore.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/tableft.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/tableft_low.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/tabmiddle.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/tabmiddle_low.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/tabright.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/tabright_low.gif
<<Binary file>>
1.1 jakarta-jetspeed/webapp/images/html/skins/MintyBlue/title.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/titleleft.gif
<<Binary file>>
1.1
jakarta-jetspeed/webapp/images/html/skins/MintyBlue/titleright.gif
<<Binary file>>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]