1 /* Template-specific stuff
3 * Customizations just for the template; these are not necessary for anything
4 * with disabling the responsiveness.
7 /* Account for fixed navbar */
14 /* Finesse the page header spacing */
23 /* Non-responsive overrides
25 * Utilitze the following CSS to disable the responsive-ness of the container,
26 * grid system, and navbar.
29 /* Reset the container */
31 max-width: none !important;
35 /* Demonstrate the grids */
39 background-color: #eee;
40 border: 1px solid #ddd;
41 background-color: rgba(86,61,124,.15);
42 border: 1px solid rgba(86,61,124,.2);
45 .container .navbar-header,
46 .container .navbar-collapse {
51 /* Always float the navbar header */
56 /* Undo the collapsing navbar */
58 display: block !important;
59 height: auto !important;
61 overflow: visible !important;
75 /* Always apply the floated nav */
83 .navbar-nav > li > a {
87 /* Redeclare since we override the float above */
88 .navbar-nav.navbar-right {
92 /* Undo custom dropdowns */
93 .navbar .navbar-nav .open .dropdown-menu {
96 background-color: #fff;
97 border: 1px solid #cccccc;
98 border: 1px solid rgba(0, 0, 0, 0.15);
99 border-width: 0 1px 1px;
100 border-radius: 0 0 4px 4px;
101 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
102 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
104 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
107 .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
108 .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
109 .navbar .navbar-nav .open .dropdown-menu > .active > a,
110 .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
111 .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
112 color: #fff !important;
113 background-color: #428bca !important;
115 .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
116 .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
117 .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
118 color: #999 !important;
119 background-color: transparent !important;