Changeset 106

Show
Ignore:
Timestamp:
02/07/06 13:56:00
Author:
johnsa
Message:

updates to css colors, in particular to blue demo stylesheet
addition of refresh button

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css

    r97 r106  
    108108  background-color: transparent; 
    109109} 
     110#searchBarTable .leftCell a:hover { 
     111  color: #b00; 
     112  background-color: transparent; 
     113} 
    110114#searchBarTable .rightCell { 
    111115  margin: 0px; 
     
    139143  text-decoration: none; 
    140144  color: #eee; 
     145} 
     146#tabsTable .centerCell  img { 
     147  margin-right: 1px; 
    141148} 
    142149#tabsTable .rightCell { 
     
    406413  padding: 0.1em 0.2em 0.1em 0.2em; 
    407414  text-decoration: none; 
    408   background-color: #DEECF2
     415  background-color: #A3C8D9
    409416  color: black; 
    410417} 
     
    415422  padding: 0.1em 0.2em 0.1em 0.2em; 
    416423  text-decoration: none; 
    417   background-color: #F7FAFC
     424  background-color: #DEECF2
    418425  color: black; 
    419426} 
     
    604611  font-size: 0.9em; 
    605612  text-transform: lowercase; 
    606   background-color: #F7FAFC
     613  background-color: #F0F9FF
    607614  color: black; 
    608615  white-space: nowrap; 
    609616} 
    610617#listTable td.dateRangeAfternoon { 
    611   font-size: 0.9em; 
    612   text-transform: lowercase; 
    613   background-color: #EAF5FB; 
    614   color: black; 
    615   white-space: nowrap; 
    616 } 
    617 #listTable td.dateRangeEvening { 
    618618  font-size: 0.9em; 
    619619  text-transform: lowercase; 
    620620  background-color: #DEECF2; 
     621  color: black; 
     622  white-space: nowrap; 
     623} 
     624#listTable td.dateRangeEvening { 
     625  font-size: 0.9em; 
     626  text-transform: lowercase; 
     627  background-color: #A3C8D9; 
    621628  color: black; 
    622629  white-space: nowrap; 
     
    726733  font-style: italic; 
    727734} 
     735/*   LINKS    */ 
     736a:link, a:active, a:visited { 
     737  color: #2c5f89; 
     738  background-color: transparent; 
     739} 
     740a:hover { 
     741  color: #b00; 
     742  background-color: transparent; 
     743} 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl

    r105 r106  
    816816            </td> 
    817817            <td class="centerCell"> 
    818                 <a href="setup.do">refresh view</a><!-- 
    819                 <span id="featureHighlight">switch view &#8594;</span> --> 
    820             </td> 
    821             <td> 
    822818              <xsl:choose> 
    823819                <xsl:when test="/bedework/periodname='Day'"> 
     
    856852                </xsl:otherwise> 
    857853              </xsl:choose> 
    858             </td> 
    859             <td class="rightCell"> 
    860854              <xsl:choose> 
    861855                <xsl:when test="/bedework/periodname='Year' or 
     
    890884                </xsl:otherwise> 
    891885              </xsl:choose> 
     886            </td> 
     887            <td class="rightCell"> 
     888              <a href="setup.do"><img src="{$resourcesRoot}/images/demo/std-button-refresh.gif" width="69" height="20" border="0" alt="refresh view"/></a> 
    892889            </td> 
    893890          </tr> 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css

    r97 r106  
    108108  background-color: transparent; 
    109109} 
     110#searchBarTable .leftCell a:hover { 
     111  color: #b00; 
     112  background-color: transparent; 
     113} 
    110114#searchBarTable .rightCell { 
    111115  margin: 0px; 
     
    139143  text-decoration: none; 
    140144  color: #eee; 
     145} 
     146#tabsTable .centerCell  img { 
     147  margin-right: 1px; 
    141148} 
    142149#tabsTable .rightCell { 
     
    720727/*   LINKS    */ 
    721728a:link, a:active, a:visited { 
    722   color: #600; 
     729  color: #060; 
     730  background-color: transparent; 
     731
     732a:hover { 
     733  color: #b00; 
    723734  background-color: transparent; 
    724735} 
  • trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css

    r97 r106  
    108108  background-color: transparent; 
    109109} 
     110#searchBarTable .leftCell a:hover { 
     111  color: #b00; 
     112  background-color: transparent; 
     113} 
    110114#searchBarTable .rightCell { 
    111115  margin: 0px; 
     
    139143  text-decoration: none; 
    140144  color: #eee; 
     145} 
     146#tabsTable .centerCell  img { 
     147  margin-right: 1px; 
    141148} 
    142149#tabsTable .rightCell { 
     
    727734  background-color: transparent; 
    728735} 
     736a:hover { 
     737  color: #b33; 
     738  background-color: transparent; 
     739} 
    729740span.time { 
    730741  text-transform : lowercase;