| ... | @@ -59,23 +59,25 @@ | ... | @@ -59,23 +59,25 @@ |
| 59 | margin: 0.5em 0 0 0; | 59 | margin: 0.5em 0 0 0; |
| 60 | padding: 0; | 60 | padding: 0; |
| 61 | overflow: hidden; | 61 | overflow: hidden; |
| 62 | background-color: #333; | 62 | background-color: #f1f1f1; |
| 63 | } | 63 | } |
| 64 | #listNav li { | 64 | #listNav li { |
| 65 | float:left; | 65 | float:left; |
| 66 | } | 66 | } |
| 67 | #listNav li a { | 67 | #listNav li a { |
| 68 | display: block; | 68 | display: block; |
| 69 | color: #fff; | 69 | color: #000; |
| 70 | text-align: center; | 70 | text-align: center; |
| 71 | padding: .5em .8em; | 71 | padding: .5em .8em; |
| 72 | text-decoration: none; | 72 | text-decoration: none; |
| 73 | } | 73 | } |
| 74 | #listNav li a:hover { | 74 | #listNav li a:hover { |
| 75 | background-color: #111; | 75 | background-color: #555; |
| | 76 | color: #fff; |
| 76 | } | 77 | } |
| 77 | #listNav li a.active { | 78 | #listNav li a.active { |
| 78 | background-color: #4CAF50; | 79 | background-color: #FFBB4D; |
| | 80 | color: #000; |
| 79 | } | 81 | } |
| 80 | | 82 | |
| 81 | #listPkgs { | 83 | #listPkgs { |
| ... | @@ -192,11 +194,19 @@ | ... | @@ -192,11 +194,19 @@ |
| 192 | pre{ | 194 | pre{ |
| 193 | background-color:#2A2A2A; | 195 | background-color:#2A2A2A; |
| 194 | } | 196 | } |
| | 197 | #listNav { |
| | 198 | background-color: #333; |
| | 199 | } |
| | 200 | #listNav li a { |
| | 201 | color: #fff; |
| | 202 | } |
| 195 | #listNav li a:hover { | 203 | #listNav li a:hover { |
| 196 | background-color: #000; | 204 | background-color: #555; |
| | 205 | color: #fff; |
| 197 | } | 206 | } |
| 198 | #listNav li a.active { | 207 | #listNav li a.active { |
| 199 | background-color: #4CAF50; | 208 | background-color: #FFBB4D; |
| | 209 | color: #000; |
| 200 | } | 210 | } |
| 201 | #listPkgs { | 211 | #listPkgs { |
| 202 | background-color: #333; | 212 | background-color: #333; |