|
61 | 61 | position: fixed;
|
62 | 62 | width: 100%;
|
63 | 63 | z-index: 100;
|
| 64 | + background-color: $bg-sidebar; |
64 | 65 | }
|
65 | 66 | .main-content {
|
66 | 67 | padding: 22px 35px 25px 30px;
|
|
117 | 118 | .header {
|
118 | 119 | height: 100px;
|
119 | 120 | }
|
120 |
| - .nav-secondary-tabs, |
121 |
| - .nav-secondary { |
122 |
| - background-color: $black; |
123 |
| - } |
124 |
| - .nav-secondary input[type=search] { |
125 |
| - background: rgb(78, 77, 77) url(/images/search.png) no-repeat 10px 9px; |
126 |
| - } |
| 121 | + /*.nav-secondary-tabs, |
127 | 122 | .nav-sidebar a {
|
128 | 123 | color: #a8a8a8;
|
129 |
| - } |
| 124 | + }*/ |
130 | 125 | .tabs {
|
131 | 126 | float: left;
|
132 | 127 | margin: 0;
|
|
147 | 142 | }
|
148 | 143 | .sidebar,
|
149 | 144 | .sidebar-home {
|
150 |
| - background-color: #15212e; |
151 |
| - border-right: 1px solid rgba(204,204,204,0.29); |
| 145 | + background-color: $bg-sidebar; |
| 146 | + /*border-right: 1px solid rgba(204,204,204,0.29);*/ |
152 | 147 | top: 51px;
|
153 | 148 | left: 0;
|
154 | 149 | display: block;
|
|
236 | 231 | .nav-secondary-tabs {
|
237 | 232 | height: 100px;
|
238 | 233 | }
|
239 |
| - .nav-secondary { |
240 |
| - background: $black; |
241 |
| - height: 100px; |
242 |
| - } |
243 | 234 | .content {
|
244 | 235 | padding: 120px 20px;
|
245 | 236 | }
|
246 | 237 | .main-content {
|
247 | 238 | padding: 0 10px;
|
248 | 239 | }
|
249 |
| - .nav-sidebar a { |
| 240 | + /*.nav-sidebar a { |
250 | 241 | color: #a8a8a8;
|
251 |
| - } |
| 242 | + }*/ |
252 | 243 | .sidebar,
|
253 | 244 | .sidebar-home {
|
254 |
| - background-color: #15212e; |
255 |
| - border-right: 1px solid rgba(204,204,204,0.29); |
| 245 | + background-color: $bg-sidebar; |
256 | 246 | top: 51px;
|
257 | 247 | left: 0;
|
258 | 248 | display: block;
|
|
310 | 300 | .toc-nav a {
|
311 | 301 | font-size: 11px;
|
312 | 302 | }
|
313 |
| -} |
314 |
| - |
315 |
| -/* Portrait */ |
316 |
| -@media only screen |
317 |
| - and (min-device-width: 768px) |
318 |
| - and (max-device-width: 1024px) |
319 |
| - and (orientation: portrait) { |
320 |
| - .nav-secondary input[type=search] { |
321 |
| - background: rgba(255, 255, 255, 0.17) url(/images/search.png) no-repeat 10px 9px; |
| 303 | + .sidebar { |
| 304 | + background-color: $bg-sidebar; |
322 | 305 | }
|
323 | 306 | }
|
324 | 307 |
|
|
337 | 320 | .sidebar, .sidebar.affix {
|
338 | 321 | width: 270px;
|
339 | 322 | }
|
340 |
| - .nav-secondary input[type=search] { |
341 |
| - background: rgba(255, 255, 255, 0.17) url(/images/search.png) no-repeat 10px 9px; |
342 |
| - } |
343 | 323 | }
|
344 | 324 |
|
345 | 325 | .navbar-toggle {
|
|
358 | 338 |
|
359 | 339 | @media (max-width: 1024px) {
|
360 | 340 | .nav-secondary-tabs.affix-top {
|
361 |
| - // background-color: $bg-secondary; |
362 |
| - background-color: rgba(0,0,0,.05); |
| 341 | + /*background-color: $bg-secondary; |
| 342 | + background-color: rgba(0,0,0,.05); */ |
363 | 343 | position: fixed;
|
364 | 344 | top: 0;
|
365 | 345 | }
|
|
0 commit comments