/* -o- -ms- -moz- -khtml- -webkit- */ @import 'default.less#.css'; .border-radius(@rad:0) { @radius:0px+@rad; border-radius:@radius; -o-border-radius:@radius; -ms-border-radius:@radius; -moz-border-radius:@radius; -khtml-border-radius:@radius; -webkit-border-radius:@radius; } .zoom(@_tmp:0,@scl:1.1) { @tmp:0s+@_tmp; transition: transform ease @tmp; -o-transition: -o-transform ease @tmp; -ms-transition: -ms-transform ease @tmp; -moz-transition: -moz-transform ease @tmp; -khtml-transition: -khtml-transform ease @tmp; -webkit-transition:-webkit-transform ease @tmp; display:inline-block; position:relative; &:hover { z-index:1; transform:scale(@scl); -o-transform:scale(@scl); -ms-transform:scale(@scl); -moz-transform:scale(@scl); -khtml-transform:scale(@scl); -webkit-transform:scale(@scl); } } img { border:none; } ul#menu { font-family:tahoma,verdana,arial,sans; text-transform:uppercase; font-size:12px; height:47px; line-height:47px; background-image:url(images/fond-menu.png); background-repeat:repeat-x; margin:0; padding:0; margin-left:15px; list-style:none; text-align:center; >li { width:(100%/6); margin:0; padding:0; display:inline-block; *display:inline; zoom:1; height:100%; >a { text-decoration:none; padding:0; display:block; height:100%; color:#545D04; border-left: 1px solid rgba(0,0,0,.2); border-right:1px solid rgba(255,255,255,.2); html.no-rgba & { border-left: 1px solid #899A00; border-right:1px solid #BDCD33; } &:hover{ color:white; background-image:url(images/fond-menu-active.png); background-repeat:repeat-x; } } html.rgba &:first-child>a { border-left:none; } html.rgba &:last-child>a { border-right:none; } } } #page { margin:10px; h1 { color: #9E2F1B; text-align:right; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 26px; font-stretch: normal; font-weight: normal; margin:0; padding:0; margin-bottom:40px; } } .infowindow_revendeur { font-family:verdana,arial,sans; font-size:12px; h2 { font-size:15px; margin:0; margin-bottom:10px; } } #checkboxes { margin:10px; }