main.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .pagination
  2. {
  3. width:100%;
  4. margin-top:20px;
  5. margin-bottom:20px;
  6. }
  7. .clear
  8. {
  9. clear:both;
  10. }
  11. .pagination a
  12. {
  13. font-size: 12px;
  14. line-height: 18px;
  15. }
  16. .container
  17. {
  18. max-width:768px;
  19. margin-bottom:20px;
  20. }
  21. .box
  22. {
  23. margin-top:20px;
  24. margin-bottom:20px;
  25. max-width:768px;
  26. height:300px;
  27. padding: 10px;
  28. background-color: #EEE;
  29. -webkit-border-radius: 6px;
  30. -moz-border-radius: 6px;
  31. border-radius: 6px;
  32. text-align:center;
  33. font-weight: 300;
  34. font-size: 20px;
  35. line-height: 36px;
  36. overflow:hidden;
  37. }
  38. body
  39. {
  40. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  41. font-size: 13px;
  42. line-height: 18px;
  43. color: #333;
  44. }
  45. h1
  46. {
  47. margin-top:36px;
  48. margin-bottom:5px;
  49. }
  50. h2
  51. {
  52. font-size: 30px;
  53. line-height: 36px;
  54. font-weight: 300;
  55. margin-bottom:0px;
  56. }
  57. h3
  58. {
  59. margin-top:0px;
  60. font-size: 18px;
  61. line-height: 24px;
  62. font-weight: 300;
  63. color:#999;
  64. }
  65. h4
  66. {
  67. margin-top:0px;
  68. font-size: 12px;
  69. line-height: 24px;
  70. font-weight: 300;
  71. color:#333;
  72. }
  73. a
  74. {
  75. text-decoration:none;
  76. color:#333;
  77. }
  78. p {
  79. margin-top:10px;
  80. }
  81. .prettyprint {
  82. font-size:10px;
  83. }
  84. .example_btn {
  85. margin-bottom:10px;
  86. }
  87. .properties code,
  88. .methods code,
  89. .events code {
  90. cursor: pointer;
  91. text-decoration: underline;
  92. }