Index: layout/html/jetspeed/css/styles.css =================================================================== RCS file: /home/cvspublic/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css,v retrieving revision 1.7 diff -u -r1.7 styles.css --- layout/html/jetspeed/css/styles.css 10 May 2004 20:16:55 -0000 1.7 +++ layout/html/jetspeed/css/styles.css 19 Jul 2004 21:54:48 -0000 @@ -14,6 +14,7 @@ limitations under the License. */ + .Jetspeed .PTitleLeft { /** @@ -92,156 +93,153 @@ background: url(content/jetspeed/images/bottomright.gif); } -/** - 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(content/metal/images/titleleft.gif); - -} +/* --------------------------------- */ -.Metal .PTitle -{ - /**Specify the height of the image usedelse it will use the text height**/ - height:16px; - color:#FFFFFF; - background: url(content/metal/images/title.gif); - font-family : monospace; - font-weight:bold; - font-size:12pt; -} - -.Metal .PTitleRight -{ - /** - Needs to specify the width of image used - otherwise it won't show ! - **/ - width:10px; - background: url(content/metal/images/titleright.gif); -} -.Metal .PContentLeft -{ - width:10px; - background: url(content/metal/images/contentleft.gif); - height : 100%; - -} +/* --------------------------------- */ +/* PLT.C.1 Links (Anchor) */ +/* --------------------------------- */ -.Metal .PContent -{ - padding-left:5px; +.Jetspeed A:link, +.Jetspeed A:visited { + text-decoration: none; } -.Metal .PContentRight -{ - width:10px; - background: url(content/metal/images/contentright.gif); +.Jetspeed A:hover, +.Jetspeed A:active { + text-decoration: underline; } -.Metal .PBottomLeft -{ - width:10px; - background: url(content/metal/images/bottomleft.gif); -} -.Metal .PBottom -{ - /** - Specify the height of the image used - else it won't appear - **/ - height:13px; - background: url(content/metal/images/bottom.gif); -} -.Metal .PBottomRight -{ - width:10px; - background: url(content/metal/images/bottomright.gif); -} +/* --------------------------------- */ +/* PLT.C.2 Fonts */ +/* --------------------------------- */ -.MintyBlue .PTitleLeft -{ - /** - Needs to specify the width of image used - otherwise it won't show ! - **/ - width:10px; - - /** Always use relative path ! **/ - background: url(content/minty-blue/images/titleleft.gif); - +.Jetspeed .portlet-font { + color: black; +} +.Jetspeed .portlet-font-dim { + color: gray; } -.MintyBlue .PTitle -{ - /**Specify the height of the image usedelse it will use the text height**/ - height:16px; - color:#FFFFFF; - background: url(content/minty-blue/images/title.gif); - font-family : monospace; - font-weight:bold; - font-size:12pt; + + + +/* --------------------------------- */ +/* PLT.C.3 Messages */ +/* --------------------------------- */ +.Jetspeed .portlet-msg-status { + font-style:italic; + font-family: courier, serif; } - -.MintyBlue .PTitleRight -{ - /** - Needs to specify the width of image used - otherwise it won't show ! - **/ - width:10px; - background: url(content/minty-blue/images/titleright.gif); +.Jetspeed .portlet-msg-info { } - -.MintyBlue .PContentLeft -{ - width:10px; - background: url(content/minty-blue/images/contentleft.gif); - height : 100%; - +.Jetspeed .portlet-msg-error { + color:#FF0000; } - -.MintyBlue .PContent -{ - padding-left:5px; +.Jetspeed .portlet-msg-alert { + color:#CCCC00; + font-style:italic; +} +.Jetspeed .portlet-msg-success { + color:#00CC33; } -.MintyBlue .PContentRight -{ - width:10px; - background: url(content/minty-blue/images/contentright.gif); +/* --------------------------------- */ +/* PLT.C.4 Sections */ +/* --------------------------------- */ +.Jetspeed .portlet-section-header { + font-weight:bold; + background-color:#C0C0C0; +} +.Jetspeed .portlet-section-body { + background-color:#F0F8FF; + text-align:left; +} +.Jetspeed .portlet-section-alternate { + background-color: #33CCFF; + text-align:left; +} +.Jetspeed .portlet-section-selected { + background-color: #003366; + color: #FFFFFF; + font-weight:bold; + text-align:left; +} +.Jetspeed .portlet-section-subheader { + font-weight:bold; + font-style:italic; +} +.Jetspeed .portlet-section-footer { + background-color:#C0C0C0; + font-family: courier, serif; + text-align:center; +} +.Jetspeed .portlet-section-text { + text-decoration:underline; } -.MintyBlue .PBottomLeft -{ - width:10px; - background: url(content/minty-blue/images/bottomleft.gif); +/* --------------------------------- */ +/* PLT.C.5 Forms */ +/* --------------------------------- */ +.Jetspeed .portlet-form-label { + font-weight:bold; +} +.Jetspeed .portlet-form-input-field { + font-family: arial, "lucida console", sans-serif; + background-color:#F0F8FF; +} +.Jetspeed .portlet-form-button { + font-family: arial, "lucida console", sans-serif; +} +.Jetspeed .portlet-icon-label { + /* XXX */ +} +.Jetspeed .portlet-dlg-icon-label { + /* XXX */ +} +.Jetspeed .portlet-form-field-label { + font-family: arial, "lucida console", sans-serif; +} +.Jetspeed .portlet-form-field { + background-color:transparent; } -.MintyBlue .PBottom -{ - /** - Specify the height of the image used - else it won't appear - **/ - height:13px; - background: url(content/minty-blue/images/bottom.gif); + +/* --------------------------------- */ +/* PLT.C.6 Menus */ +/* --------------------------------- */ +.Jetspeed .portlet-menu { + background-color:#FFFFFF; +} +.Jetspeed .portlet-menu-item { + background-color:#FFFFFF; +} +.Jetspeed .portlet-menu-item-selected { + background-color:#CCCC00; } -.MintyBlue .PBottomRight -{ - width:10px; - background: url(content/minty-blue/images/bottomright.gif); +.Jetspeed .portlet-menu-item-hover { + background-color: #003366; + color: #FFFFFF; } +.Jetspeed .portlet-menu-item-hover-selected { + background-color:#FFFF00; +} +.Jetspeed .portlet-menu-cascade-item { + background-color: #33CCFF; + color:black; + text-decoration:none; +} +.Jetspeed .portlet-menu-cascade-item-selected { + background-color:#CCCC00; +} +.Jetspeed .portlet-menu-description { + background-color:#FFFFFF; +} +.Jetspeed .portlet-menu-caption { + /* XXX */ +} + Index: portlet/html/jetspeed/decorator.vm =================================================================== RCS file: /home/cvspublic/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/jetspeed/decorator.vm,v retrieving revision 1.8 diff -u -r1.8 decorator.vm --- portlet/html/jetspeed/decorator.vm 13 Jul 2004 21:02:44 -0000 1.8 +++ portlet/html/jetspeed/decorator.vm 19 Jul 2004 21:54:49 -0000 @@ -57,14 +57,12 @@ ## #if (!$jetspeed.isHidden($myF) || $jetspeed.WindowState != "minimized")