@mixin chameleon-window($primaryStyleName : v-window) { .#{$primaryStyleName}-closebox { width: 14px; height: 15px; overflow: hidden; text-indent: -50px; background: transparent url(../../img/close-btn.png) no-repeat; vertical-align: middle; margin: 0; top: .3em; right: .4em; z-index: 2; } .#{$primaryStyleName}-closebox:hover { background-position: 0 -25px; } .#{$primaryStyleName}-closebox:active { background-position: 0 -50px; } .#{$primaryStyleName} { background-image: none; } .#{$primaryStyleName}-wrap { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; background-image: url(../../img/grad-light-top.png); background-repeat: repeat-x; } .#{$primaryStyleName}-outerheader { padding: .2em 1.7em .5em 1.2em; height: auto; text-align: center; } .#{$primaryStyleName}-header { font-weight: normal; } .#{$primaryStyleName}-footer { height: 0; position: static; } .#{$primaryStyleName}-resizebox { background: transparent url(../../img/resize.png) no-repeat; width: 14px; height: 14px; bottom: 0; } }