style.css 1.5 KB

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