Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

117 linhas
1.7 KiB

  1. body {
  2. /* container styles */
  3. max-width: 720px;
  4. margin: auto;
  5. font-family: "proxima-nova", sans-serif;
  6. font-size: 15px;
  7. color: #6c7680;
  8. text-rendering: optimizeLegibility !important;
  9. line-height: 1.5em;
  10. -moz-osx-font-smoothing: grayscale;
  11. -webkit-font-smoothing: antialiased;
  12. }
  13. h1,
  14. h2,
  15. h3,
  16. h4,
  17. h5,
  18. h6,
  19. .lead,
  20. .page-sidebar,
  21. .breadcrumb,
  22. .label,
  23. .h6,
  24. .sans,
  25. blockquote {
  26. font-family: "proxima-nova", sans-serif;
  27. color: #36414C;
  28. }
  29. header {
  30. margin: 4rem 0; /* SAME 1 */
  31. font-size: 1.6em;
  32. font-weight: 300;
  33. text-align: center;
  34. }
  35. header .lead-text {
  36. line-height: 3rem;
  37. margin: 2rem 0;
  38. }
  39. .demo-tip {
  40. margin-top: 1rem; /* SAME 2 */
  41. font-size: 1rem;
  42. }
  43. section {
  44. margin: 4em 0; /* SAME 1 */
  45. }
  46. section figure {
  47. border: 1px solid #ddd; /* SAME 3 */
  48. border-radius: 3px;
  49. overflow: auto;
  50. }
  51. section code {
  52. margin-top: 1rem; /* SAME 2 */
  53. }
  54. h1 {
  55. font-size: 3.5rem;
  56. margin-bottom: 1.5rem;
  57. }
  58. h1, h6 {
  59. font-weight: 700;
  60. }
  61. .btn {
  62. outline: none !important;
  63. }
  64. .blue.button {
  65. color: #fff;
  66. background: #7575ff;
  67. border: 0px;
  68. border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  69. }
  70. .blue.button:hover {
  71. background: #5b5be5;
  72. }
  73. .large.button {
  74. font-size: 1.33em;
  75. padding: 12px 24px 10px;
  76. border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  77. }
  78. a {
  79. color: #5E64FF;
  80. }
  81. a, a:focus, a:hover {
  82. transition: color 0.3s, border 0.3s, background-color 0.3s;
  83. }
  84. /* BaseCSS */
  85. .mt1 {
  86. margin-top: 1rem; /* SAME 2 */
  87. }
  88. .mv1 {
  89. margin: 2em 0 1em 0;
  90. }
  91. .border {
  92. border: 1px solid #ddd; /* SAME 3 */
  93. border-radius: 3px;
  94. }
  95. .text-center {
  96. text-align: center;
  97. }
  98. /* Moon images */
  99. .image-container {
  100. padding: 3px;
  101. }
  102. .image-container img{
  103. display: block;
  104. width: 100%;
  105. }
  106. .content-data p {
  107. margin-bottom: 5px;
  108. font-size: 12px;
  109. }