@subtab-bg-color: #e2d5a9; /* #86acdf; #C9B087; */ @subtab-text-color: #000000; /* BORDER RADIUS */ .border-radius (@radius) { border-radius: @radius; -moz-border-radius: @radius; -webkit-border-radius: @radius; } /* SUB TABS */ .subtabs { height: 30px; margin: 0 10px; font-size: 14px; /* TAB */ .tab { float: left; background: @subtab-bg-color; cursor: pointer; display: block; text-decoration: none; text-align: center; margin-right: 6px; height: 30px; outline: none; .border-radius(7px 7px 0 0); /* TAB TEXT */ .tab_text{ color: @subtab-text-color; display: inline-block; margin: 8px auto 7px auto; } } /* TAB SPACE */ .tab_space { float: left; height: 30px; cursor: pointer; text-decoration: none; } }