Changeset 345 for Dev/branches/rest-dojo-ui/client/rft/css
- Timestamp:
- 06/21/12 14:31:38 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui/client/rft/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/css/layout.css
r344 r345 172 172 width: 190px; 173 173 } 174 175 174 .claro .dijitTab.dijitTabHover { 176 175 color: #ffffff; … … 196 195 -o-transition: all 0.1s; 197 196 } 198 199 197 .claro .dijitTabContainer.blue .dijitTab.dijitTabChecked { 200 198 background-color: #0072bc; … … 212 210 background-color: #3aa605; 213 211 } 214 215 212 .claro .dijitTabContainer.blue .dijitTab.dijitTabActive { 216 213 color: #0072bc; … … 229 226 } 230 227 231 232 228 /* Index Menu */ 233 . rftIndexMenuBlock {229 .claro .rftIndexMenuBlock { 234 230 width: 400px; 235 231 height: 400px; … … 237 233 float: left; 238 234 margin: 16px; 239 padding: 0; 240 } 241 242 .rftIndexMenuBlockMask { 235 overflow: hidden; 236 } 237 .claro .rftIndexMenuMask { 243 238 height: 400px; 244 239 width: 400px; 245 margin: 0 0 0 -400px; 246 background: #ff00ff; 247 color: #999999; 248 visibility: visible; 249 float: left; 250 } 251 .rftIndexMenuBlockMask:hover { 252 visibility: hidden; 253 } 240 background: #444444; 241 color: #999999; 242 margin-top: 0; 243 } 244 .claro .rftIndexMenuBlock:hover .rftIndexMenuMask { 245 margin-top: -400px; 246 } 247 .claro .rftIndexMenuMask .label { 248 color: #999999; 249 font-size: 32px; 250 line-height: 28px; 251 height: 32px; 252 margin: 184px 0; 253 float: left; 254 } 255 .claro .rftIndexMenuMask .rftIcon { 256 width: 32px; 257 height: 32px; 258 background-image: url('images/icons/rftIcons32.png'); 259 margin: 184px 8px 0 8px; 260 float: left; 261 } 262 -
Dev/branches/rest-dojo-ui/client/rft/css/rftButtons.css
r344 r345 216 216 font-weight: normal; 217 217 } 218 .claro .rftIndexMenuButton .dijitButtonText { 219 padding-bottom: 10px; 220 line-height: 20px; 221 transition: all 0.3s; 222 -moz-transition: all 0.3s; 223 -webkit-transition: all 0.3s; 224 -o-transition: all 0.3s; 225 } 226 .claro .rftIndexMenuButton .dijitButtonContents { 227 vertical-align: top; 228 } 218 229 .claro .rftIndexMenuButton .rftIcon { 219 230 height: 32px; … … 222 233 padding: 0; 223 234 background-image: url('images/icons/rftIcons32.png'); 235 vertical-align: top; 224 236 } 225 237 .claro .oneHeight { … … 242 254 } 243 255 .claro .rftIndexMenuButton.rftIndexMenuButtonHover, 244 .claro .rftIndexMenuButton.rftIndexMenuButtonHover .rftButtonText{ 256 .claro .rftIndexMenuButton.rftIndexMenuButtonHover .dijitButtonText { 257 color: #ffffff; 245 258 transition: all 0.1s; 246 259 -moz-transition: all 0.1s; … … 248 261 -o-transition: all 0.1s; 249 262 } 250 .claro .rftIndexMenuButton.rftIndexMenuButtonHover .dijitButtonText {251 color: #ffffff;252 }253 263 .claro .rftIndexMenuButton.rftIndexMenuButtonHover.blue { 254 264 background: #0072bc; … … 266 276 background: #ff5b12; 267 277 } 278 .claro .rftIndexMenuButton.rftIndexMenuButtonActive { 279 color: #000000; 280 background: #ffffff; 281 transition: all 0.3s; 282 -moz-transition: all 0.3s; 283 -webkit-transition: all 0.3s; 284 -o-transition: all 0.3s; 285 } 286 .claro .rftIndexMenuButton.rftIndexMenuButtonActive .rftIcon { 287 background-image: url('images/icons/rftIcons32b.png'); 288 } 289
Note: See TracChangeset
for help on using the changeset viewer.