Changeset 1660
- Timestamp:
- 12/07/07 00:52:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.css
r1600 r1660 5 5 background-color: #ddd; 6 6 color: black; 7 font-size: 16px; 7 8 } 8 9 … … 101 102 padding: 0.2em 1em; 102 103 text-align: right; 103 color: black; 104 background-color: #edc; 104 color: #eee; 105 /*background-color: #edc;*/ 106 background-color: #5c7486; 105 107 font-size: 0.8em; 106 108 } … … 118 120 #bedework #statusBar a:visited { 119 121 text-decoration : none; 120 color: blue;122 color: #eee; 121 123 background-color: transparent; 122 124 } 123 125 #bedework #statusBar a:hover { 124 text-decoration: none; 125 background-color: #ffe; 126 color: black; 127 } 128 #bedework #titleBar { 129 font-size: 0.7em; 130 font-weight: bold; 131 letter-spacing: 3px; 132 background-color: #ddd; 133 color: #666; 134 border-top: 1px solid black; 135 border-bottom: 2px solid black; 136 text-align: center; 126 text-decoration: underline; 127 color: #eee; 128 background-color: transparent; 137 129 } 138 130 /* MenuTabs */ 139 131 #bedework #menuTabs { 140 margin: 0.5em 0 0 0; 141 padding: 0; 142 border-bottom: 2px solid #999; 132 margin: 0; 133 padding: 6px 0 4px 0; 134 color: #eee; 135 background-color: #ddd; 136 font-size: 0.9em; 137 border-bottom: 1px solid #999; 143 138 } 144 139 #bedework #menuTabs li { 145 position: relative;146 140 display: inline; 147 list-style: none; 148 margin: 0 0 0 4px; 149 padding: 0 1em; 150 text-align: center; 151 border-top: 2px solid #999; 152 border-left: 2px solid #999; 153 border-right: 2px solid #999; 154 color: black; 141 margin: 0; 142 /*color: #eee; 143 background: #009 url("../../resources/menuBgBlue.gif") repeat-x top;*/ 144 color: #777; 155 145 background-color: #eee; 156 font-size: 0.9em; 146 padding-top: 6px; 147 padding-bottom: 4px; 148 padding-left: 1em; 149 padding-right: 1em; 150 border-bottom: 1px solid #999; 151 border-right: 1px solid #999; 157 152 } 158 153 #bedework #menuTabs li.selected { 159 border-bottom: 2px solid #fff; 160 color: black; 161 background-color: #fff; 154 color: #333; 155 background: white url("../../resources/menuBgGray.gif") repeat-x top; 156 border-bottom: 1px solid white; 157 } 158 #bedework #menuTabs a:link, 159 #bedework #menuTabs a:active, 160 #bedework #menuTabs a:hover, 161 #bedework #menuTabs a:visited { 162 color: #777; 163 background-color: transparent; 164 text-decoration: none; 165 } 166 #bedework #menuTabs li.selected a:link, 167 #bedework #menuTabs li.selected a:active, 168 #bedework #menuTabs li.selected a:hover, 169 #bedework #menuTabs li.selected a:visited { 170 color: black; 171 background-color: transparent; 172 text-decoration: none; 162 173 } 163 174 #bedework #bodyContent { trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.xsl
r1655 r1660 190 190 <xsl:text> </xsl:text> 191 191 <span class="logout"><a href="{$setup}&logout=true">logout</a></span> 192 </div>193 <div id="titleBar">194 CALENDAR of EVENTS195 192 </div> 196 193 </xsl:template>
