Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

111 lignes
1.5 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. h1 {
  47. font-size: 3.5rem;
  48. margin-bottom: 1.5rem;
  49. }
  50. h1, h6 {
  51. font-weight: 700;
  52. }
  53. .btn {
  54. outline: none !important;
  55. }
  56. .blue.button {
  57. color: #fff;
  58. background: #7575ff;
  59. border: 0px;
  60. border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  61. }
  62. .blue.button:hover {
  63. background: #5b5be5;
  64. }
  65. .large.button {
  66. font-size: 1.33em;
  67. padding: 12px 24px 10px;
  68. border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  69. }
  70. a {
  71. color: #5E64FF;
  72. }
  73. a, a:focus, a:hover {
  74. transition: color 0.3s, border 0.3s, background-color 0.3s;
  75. }
  76. /* BaseCSS */
  77. .margin-top {
  78. margin-top: 1rem; /* SAME 2 */
  79. }
  80. .mv1 {
  81. margin: 2em 0 1em 0;
  82. }
  83. .border {
  84. border: 1px solid #ddd;
  85. border-radius: 3px;
  86. }
  87. /* Moon images */
  88. .image-container {
  89. padding: 3px;
  90. }
  91. .image-container img{
  92. display: block;
  93. width: 100%;
  94. }
  95. .content-data p {
  96. margin-bottom: 5px;
  97. font-size: 12px;
  98. }
  99. .text-center {
  100. text-align: center;
  101. }