style.css 1.5 KB

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