|
1 | 1 | /**
|
2 | 2 | * Bastard - A Boilerplate Theme for Ghost using Twitter Bootstrap, Font Awesome Icons, SASS, Bower, and Gulp
|
3 |
| - * @version v1.2.3 |
| 3 | + * @version v1.3.0 |
4 | 4 | * @homepage https://github.com/karloespiritu/Bastard
|
5 | 5 | * @copyright 2016 Karlo Espiritu
|
6 | 6 | * @license MIT
|
@@ -6292,8 +6292,10 @@ button.close {
|
6292 | 6292 | 11. Footer
|
6293 | 6293 | 12. Social
|
6294 | 6294 | 13. Slider Menu
|
6295 |
| - 14. Media Queries |
6296 |
| - 15. Animations |
| 6295 | + 14. Scrollbars |
| 6296 | + 15. HighlightJs |
| 6297 | + 16. Media Queries |
| 6298 | + 17. Animations |
6297 | 6299 | */
|
6298 | 6300 | /* ==========================================================================
|
6299 | 6301 | Theme colors
|
@@ -7546,7 +7548,39 @@ h1.post-title {
|
7546 | 7548 | height: 5px; }
|
7547 | 7549 |
|
7548 | 7550 | /* ==========================================================================
|
7549 |
| - 14. Media Queries - Smaller than 900px |
| 7551 | + 14. Thin Scrollbar - Display thin scrollbars |
| 7552 | + ========================================================================== */ |
| 7553 | +/* Thin Scrollbar */ |
| 7554 | +::-webkit-scrollbar { |
| 7555 | + width: 8px; } |
| 7556 | + |
| 7557 | +::-webkit-scrollbar-button { |
| 7558 | + width: 8px; |
| 7559 | + height: 5px; } |
| 7560 | + |
| 7561 | +::-webkit-scrollbar-track { |
| 7562 | + background: #333; |
| 7563 | + border: thin solid #111; |
| 7564 | + border-radius: 10px; } |
| 7565 | + |
| 7566 | +::-webkit-scrollbar-thumb { |
| 7567 | + background: #222; |
| 7568 | + border: thin solid #222; |
| 7569 | + border-radius: 10px; } |
| 7570 | + |
| 7571 | +::-webkit-scrollbar-thumb:hover { |
| 7572 | + background: #7d7d7d; } |
| 7573 | + |
| 7574 | +/* ========================================================================== |
| 7575 | + 15. HighlightJs |
| 7576 | + Custom styles for HighlightJs |
| 7577 | + ========================================================================== */ |
| 7578 | +.hljs { |
| 7579 | + white-space: pre; |
| 7580 | + word-wrap: normal; } |
| 7581 | + |
| 7582 | +/* ========================================================================== |
| 7583 | + 16. Media Queries - Smaller than 900px |
7550 | 7584 | ========================================================================== */
|
7551 | 7585 | @media only screen and (max-width: 900px) {
|
7552 | 7586 | blockquote {
|
@@ -7738,7 +7772,7 @@ h1.post-title {
|
7738 | 7772 | below this point, or it will probably fuck everything up.
|
7739 | 7773 | ========================================================================== */
|
7740 | 7774 | /* ==========================================================================
|
7741 |
| - 15. Animations |
| 7775 | + 17. Animations |
7742 | 7776 | Add subtle load-in animation for content on the home page
|
7743 | 7777 | ========================================================================== */
|
7744 | 7778 | .blog-logo img {
|
|
0 commit comments