LEFT | RIGHT |
1 .m-a-na { | 1 .m-a-na { |
2 margin: 0 0 !important; } | 2 margin: 0 0 !important; } |
3 | 3 |
4 .m-t-na { | 4 .m-t-na { |
5 margin-top: 0 !important; } | 5 margin-top: 0 !important; } |
6 | 6 |
7 .m-b-na { | 7 .m-b-na { |
8 margin-bottom: 0 !important; } | 8 margin-bottom: 0 !important; } |
9 | 9 |
10 .m-x-na { | 10 .m-x-na { |
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1225 | 1225 |
1226 .js #navbar { | 1226 .js #navbar { |
1227 position: fixed; | 1227 position: fixed; |
1228 z-index: 1; | 1228 z-index: 1; |
1229 top: 0; | 1229 top: 0; |
1230 left: 0; } | 1230 left: 0; } |
1231 | 1231 |
1232 .site-title { | 1232 .site-title { |
1233 margin: 0; | 1233 margin: 0; |
1234 font-size: 17px; | 1234 font-size: 17px; |
1235 line-height: 64px; } | 1235 line-height: 64px; |
| 1236 word-spacing: 1px; } |
1236 | 1237 |
1237 .site-title a { | 1238 .site-title a { |
1238 color: #161616; | 1239 color: #161616; |
1239 text-decoration: none; | 1240 text-decoration: none; |
1240 font-weight: 300; } | 1241 font-weight: 300; } |
1241 | 1242 |
1242 .site-title .non-space { | 1243 .site-title .non-space { |
1243 display: inline-block; | 1244 display: inline-block; |
1244 width: 1px; } | 1245 width: 1px; } |
1245 | 1246 |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 height: 0; | 1565 height: 0; |
1565 content: " "; | 1566 content: " "; |
1566 border-top: 2px solid #FFFFFF; } | 1567 border-top: 2px solid #FFFFFF; } |
1567 #footer a { | 1568 #footer a { |
1568 color: #FFFFFF; } | 1569 color: #FFFFFF; } |
1569 #footer a:hover { | 1570 #footer a:hover { |
1570 text-decoration: underline; | 1571 text-decoration: underline; |
1571 color: #8CC63E !important; } | 1572 color: #8CC63E !important; } |
1572 #footer p { | 1573 #footer p { |
1573 color: #E1E1E1; } | 1574 color: #E1E1E1; } |
LEFT | RIGHT |