#rft.claro { .dijitBorderContainer, .dijitContentPane, .dijitTabContainer, .dijitTabPaneWrapper { background: transparent; border: none; } .dijitContentPane.page { .noOffset; } .dijitContentPane.content { .noOffset; display: block; clear: both; background-color: @base2; background-image: -webkit-gradient( 50% 50%, circle, #666666 1%, #444444 100% ); -moz-background-image: gradient( 50% 50%, circle, #666666 1%, #444444 100% ); -o-background-image: gradient( 50% 50%, circle, #666666 1%, #444444 100% ); -ms-background-image: gradient( 50% 50%, circle, #666666 1%, #444444 100% ); background-image: gradient( 50% 50%, circle, #666666 1%, #444444 100% ); .dijitBorderContainer { padding: @std_offset; } } }