Changeset 2148
- Timestamp:
- 04/28/09 17:06:02
- Files:
-
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (11 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (5 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/sideBarBlueGradRight.gif (added)
- trunk/deployment/webuser/webapp/resources/demoskins/resources/sideBarGrayGradRight.gif (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r2136 r2148 15 15 padding: 0.75em 1em 0em 1em; 16 16 margin: 0; 17 min-width: 828px; 17 18 } 18 19 /* Generic selectors*/ … … 214 215 border-right: 1px solid #333; 215 216 border-bottom: 2px solid #aaa; 216 border-top: 24px solid #333; 217 /*border-top: 24px solid #333;*/ 218 vertical-align: top; 219 white-space: nowrap; 220 margin: 0; 221 padding: 0; 222 } 223 #bedework #bodyBlock td#msgTaskBar { 224 width: 150px; 225 font-size: 0.8em; 226 color: black; 227 background: white url(../../resources/sideBarGrayGradRight.gif) repeat-y left; 228 border-right: 2px solid #333; 229 border-bottom: 2px solid #aaa; 230 /*border-top: 24px solid #333;*/ 217 231 vertical-align: top; 218 232 white-space: nowrap; … … 227 241 padding: 2px 4px; 228 242 } 229 #bedework #bodyBlock td#sideBar h3 a:link, 230 #bedework #bodyBlock td#sideBar h3 a:active, 231 #bedework #bodyBlock td#sideBar h3 a:visited { 243 #bedework #bodyBlock td#msgTaskBar h3 { 244 color: #eee; 245 background: #4164AE url(../../resources/sideBarBlueGradRight.gif) repeat-y left; 246 font-weight: normal; 247 margin: 0; 248 padding: 2px 4px 2px 8px; 249 } 250 #bedework #bodyBlock td.sideMenus h3 a:link, 251 #bedework #bodyBlock td.sideMenush3 a:active, 252 #bedework #bodyBlock td.sideMenus h3 a:visited { 232 253 float: right; 233 254 font-size: 0.8em; … … 236 257 text-decoration: none; 237 258 } 238 #bedework #bodyBlock td #sideBarh3 a:hover {259 #bedework #bodyBlock td.sideMenus h3 a:hover { 239 260 color: #ff3; 240 261 background: transparent; 241 262 text-decoration: none; 242 263 } 243 #bedework #bodyBlock td #sideBarh3 a.calManageLink {264 #bedework #bodyBlock td.sideMenus h3 a.calManageLink { 244 265 padding-right: 4px; 245 266 margin-right: 4px; … … 254 275 background-color: #333; 255 276 } 256 #bedework #bodyBlock td #sideBara:link,257 #bedework #bodyBlock td #sideBara:active,258 #bedework #bodyBlock td #sideBara:visited {259 text-decoration: none; 260 } 261 #bedework #bodyBlock td #sideBara:hover {277 #bedework #bodyBlock td.sideMenus a:link, 278 #bedework #bodyBlock td.sideMenus a:active, 279 #bedework #bodyBlock td.sideMenus a:visited { 280 text-decoration: none; 281 } 282 #bedework #bodyBlock td.sideMenus a:hover { 262 283 color: black; 263 284 background-color: #ff3; … … 285 306 } 286 307 #bedework #bodyBlock td#bodyContent { 287 border-right: 2px solid #333;288 308 border-bottom: 2px solid #aaa; 289 309 vertical-align: top; … … 405 425 #bedework #bwTabs { 406 426 width: 100%; 407 min-width: 567px;408 427 margin: 0; 409 428 padding: 0; … … 413 432 #bedework #bwTabs ul { 414 433 height: 20px; 415 margin: 0 ;434 margin: 0 0 0 203px; 416 435 padding: 4px 0 0 0; 417 436 } … … 457 476 } 458 477 #bedework #bwUserInfo .logout { 459 padding-left: 0.5em;460 font-size: 0.8em;461 }462 #bedework #tabsTable {463 margin: 0;464 padding: 0;465 text-align: center;466 vertical-align: bottom;467 background-color: #333;468 color: #eee;469 font-size: 0.8em;470 }471 #bedework #tabsTable td {472 padding: 4px 0 0 0;473 white-space: nowrap;474 }475 #bedework #tabsTable img {476 display: inline;477 }478 #bedework #tabsTable a {479 background-color: inherit;480 color: #ccc;481 }482 #bedework #tabsTable td.rightCell {483 width: 100%;484 background : url(../../resources/std-tab-space.gif);485 padding-right: 0.5em;486 text-align: right;487 }488 #bedework #tabsTable .logout {489 478 padding-left: 0.5em; 490 479 font-size: 0.8em; … … 1868 1857 text-decoration: underline; 1869 1858 } 1870 #bedework #s kinSelectorTable{1859 #bedework #subfoot { 1871 1860 width: 100%; 1872 1861 padding-top: 0.5em; … … 1875 1864 background-color: inherit; 1876 1865 } 1877 #bedework #skinSelectorTable td { 1878 vertical-align: top; 1879 } 1880 #bedework #skinSelectorTable td.rightCell { 1881 text-align: right; 1882 } 1883 #bedework #skinSelectorTable td.leftCell { 1884 text-align: left; 1866 #bedework #subfoot a { 1885 1867 color: #999; 1886 1868 background-color: inherit; 1887 }1888 #bedework #skinSelectorTable td.leftCell a {1889 color: #999;1890 background-color: inherit;1891 }1892 #bedework #skinSelectorTable td.rightCell form {1893 display: inline;1894 margin: 0em;1895 padding: 0em;1896 }1897 #bedework #skinSelectorTable td.rightCell select {1898 font-size: 0.9em;1899 color: #333;1900 background-color: #eee;1901 1869 } 1902 1870 #bedework #subscriptionTypes { trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r2145 r2148 219 219 <xsl:call-template name="headBar"/> 220 220 <xsl:call-template name="messagesAndErrors"/> 221 <xsl:call-template name="tabs"/> 221 222 <table id="bodyBlock" cellspacing="0"> 222 223 <tr> … … 228 229 </xsl:when> 229 230 <xsl:otherwise> 230 <td id="sideBar" >231 <td id="sideBar" class="sideMenus"> 231 232 <xsl:call-template name="sideBar"/> 232 233 </td> … … 234 235 </xsl:choose> 235 236 <td id="bodyContent"> 236 <xsl:call-template name="tabs"/>237 237 <xsl:call-template name="navigation"/> 238 238 <xsl:call-template name="utilBar"/> … … 372 372 </xsl:choose> 373 373 </td> 374 <xsl:if test="1"> 375 <td id="msgTaskBar" class="sideMenus"> 376 <h3>messages</h3> 377 <ul> 378 <li>example</li> 379 </ul> 380 <h3>tasks</h3> 381 <ul> 382 <li>example</li> 383 </ul> 384 </td> 385 </xsl:if> 374 386 </tr> 375 387 </table> … … 8220 8232 Demonstration calendar; place footer information here. 8221 8233 </div> 8222 <table id="skinSelectorTable" border="0" cellpadding="0" cellspacing="0"> 8223 <tr> 8224 <td class="leftCell"> 8225 <a href="http://www.bedework.org/">Bedework Website</a> | 8226 <a href="?noxslt=yes">show XML</a> | 8227 <a href="?refreshXslt=yes">refresh XSLT</a> 8228 </td> 8229 <td class="rightCell"> 8230 <!--<form name="skinSelectForm" method="post" action="{$setup}"> 8231 skin selector: 8232 <select name="skinNameSticky" onchange="submit()"> 8233 <option>select a skin</option> 8234 <option value="default">Demo Calendar</option> 8235 <option value="rensselaer">Rensselaer</option> 8236 <option value="washington">Washington</option> 8237 </select> 8238 </form>--> 8239 </td> 8240 </tr> 8241 </table> 8234 <div id="subfoot"> 8235 <a href="http://www.bedework.org/">Bedework Website</a> | 8236 <a href="?noxslt=yes">show XML</a> | 8237 <a href="?refreshXslt=yes">refresh XSLT</a> 8238 </div> 8242 8239 </xsl:template> 8243 8240
