| /** |
| * Custom Bootstrap and Theme Overrides |
| * |
| * Bootstrap designers: Feel free to remove all of the styles in this |
| * file to start a fresh new design. Most of the critical/functional |
| * styles are found within the other CSS files, with this one included last. |
| * |
| * Bootstrap and Hexo markdown style overrides would typically happen here. |
| */ |
| |
| /* Globals */ |
| |
| body { |
| font-family: Georgia, "Times New Roman", Times, serif; |
| color: #555; |
| font-size: 16px; |
| -webkit-print-color-adjust: exact; |
| } |
| |
| h1, .h1, |
| h2, .h2, |
| h3, .h3, |
| h4, .h4, |
| h5, .h5, |
| h6, .h6 { |
| margin-top: 1em; |
| margin-bottom: 15px; |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| font-weight: normal; |
| color: #333; |
| } |
| |
| p { |
| margin: 0 0 15px; |
| font-size: 16px; |
| } |
| |
| code { |
| background-color: #eeeeee; |
| font-size: 80%; |
| } |
| |
| .fa { margin-right: 0.25em; } |
| |
| /* Buttons */ |
| .btn { |
| border-radius: 30px; |
| } |
| .btn-primary { |
| background-color: #428bca; |
| border-color: #337ab7; |
| } |
| .nav-pills>li>a { |
| border-radius: 30px; |
| } |
| |
| /* Override Bootstrap's default container width */ |
| @media (min-width: 1200px) { |
| .container { |
| width: 970px; |
| } |
| } |
| |
| /* |
| * Masthead for nav |
| */ |
| |
| .navbar { |
| background-color: #428bca; |
| position: fixed; |
| width: 100%; |
| top: 0; |
| z-index: 0; |
| overflow: hidden; |
| -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1); |
| box-shadow: inset 0 -2px 5px rgba(0,0,0,.1); |
| } |
| |
| .navbar-inverse { border: 0; } |
| |
| .navbar-inverse .navbar-toggle { |
| border-color: #cdddeb; |
| } |
| .navbar-inverse .navbar-toggle .icon-bar { |
| background-color: #cdddeb; |
| } |
| |
| .navbar-inverse .navbar-toggle:focus, |
| .navbar-inverse .navbar-toggle:hover { |
| background-color: #65A2D6; |
| } |
| |
| .navbar-inverse .navbar-brand, |
| .navbar-inverse .navbar-nav>li>a { |
| color: #cdddeb; |
| font-weight: 500; |
| } |
| |
| .navbar-inverse .navbar-collapse, |
| .navbar-inverse .navbar-form { |
| border-color: #cdddeb; |
| } |
| |
| .navbar-inverse .navbar-nav>li>a.active { |
| color: #fff; |
| } |
| |
| @media (min-width: 768px) { |
| .navbar { |
| border-radius: 0; |
| min-height: 40px; |
| } |
| |
| /** The following may need modification depending on |
| the size of your `navbar-brand` (if enabled) */ |
| #main-menu-navbar { |
| margin-left: -30px; |
| } |
| .navbar-nav>li>a { |
| padding-top: 10px; |
| padding-bottom: 10px; |
| } |
| /** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ |
| |
| .navbar-inverse .navbar-nav>li>a.active:after { |
| /*position: absolute;*/ |
| bottom: 0; |
| left: 50%; |
| width: 0; |
| height: 0; |
| margin-left: -5px; |
| vertical-align: middle; |
| content: " "; |
| border-right: 5px solid transparent; |
| border-bottom: 5px solid; |
| border-left: 5px solid transparent; |
| } |
| } |
| |
| /* |
| * Blog header and description |
| */ |
| |
| .blog-header { |
| padding-bottom: 20px; |
| } |
| .blog-title { |
| margin-top: 82px; |
| margin-bottom: 0; |
| font-size: 48px; |
| font-weight: normal; |
| } |
| .blog-description { |
| font-size: 20px; |
| color: #999; |
| } |
| |
| /* |
| * Main column and sidebar layout |
| */ |
| |
| .blog-main { |
| font-size: 16px; |
| line-height: 1.5; |
| } |
| .blog-main > article:last-of-type { |
| margin-bottom: 30px; |
| } |
| |
| .blog-sidebar { |
| font-size: 14px; |
| } |
| |
| /* Sidebar modules for boxing content */ |
| .sidebar-module { |
| padding: 15px; |
| margin: 0 -15px 15px; |
| } |
| .sidebar-module h4 { |
| margin-top: 0; |
| margin-bottom: 10px; |
| } |
| .sidebar-module-inset { |
| padding: 15px; |
| background-color: #f5f5f5; |
| border-radius: 4px; |
| } |
| .sidebar-module-inset p:last-child, |
| .sidebar-module-inset ul:last-child, |
| .sidebar-module-inset ol:last-child { |
| margin-bottom: 0; |
| } |
| |
| .sidebar-module-list { |
| padding-left: 0; |
| list-style: none; |
| } |
| .sidebar-module-list-child { |
| padding-left: 25px; |
| } |
| |
| |
| /* |
| * Blog posts |
| */ |
| |
| .article { |
| margin-top: 50px; |
| margin-bottom: 60px; |
| font-size: 16px; |
| } |
| |
| .article-header h1 { |
| margin-top: 0; |
| margin-bottom: 5px; |
| } |
| .article-header h1 a { |
| color: #333; |
| } |
| .article-header h1 a:hover { |
| color: #23527c; |
| text-decoration: none; |
| } |
| |
| .article-meta { |
| margin-bottom: 20px; |
| color: #999; |
| font-size: 0.9em; |
| } |
| .article-meta > * { |
| display: inline-block; |
| margin-right: 15px; |
| } |
| .article-meta a { |
| color: inherit; |
| } |
| |
| .article-entry .article-more-link { |
| margin: 15px 0; |
| } |
| .article-entry .thumbnail .caption { |
| padding: 0; |
| } |
| .article-entry>*:last-child { |
| margin-bottom: 15px; |
| } |
| |
| /* article footer content */ |
| .article-footer { |
| font-size: 0.85em; |
| border-top: 1px solid #eee; |
| padding-top: 15px; |
| } |
| .article-footer:after { /* clearfix */ |
| content: " "; |
| visibility: hidden; |
| display: block; |
| height: 0; |
| clear: both; |
| } |
| .article-footer a { |
| color: #999; |
| text-decoration: none; |
| } |
| .article-footer a:hover { |
| color: #666; |
| text-decoration: underline; |
| } |
| |
| /* |
| * Archives |
| */ |
| |
| .archives-wrap { |
| margin-bottom: 30px; |
| } |
| |
| .archive-year-wrap a, |
| .archive-article .article-datetime a { |
| color: #333; |
| text-decoration: none; |
| } |
| |
| .archive-article .article-datetime a { |
| color: #999; |
| text-decoration: none; |
| } |
| |
| /* |
| * Pagination |
| */ |
| #page-nav { |
| text-align: center; |
| } |
| #page-nav .pagination { |
| margin-top: 0; |
| margin-bottom: 30px; |
| } |
| #page-nav .pagination .active>* { |
| background-color: #428bca; |
| border-color: #428bca; |
| } |
| #page-nav .pagination>li:last-child>* { |
| border-top-right-radius: 30px; |
| border-bottom-right-radius: 30px; |
| } |
| #page-nav .pagination>li:first-child>* { |
| border-top-left-radius: 30px; |
| border-bottom-left-radius: 30px; |
| } |
| |
| /* |
| * Footer |
| */ |
| |
| .blog-footer { |
| padding: 40px 0; |
| color: #999; |
| text-align: center; |
| background-color: #f9f9f9; |
| border-top: 1px solid #e5e5e5; |
| } |
| .blog-footer p:last-child { |
| margin-bottom: 0; |
| } |
| |
| |
| /* |
| *Tables |
| */ |
| table { |
| border-collapse:collapse; |
| border-radius:3px; |
| font-size: 16px; |
| } |
| |
| table th { |
| font-weight: bold; |
| background-color: #e0e0e0; |
| text-align:left; |
| } |
| |
| table th, table td { |
| border: 1px solid #ccc; |
| padding: 6px 13px; |
| } |
| |
| table tr { |
| border-top: 1px solid #ccc; |
| background-color: #fff; |
| } |
| |
| table tr:nth-child(2n) { |
| background-color: #f8f8f8; |
| } |
| |
| @media print { |
| body { |
| -webkit-print-color-adjust: exact; |
| } |
| |
| .blog-sidebar { |
| display: none; |
| } |
| .blog-footer { |
| display: none; |
| } |
| #article-footer { |
| display: none; |
| } |
| #article-nav { |
| display: none; |
| } |
| |
| .blog-main { |
| padding-top: 0px; |
| background-color: #00FF00; |
| } |
| |
| table th { |
| background-color: #f8f8f8 !important; |
| } |
| |
| .code td>pre { |
| background-color: #FF0000 !important; /*#CCCCCC;*/ |
| } |
| } |