Changeset 367

Show
Ignore:
Timestamp:
04/12/06 17:08:14
Author:
johnsa
Message:

final stylings to the personal client sidebar and addition of some shading graphics.

Files:

Legend:

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

    r352 r367  
    166166  width: 200px; 
    167167  font-size: 0.8em; 
     168  color: black; 
     169  background: white url(../../resources/sideBarGrayGrad.gif) repeat-y right; 
    168170  border-left: 2px solid #333; 
    169   border-right: 1px solid #333; 
     171  /*border-right: 1px solid #333;*/ 
    170172  border-bottom: 2px solid #aaa; 
    171   border-top: 4px solid #333; 
     173  border-top: 24px solid #333; 
    172174  vertical-align: top; 
    173175  padding: 0; 
     
    175177#bodyBlock td#sideBar h3 { 
    176178  color: #eee; 
    177   background: #333 url(../../resources/glassFill-03.gif) repeat-x bottom
     179  background: #4164AE url(../../resources/sideBarBlueGrad.gif) repeat-y right
    178180  font-weight: normal; 
    179181  margin: 0; 
     
    184186#bodyBlock td#sideBar h3 a:visited { 
    185187  color: #eee; 
    186   background: inherit; 
     188  background: transparent; 
    187189  text-decoration: none; 
    188190} 
    189191#bodyBlock td#sideBar h3 a:hover { 
    190   color: #ff9
    191   background: inherit; 
     192  color: #ff3
     193  background: transparent; 
    192194  text-decoration: none; 
    193195} 
    194196#bodyBlock td#sideBarClosed { 
    195197  width: 1px; 
    196   border-left: 2px solid #333; 
     198  border-left: 1px solid #333; 
    197199  border-bottom: 2px solid #aaa; 
    198200  padding: 0; 
     
    550552  background-color: #2B4795; 
    551553  color: #eee; 
    552   border: 1px solid black
     554  border: 1px solid #333
    553555} 
    554556#monthCalendarTable td { 
     
    630632  color: black; 
    631633  background-color: transparent; 
     634  padding-left: 2px; 
    632635} 
    633636#monthCalendarTable a:hover.dayLink {