You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sh...@apache.org on 2004/11/06 23:35:49 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/css styles.css

shinsuke    2004/11/06 14:35:49

  Modified:    portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/css
                        styles.css
  Added:       portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/images
                        icon_arrowdoc_sml.gif
                        icon_arrowfolderclosed1_sml.gif
                        icon_arrowfolderopen2_sml.gif
  Log:
  added arrowfolder style for PLT.C.6
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/images/icon_arrowdoc_sml.gif
  
  	<<Binary file>>
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/images/icon_arrowfolderclosed1_sml.gif
  
  	<<Binary file>>
  
  
  1.1                  jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/images/icon_arrowfolderopen2_sml.gif
  
  	<<Binary file>>
  
  
  1.2       +103 -1    jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/css/styles.css
  
  Index: styles.css
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/css/styles.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- styles.css	29 Oct 2004 22:49:22 -0000	1.1
  +++ styles.css	6 Nov 2004 22:35:49 -0000	1.2
  @@ -301,7 +301,7 @@
       voice-family: "\"}\"";
       voice-family: inherit;
       /*font-size: x-small;*/
  -    color: blue;
  +    color: #555 !important;
   }
   
   .portlet-tigris .portlet-menu-item-hover {
  @@ -356,4 +356,106 @@
       voice-family: inherit;
       /*font-size: x-small;*/
   }
  +
  +/* --------------------------------- */
  +/* PLT.C.6 Menus (arrowfolder style) */
  +/* --------------------------------- */
  +.portlet-tigris .arrowfolder .portlet-menu {
  +    background: #efefef;
  +    margin-bottom: 6px;
  +    border-right: 1px solid #aaa;
  +    border-bottom: 1px solid #aaa;
  +    padding: 4px 4px 4px 0;
  +    padding-bottom: .3em;
  +    padding-left: 1em;
  +}
  +
  +.portlet-tigris .arrowfolder .portlet-menu-item {
  +    text-decoration: none;
  +    voice-family: "\"}\"";
  +    voice-family: inherit;
  +    /*font-size: x-small;*/
  +    color: blue;
  +    padding-left: 34px;
  +    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
  +    background-repeat: no-repeat;
  +
  +}
  +
  +.portlet-tigris .arrowfolder .portlet-menu-item-selected {
  +    text-decoration: none;
  +    voice-family: "\"}\"";
  +    voice-family: inherit;
  +    /*font-size: x-small;*/
  +    color: #555 !important;
  +    padding-left: 34px;
  +    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
  +    background-repeat: no-repeat;
  +}
  +
  +.portlet-tigris .arrowfolder .portlet-menu-item-hover {
  +    text-decoration: none;
  +    voice-family: "\"}\"";
  +    voice-family: inherit;
  +    /*font-size: x-small;*/
  +    color: #f30 !important;
  +    padding-left: 34px;
  +    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
  +    background-repeat: no-repeat;
  +}
  +
  +.portlet-tigris .arrowfolder .portlet-menu-item-hover-selected {
  +    text-decoration: none;
  +    voice-family: "\"}\"";
  +    voice-family: inherit;
  +    /*font-size: x-small;*/
  +    color: #555 !important;
  +    font-weight: bold;
  +    padding-left: 34px;
  +    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
  +    background-repeat: no-repeat;
  +}
  +
  +.portlet-tigris .arrowfolder .portlet-menu-cascade-item {
  +    text-decoration: none;
  +    voice-family: "\"}\"";
  +    voice-family: inherit;
  +    /*font-size: x-small;*/
  +    margin-top: .3em;
  +    padding-bottom: 0;
  +    color: blue;
  +    padding-left: 34px;
  +    background-image: url(content/tigris/images/icon_arrowfolderclosed1_sml.gif);
  +    background-repeat: no-repeat;
  +}
  +
  +.portlet-tigris .arrowfolder .portlet-menu-cascade-item-selected {
  +    text-decoration: none;
  +    voice-family: "\"}\"";
  +    voice-family: inherit;
  +    /*font-size: x-small;*/
  +    color: #555 !important;
  +    font-weight: bold;
  +    padding-left: 34px;
  +    background-image: url(content/tigris/images/icon_arrowfolderopen2_sml.gif);
  +    background-repeat: no-repeat;
  +}
  +
  +.portlet-tigris .arrowfolder .portlet-menu-description {
  +    voice-family: "\"}\"";
  +    voice-family: inherit;
  +    /*font-size: x-small;*/
  +}
  +
  +.portlet-tigris .arrowfolder .portlet-menu-caption {
  +    border-bottom: 1px solid #666;
  +    border-right: 1px solid #666;
  +    background: #ddd;
  +    color: #555;
  +    padding: 4px;
  +    voice-family: "\"}\"";
  +    voice-family: inherit;
  +    /*font-size: x-small;*/
  +}
  +
   
  
  
  

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