example.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. body {
  2. padding-bottom: 40px
  3. }
  4. h1 {
  5. color:#fff;
  6. font-size:38px;
  7. font-weight:300;
  8. margin:12px 0px;
  9. }
  10. h2 {
  11. font-size:27px;
  12. color:#aaa;
  13. }
  14. ol.linenums {
  15. list-style-position: outside!important;
  16. font-size: 14px!important;
  17. list-style-type: decimal!important;
  18. background: #fff!important
  19. }
  20. ol.linenums li {
  21. list-style-type: decimal!important;
  22. width: 500px
  23. }
  24. #dp-margin {
  25. margin: 50px 0
  26. }
  27. pre.prettyprint {
  28. border: 1px solid #ccc;
  29. border-left: 5px solid #2ba6cb;
  30. width: auto;
  31. background: #fff!important;
  32. padding: 5px 20px;
  33. text-shadow: 0 1px 0 #fff
  34. }
  35. pre.prettyprint ol li {
  36. white-space: pre-wrap;
  37. word-break: break-all;
  38. word-wrap: break-word
  39. }
  40. #sidebar-wrap a {
  41. color: #000;
  42. text-decoration: underline;
  43. }
  44. #sidebar-wrap ul {
  45. margin-left: 20px
  46. }
  47. input[disabled],
  48. select[disabled],
  49. textarea[disabled],
  50. input[readonly],
  51. select[readonly],
  52. textarea[readonly] {
  53. cursor: not-allowed;
  54. background-color: #eee
  55. }
  56. [data-magellan-expedition] {
  57. background:#000 !important;
  58. }
  59. [data-magellan-expedition] a {
  60. color:#fff !important;
  61. text-align:left;
  62. }