Changeset 106
- Timestamp:
- 02/07/06 13:56:00
- Files:
-
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css (modified) (6 diffs)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl (modified) (3 diffs)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css (modified) (3 diffs)
- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/blue.css
r97 r106 108 108 background-color: transparent; 109 109 } 110 #searchBarTable .leftCell a:hover { 111 color: #b00; 112 background-color: transparent; 113 } 110 114 #searchBarTable .rightCell { 111 115 margin: 0px; … … 139 143 text-decoration: none; 140 144 color: #eee; 145 } 146 #tabsTable .centerCell img { 147 margin-right: 1px; 141 148 } 142 149 #tabsTable .rightCell { … … 406 413 padding: 0.1em 0.2em 0.1em 0.2em; 407 414 text-decoration: none; 408 background-color: # DEECF2;415 background-color: #A3C8D9; 409 416 color: black; 410 417 } … … 415 422 padding: 0.1em 0.2em 0.1em 0.2em; 416 423 text-decoration: none; 417 background-color: # F7FAFC;424 background-color: #DEECF2; 418 425 color: black; 419 426 } … … 604 611 font-size: 0.9em; 605 612 text-transform: lowercase; 606 background-color: #F 7FAFC;613 background-color: #F0F9FF; 607 614 color: black; 608 615 white-space: nowrap; 609 616 } 610 617 #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 {618 618 font-size: 0.9em; 619 619 text-transform: lowercase; 620 620 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; 621 628 color: black; 622 629 white-space: nowrap; … … 726 733 font-style: italic; 727 734 } 735 /* LINKS */ 736 a:link, a:active, a:visited { 737 color: #2c5f89; 738 background-color: transparent; 739 } 740 a:hover { 741 color: #b00; 742 background-color: transparent; 743 } trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
r105 r106 816 816 </td> 817 817 <td class="centerCell"> 818 <a href="setup.do">refresh view</a><!--819 <span id="featureHighlight">switch view →</span> -->820 </td>821 <td>822 818 <xsl:choose> 823 819 <xsl:when test="/bedework/periodname='Day'"> … … 856 852 </xsl:otherwise> 857 853 </xsl:choose> 858 </td>859 <td class="rightCell">860 854 <xsl:choose> 861 855 <xsl:when test="/bedework/periodname='Year' or … … 890 884 </xsl:otherwise> 891 885 </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> 892 889 </td> 893 890 </tr> trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/green.css
r97 r106 108 108 background-color: transparent; 109 109 } 110 #searchBarTable .leftCell a:hover { 111 color: #b00; 112 background-color: transparent; 113 } 110 114 #searchBarTable .rightCell { 111 115 margin: 0px; … … 139 143 text-decoration: none; 140 144 color: #eee; 145 } 146 #tabsTable .centerCell img { 147 margin-right: 1px; 141 148 } 142 149 #tabsTable .rightCell { … … 720 727 /* LINKS */ 721 728 a:link, a:active, a:visited { 722 color: #600; 729 color: #060; 730 background-color: transparent; 731 } 732 a:hover { 733 color: #b00; 723 734 background-color: transparent; 724 735 } trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/red.css
r97 r106 108 108 background-color: transparent; 109 109 } 110 #searchBarTable .leftCell a:hover { 111 color: #b00; 112 background-color: transparent; 113 } 110 114 #searchBarTable .rightCell { 111 115 margin: 0px; … … 139 143 text-decoration: none; 140 144 color: #eee; 145 } 146 #tabsTable .centerCell img { 147 margin-right: 1px; 141 148 } 142 149 #tabsTable .rightCell { … … 727 734 background-color: transparent; 728 735 } 736 a:hover { 737 color: #b33; 738 background-color: transparent; 739 } 729 740 span.time { 730 741 text-transform : lowercase;
