style.css 1.3 KB

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