123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532 |
- body {
- font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", sans-serif
- }
- h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead {
- font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif
- }
- body {
- padding-top: 30px
- }
- @media (min-width: 768px) {
- .navbar {
- min-height: 40px
- }
- .navbar-nav > li > a {
- font-size: 14px;
- padding-top: 11px;
- padding-bottom: 11px
- }
- .navbar-brand {
- padding-top: 0;
- padding-bottom: 0;
- line-height: 42px;
- height: 42px
- }
- }
- .jumbotron {
- position: relative;
- padding: 40px 0;
- color: #fff;
- text-align: center;
- text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
- background: #020031;
- background: -moz-linear-gradient(45deg, #020031 0, #6d3353 100%);
- background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031), color-stop(100%, #6d3353));
- background: -webkit-linear-gradient(45deg, #020031 0, #6d3353 100%);
- background: -o-linear-gradient(45deg, #020031 0, #6d3353 100%);
- background: -ms-linear-gradient(45deg, #020031 0, #6d3353 100%);
- background: linear-gradient(45deg, #020031 0, #6d3353 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
- -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
- -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
- box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2)
- }
- .jumbotron a {
- color: #fff;
- color: rgba(255, 255, 255, .5);
- -webkit-transition: all .2s ease-in-out;
- -moz-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out
- }
- .jumbotron aa:hover {
- color: #fff;
- text-shadow: 0 0 10px rgba(255, 255, 255, .25)
- }
- .jumbotron .container {
- position: relative;
- z-index: 2
- }
- .jumbotron:after {
- content: '';
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
- opacity: .4
- }
- @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1) {
- .jumbotron:after {
- background-size: 150px 150px
- }
- }
- .masthead {
- padding: 60px 0 80px;
- margin-bottom: 0;
- color: #fff
- }
- @media screen and (min-width: 768px) {
- .masthead {
- padding: 90px 0 110px
- }
- }
- .masthead h1 {
- font-size: 60px;
- line-height: 1;
- letter-spacing: -2px;
- font-weight: 700
- }
- @media screen and (min-width: 768px) {
- .masthead h1 {
- font-size: 90px
- }
- }
- @media screen and (min-width: 992px) {
- .masthead h1 {
- font-size: 100px
- }
- }
- .masthead h2 {
- font-size: 18px;
- font-weight: 200;
- line-height: 1.25
- }
- @media screen and (min-width: 768px) {
- .masthead h2 {
- font-size: 24px
- }
- }
- @media screen and (min-width: 992px) {
- .masthead h2 {
- font-size: 30px
- }
- }
- .masthead p {
- font-size: 40px;
- font-weight: 200;
- line-height: 1.25
- }
- .masthead .masthead-button-links {
- margin-top: 30px
- }
- .masthead-links {
- margin: 0;
- padding: 0;
- list-style: none
- }
- .masthead-links li {
- display: inline;
- padding: 0 10px;
- color: rgba(255, 255, 255, .25)
- }
- .masthead-links li a:hover {
- color: #fff
- }
- .subhead {
- text-align: center;
- border-bottom: 1px solid #ddd
- }
- @media screen and (min-width: 768px) {
- .subhead {
- text-align: left
- }
- }
- .subhead h1 {
- font-size: 60px
- }
- .subhead p {
- margin-bottom: 20px
- }
- @media screen and (min-width: 768px) {
- .subhead p {
- text-align: left
- }
- }
- .btn-primary.btn-shadow {
- -webkit-box-shadow: inset 0 -4px 0 #2a6496;
- box-shadow: inset 0 -4px 0 #2a6496;
- border: 0;
- color: #fff
- }
- .btn-lg.btn-shadow {
- padding: 13px 35px 17px
- }
- .bc-social {
- padding: 15px 0;
- text-align: center;
- background-color: #f5f5f5;
- border-top: 1px solid #fff;
- border-bottom: 1px solid #ddd
- }
- .bc-social-buttons {
- margin-left: 0;
- margin-bottom: 0;
- padding-left: 0;
- list-style: none
- }
- .bc-social-buttons li {
- display: inline-block;
- line-height: 1;
- color: #555
- }
- .bc-social-buttons li .fa {
- font-size: 18px;
- margin-right: 3px
- }
- .bc-social-buttons li .fa-weibo {
- font-size: 20px
- }
- .bc-social-buttons li a {
- color: #555
- }
- .bc-social-buttons li.social-qq:hover {
- color: #428bca
- }
- .bc-social-buttons li.social-weibo a:hover {
- color: #d9534f
- }
- .bc-social-buttons > li + li:before {
- padding: 0 10px;
- color: #ccc;
- content: "|"
- }
- .projects .thumbnail {
- display: block;
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- max-width: 310px;
- margin-bottom: 30px;
- border-radius: 0
- }
- .projects .thumbnail .caption {
- height: 200px;
- overflow-y: hidden;
- color: #555
- }
- .projects .thumbnail .caption a:hover, .projects .thumbnail .caption a:focus {
- text-decoration: none
- }
- .projects .thumbnail img {
- max-width: 100%;
- height: auto
- }
- .projects-header {
- width: 60%;
- text-align: center;
- margin: 60px 0 10px;
- font-weight: 200;
- margin-bottom: 40px;
- display: block;
- margin-left: auto;
- margin-right: auto
- }
- .projects-header h2 {
- font-size: 30px;
- letter-spacing: -1px
- }
- @media screen and (min-width: 768px) {
- .projects-header h2 {
- font-size: 42px
- }
- }
- .nav-sub {
- padding-top: 10px;
- padding-bottom: 10px;
- margin-top: 70px;
- border-top: 1px solid #eee
- }
- .footer {
- color: #777;
- padding: 30px 0;
- border-top: 1px solid #e5e5e5;
- margin-top: 70px
- }
- .footer a {
- color: #777
- }
- .footer-top .about > div {
- height: 110px;
- margin-bottom: 10px
- }
- .footer-top .about > div h4 {
- color: #563d7c;
- font-size: 16px
- }
- .footer-bottom {
- font-size: 13px
- }
- .footer-bottom ul > li {
- padding: 0
- }
- .footer-bottom ul > li + li:before {
- padding: 0 10px;
- color: #ccc;
- content: "|"
- }
- #scrollUp {
- background-color: #777;
- color: #eee;
- font-size: 40px;
- line-height: 1;
- text-align: center;
- text-decoration: none;
- bottom: 20px;
- right: 20px;
- overflow: hidden;
- width: 46px;
- height: 46px;
- border: none;
- opacity: .8
- }
- #scrollUp:hover {
- background-color: #333
- }
- @media screen and (min-width: 992px) {
- #scrollUp {
- bottom: 100px
- }
- }
- .bc-sidebar {
- margin-top: 30px
- }
- .bc-sidebar > ul > li > a {
- display: block;
- margin: 0 0 -1px;
- padding: 8px 14px;
- border: 1px solid #e5e5e5
- }
- .excerpt-list {
- margin-top: 60px
- }
- .excerpt {
- min-height: 120px;
- border: 1px solid #eee;
- position: relative;
- margin-bottom: 10px;
- padding: 20px 20px 20px 24px
- }
- .excerpt-title {
- font-size: 24px;
- margin-top: 0
- }
- .excerpt-title a {
- color: #555
- }
- .excerpt-title a:hover, .excerpt-title a:active {
- color: #3071a9
- }
- .excerpt-meta {
- position: absolute;
- bottom: 12px
- }
- .excerpt-tags {
- color: #777
- }
- .excerpt-tags .glyphicon {
- position: relative;
- top: 2px;
- color: #eee
- }
- .excerpt-tags a, .excerpt-tags span {
- color: #777;
- font-size: 12px
- }
- .post {
- position: relative;
- margin-top: 60px;
- max-width: 680px;
- display: block;
- margin-left: auto;
- margin-right: auto
- }
- .post-header h1, .post-header h2 {
- font-size: 32px;
- margin: 0 0 45px;
- position: relative;
- text-align: center
- }
- @media (min-width: 768px) {
- .post-header h1, .post-header h2 {
- font-size: 36px
- }
- }
- .post-header h1:after, .post-header h2:after {
- border-top: 1px solid #e5e5e5;
- bottom: 0;
- content: "";
- left: 50%;
- margin: 0 0 0 -30%;
- position: absolute;
- width: 60%
- }
- .post-header h1 a, .post-header h2 a {
- color: #363636;
- display: block;
- padding: 65px 0 20px;
- position: relative
- }
- .post-header h1 a:hover, .post-header h2 a:hover {
- color: #428bca
- }
- .post-header h1 a:before, .post-header h2 a:before {
- border-top: 1px solid #e5e5e5;
- bottom: -4px;
- content: "";
- left: 50%;
- margin: 0 0 0 -27%;
- position: absolute;
- width: 60%
- }
- .post-header h1 a:after, .post-header h2 a:after {
- border-top: 1px solid #e5e5e5;
- bottom: -3px;
- content: "";
- left: 50%;
- margin: 0 0 0 -28%;
- position: absolute;
- width: 60%
- }
- @media (min-width: 768px) {
- .post-header h1 a, .post-header h2 a {
- padding-left: 65px;
- padding-right: 65px
- }
- }
- .post-content {
- font-size: 16px;
- line-height: 1.8;
- padding-top: 20px;
- padding-bottom: 20px
- }
- .post-content p, .post-content pre, .post-content ul, .post-content ol, .post-content dl, .post-content form, .post-content hr, .post-content table, .post-content blockquote {
- margin-bottom: 1.8em
- }
- .post-content blockquote {
- font-size: 16px
- }
- .post-content pre {
- margin-top: -20px
- }
- .post-content li > p {
- margin-bottom: 5px
- }
- .post-content img, .post-content video, .post-content embed, .post-content iframe {
- max-width: 100%
- }
- .post-content img {
- height: auto
- }
- article.page {
- margin-top: 0;
- max-width: none
- }
- article.page .post-content {
- padding-top: 0
- }
- article.page .post-content h2 {
- font-size: 36px;
- padding-bottom: 9px;
- margin: 40px 0 20px;
- border-bottom: 1px solid #eee
- }
|