Changeset 367
- Timestamp:
- 04/12/06 17:08:14
- Files:
-
- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (5 diffs)
- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-icon-menuButton.gif (modified) (previous)
- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/sideBarBlueGrad.gif (added)
- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/sideBarGrayGrad.gif (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r352 r367 166 166 width: 200px; 167 167 font-size: 0.8em; 168 color: black; 169 background: white url(../../resources/sideBarGrayGrad.gif) repeat-y right; 168 170 border-left: 2px solid #333; 169 border-right: 1px solid #333;171 /*border-right: 1px solid #333;*/ 170 172 border-bottom: 2px solid #aaa; 171 border-top: 4px solid #333;173 border-top: 24px solid #333; 172 174 vertical-align: top; 173 175 padding: 0; … … 175 177 #bodyBlock td#sideBar h3 { 176 178 color: #eee; 177 background: # 333 url(../../resources/glassFill-03.gif) repeat-x bottom;179 background: #4164AE url(../../resources/sideBarBlueGrad.gif) repeat-y right; 178 180 font-weight: normal; 179 181 margin: 0; … … 184 186 #bodyBlock td#sideBar h3 a:visited { 185 187 color: #eee; 186 background: inherit;188 background: transparent; 187 189 text-decoration: none; 188 190 } 189 191 #bodyBlock td#sideBar h3 a:hover { 190 color: #ff 9;191 background: inherit;192 color: #ff3; 193 background: transparent; 192 194 text-decoration: none; 193 195 } 194 196 #bodyBlock td#sideBarClosed { 195 197 width: 1px; 196 border-left: 2px solid #333;198 border-left: 1px solid #333; 197 199 border-bottom: 2px solid #aaa; 198 200 padding: 0; … … 550 552 background-color: #2B4795; 551 553 color: #eee; 552 border: 1px solid black;554 border: 1px solid #333; 553 555 } 554 556 #monthCalendarTable td { … … 630 632 color: black; 631 633 background-color: transparent; 634 padding-left: 2px; 632 635 } 633 636 #monthCalendarTable a:hover.dayLink {
