PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom2
/
templates
/
jm-car-dealer-ef4
/
less
/
override
/
ltr
// // Navs // -------------------------------------------------- // BASE CLASS // ---------- .nav { margin-left: 0; margin-bottom: @baseLineHeight; list-style: none; } // Make links block level .nav > li > a { display: block; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: @grayLighter; } // Prevent IE8 from misplacing imgs // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989 .nav > li > a > img { max-width: none; } // Redeclare pull classes because of specifity .nav > .pull-right { float: right; } // Nav headers (for dropdowns and lists) .nav-header { display: block; padding: 3px 15px !important; //JM edited font-size: 11px; font-weight: bold; line-height: @baseLineHeight; color: @grayLight; text-shadow: 0 1px 0 rgba(255,255,255,.5); text-transform: uppercase; } // Space them out when they follow another list item (link) .nav li + .nav-header { margin-top: 9px; } // NAV LIST // -------- .nav-list { padding-left: 15px; padding-right: 15px; margin-bottom: 0; } .nav-list > li > a, .nav-list .nav-header { margin-left: -15px; margin-right: -15px; text-shadow: 0 1px 0 rgba(255,255,255,.5); } .nav-list > li > a { padding: 3px 15px; } .nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus { color: @white; text-shadow: 0 -1px 0 rgba(0,0,0,.2); background-color: @linkColor; } .nav-list [class^="icon-"], .nav-list [class*=" icon-"] { margin-right: 2px; } // Dividers (basically an hr) within the dropdown .nav-list .divider { .nav-divider(); } // TABS AND PILLS // ------------- // Common styles .nav-tabs, dl.tabs, .nav-pills { .clearfix(); } .nav-tabs > li, dl.tabs > dt, .nav-pills > li { float: left; } .nav-tabs > li > a, dl.tabs > dt a, .nav-pills > li > a { padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px; // keeps the overall height an even number } // TABS // ---- // Give the tabs something to sit on .nav-tabs, dl.tabs { display: inline-block; margin: 0 0 -1px; border: none; vertical-align: top; position: relative; } // Make the list-items overlay the bottom border .nav-tabs > li, dl.tabs > dt { cursor: pointer; margin: 0; padding: 0; } dl.tabs, dl.tabs > dt { line-height: 1.375; } // Actual tabs (as links) .nav-tabs > li > a, dl.tabs > dt a { border: none; font-size: 16px; font-weight: normal; color: @JMtabsFontColor; line-height: 20px; margin: 0; padding: 20px; text-decoration: none; text-transform: uppercase; .border-radius(0); .transition(background 0.2s ease-in); border-bottom: 1px solid transparent; &:hover, &:focus { color: @JMstyleTabsActiveColor; border-bottom: 1px solid @JMstyleTabsActiveColor; background-color: transparent; } } dl.tabs > dt a { display: block; } dl.tabs > dt h3 { font-size: 1em; font-weight: 300; margin: 0; } // Active state, and it's :hover/:focus to override normal :hover/:focus .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus, dl.tabs > .open a, dl.tabs > .open a:hover, dl.tabs > .open a:focus { color: @JMstyleTabsActiveColor; border-bottom: 1px solid @JMstyleTabsActiveColor; background-color: transparent; } // PILLS // ----- // Links rendered as pills .nav-pills > li > a { padding-top: 8px; padding-bottom: 8px; margin-top: 2px; margin-bottom: 2px; .border-radius(5px); } // Active state .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus { color: @white; background-color: @linkColor; } // STACKED NAV // ----------- // Stacked tabs and pills .nav-tabs.nav-stacked { font-family: inherit; list-style-position:inside; list-style-type:decimal; } .nav-stacked > li { font-style: normal; float: none; } .nav-stacked > li > a { margin-right: 0; // no need for the gap between nav items } // Tabs .nav-tabs.nav-stacked { border-bottom: 0; } .nav-tabs.nav-stacked > li > a { color: inherit; font-style: normal; cursor: pointer; text-transform: none; font-weight: inherit; border: none!important; display: inline; padding: 0; margin: 0; line-height: @JMbaseLineHeight; background: none!important; text-decoration: none; .border-radius(0); } .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus { color: inherit!important; text-decoration: underline!important; z-index: 2; } // Pills .nav-pills.nav-stacked > li > a { margin-bottom: 3px; } .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; // decrease margin to match sizing of stacked tabs } // DROPDOWNS // --------- .nav-tabs .dropdown-menu { .border-radius(0 0 6px 6px); // remove the top rounded corners here since there is a hard edge above the menu } .nav-pills .dropdown-menu { .border-radius(6px); // make rounded corners match the pills } // Default dropdown links // ------------------------- // Make carets use linkColor to start .nav .dropdown-toggle .caret { border-top-color: @linkColor; border-bottom-color: @linkColor; margin-top: 6px; } .nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret { border-top-color: @linkColorHover; border-bottom-color: @linkColorHover; } /* move down carets for tabs */ .nav-tabs .dropdown-toggle .caret { margin-top: 8px; } // Active dropdown links // ------------------------- .nav .active .dropdown-toggle .caret { border-top-color: #fff; border-bottom-color: #fff; } .nav-tabs .active .dropdown-toggle .caret { border-top-color: @gray; border-bottom-color: @gray; } // Active:hover/:focus dropdown links // ------------------------- .nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus { cursor: pointer; } // Open dropdowns // ------------------------- .nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus { color: @white; background-color: @grayLight; border-color: @grayLight; } .nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret { border-top-color: @white; border-bottom-color: @white; .opacity(100); } // Dropdowns in stacked tabs .tabs-stacked .open > a:hover, .tabs-stacked .open > a:focus { border-color: @grayLight; } .dropdown-menu [class^="icon-"], .dropdown-menu [class*=" icon-"] { margin-right: 5px; } // TABBABLE // -------- // COMMON STYLES // ------------- // Clear any floats .tabbable { .clearfix(); } dd.tabs, .tab-content { margin: 0; padding: 30px 0 0; overflow: visible; width: 100%; .box-sizing(border-box); border-top: 1px solid @JMborder; line-height: @JMbaseLineHeight; } // Remove border on bottom, left, right .tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs { border-bottom: 0; } // Show/hide tabbable areas .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; } .tab-content > .active, .pill-content > .active { display: block; } // BOTTOM // ------ .tabs-below > .nav-tabs { } .tabs-below > .nav-tabs > li { margin-top: -1px; margin-bottom: 0; } .tabs-below > .nav-tabs > li > a { .border-radius(0); border-top: 1px solid transparent; &:hover, &:focus { border-bottom: none; border-top: 1px solid @JMstyleTabsActiveColor; } } .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus { border-bottom: none; border-top: 1px solid @JMstyleTabsActiveColor; } .tabs-below > .tab-content { padding: 0 0 30px; border-bottom: 1px solid #dddddd; border-top: none; } // LEFT & RIGHT // ------------ // Common styles .tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li { float: none; } .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a { min-width: 74px; margin-right: 0; border-top: none; border-bottom: none; } // Tabs on the left .tabs-left > .nav-tabs { float: left; margin: 0 20px; border-left: 1px solid transparent; border-right: 1px solid #ddd; } .tabs-left > .nav-tabs > li > a { margin-right: -1px; .border-radius(0); } .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus { border-bottom: none; border-right: 1px solid @JMstyleTabsActiveColor; } .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus { border-bottom: none; border-right: 1px solid @JMstyleTabsActiveColor; } .tabs-left > .tab-content { padding: 0 0 30px; border-top: none; } // Tabs on the right .tabs-right > .nav-tabs { float: right; margin: 0 20px; border-right: 1px solid transparent; border-left: 1px solid #ddd; } .tabs-right > .nav-tabs > li > a { margin-left: -1px; .border-radius(0); } .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus { border-bottom: none; border-left: 1px solid @JMstyleTabsActiveColor; } .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus { border-bottom: none; border-left: 1px solid @JMstyleTabsActiveColor; } .tabs-right > .tab-content { padding: 0 0 30px; border-top: none; } // DISABLED STATES // --------------- // Gray out text .nav > .disabled > a { color: @grayLight; } // Nuke hover/focus effects .nav > .disabled > a:hover, .nav > .disabled > a:focus { text-decoration: none; background-color: transparent; cursor: default; }
[+]
..
[-] accordion.less
[edit]
[-] breadcrumbs.less
[edit]
[-] button-groups.less
[edit]
[-] buttons.less
[edit]
[-] dropdowns.less
[edit]
[-] forms.less
[edit]
[-] index.html
[edit]
[-] labels-badges.less
[edit]
[-] mixins.less
[edit]
[-] navbar.less
[edit]
[-] navs.less
[edit]
[-] pager.less
[edit]
[-] pagination.less
[edit]
[-] responsive-767px-max.less
[edit]
[-] scaffolding.less
[edit]
[-] tables.less
[edit]
[-] type.less
[edit]
[-] utilities.less
[edit]
[-] wells.less
[edit]
[-] .htaccess.disabled
[edit]