style.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .bs-docs-featurette .row {
  2. text-align: left;
  3. }
  4. .bs-docs-nav + p {
  5. margin-bottom: 0;
  6. }
  7. .bs-docs-header {
  8. padding: 10px 0 0;
  9. background-image: none !important;
  10. }
  11. .bs-docs-header .col-md-8 {
  12. padding: 0 0 20px;
  13. }
  14. .bs-docs-header h1 {
  15. margin-top: 20px;
  16. margin-right: 0;
  17. }
  18. .bs-docs-header div {
  19. font-size: 16px;
  20. line-height: 24px;
  21. }
  22. .bs-docs-header a {
  23. color: #fff;
  24. }
  25. .edit-page-link {
  26. float: right;
  27. font-size: 16px;
  28. font-weight: normal;
  29. line-height: 39px;
  30. }
  31. .examples-parent {
  32. position: relative;
  33. }
  34. .examples-button {
  35. position: absolute;
  36. left: 20px;
  37. top: 20px;
  38. }
  39. .tc {
  40. text-align: center;
  41. }
  42. .tc img {
  43. max-width: 100%;
  44. }
  45. .help-btn {
  46. background-color: #eee;
  47. background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fcfcfc),color-stop(100%,#eee));
  48. background-image: -webkit-linear-gradient(top,#fcfcfc 0,#eee 100%);
  49. background-image: -moz-linear-gradient(top,#fcfcfc 0,#eee 100%);
  50. background-image: -ms-linear-gradient(top,#fcfcfc 0,#eee 100%);
  51. background-image: -o-linear-gradient(top,#fcfcfc 0,#eee 100%);
  52. background-image: linear-gradient(to bottom,#fcfcfc 0,#eee 100%);
  53. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0);
  54. background-repeat: no-repeat;
  55. border: 1px solid #d5d5d5;
  56. padding: 2px 5px 2px 4px;
  57. color: #333;
  58. text-decoration: none;
  59. text-shadow: 0 1px 0 #fff;
  60. white-space: nowrap;
  61. cursor: pointer;
  62. border-radius: 3px;
  63. font-weight: bold;
  64. font-size: 12px;
  65. }
  66. .github-btn, .help-btn {
  67. vertical-align: bottom;
  68. }