Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.81 KB | None | 0 0
  1. /*GLOBAL PAGE*/
  2.  
  3. html,
  4. body {
  5.     height: 100%;
  6.     width: 100%;
  7.     background: #000000;
  8. }
  9.  
  10. .bloc_page {
  11.     height: auto;
  12.     width: auto;
  13.     background: url(../img/essayonsv11.png) no-repeat center;
  14.     position: relative;
  15.     min-height: 3620px;
  16.     min-width: 1100px;
  17. }
  18.  
  19. /* MENU DE NAVIGATION */
  20. #menu {
  21.     color: #58c4c4;
  22.     font-family: "OpenSans-Regular";
  23.     size: 24px;
  24.     font-weight: bold;
  25.     font-family: 'Open Sans', sans-serif;
  26. }
  27.  
  28. .right {
  29.  
  30.     position: absolute;
  31.     right: 10px;
  32.     top: 10px;
  33. }
  34.  
  35. .headnav {
  36.     font-family: 'Lato', sans-serif;
  37.     font-size: 16px;
  38.     font-weight: bold;
  39. }
  40.  
  41. navbar-collapse-main {
  42.     margin-bottom: 30px;
  43. }
  44.  
  45. .navbar-brand {
  46.     min-height: 55px;
  47.     padding: 15px 15px 15px;
  48. }
  49.  
  50. .navbar {
  51.     margin-bottom: 0px;
  52. }
  53.  
  54. .navbar-inverse .navbar-nav li a {
  55.     color: #cfa9fc;
  56. }
  57.  
  58.  
  59. .navbar-inverse .navbar-nav li a:hover {
  60.     color: #58c4c4;
  61.     margin-left: 15px;
  62.     text-decoration: underline;
  63. }
  64.  
  65.  
  66. .navbar-inverse .navbar-nav li a.active {
  67.     color: #ffffff;
  68. }
  69.  
  70. /* HEADER */
  71.  
  72. #home {
  73.     padding-top: 140px;
  74.     margin: auto;
  75.     width: 1000px;
  76. }
  77.  
  78. #logo {
  79.     min-height: 55px;
  80.     margin-top: 10px;
  81.     margin-bottom: 10px;
  82. }
  83.  
  84. .accroche {
  85.     font-family: 'Roboto', sans-serif;
  86.     font-size: 14px;
  87.     color: #713a84;
  88.     text-align: center;
  89. }
  90.  
  91.  
  92. .oman {
  93.     font-size: 12px;
  94.     font-family: 'Open Sans', sans-serif;
  95.     color: #ffffff;
  96. }
  97.  
  98.  
  99. .fleche {
  100.     width: 50px;
  101.     height: 50px;
  102.     margin-bottom: 10px;
  103.     position: absolute;
  104. }
  105.  
  106.  
  107. .landing-text {
  108.     display: table-cell;
  109.     text-align: center;
  110.     vertical-align: middle;
  111. }
  112.  
  113. h1 {
  114.     font-family: 'Open Sans', sans-serif;
  115.     font-size: 20px;
  116.     color: #b6a8be;
  117.     font-weight: normal;
  118.     margin-top: 14px;
  119.  
  120. }
  121.  
  122. .btn-default {
  123.     height: 50px;
  124.     width: 270px;
  125.     position: absolute;
  126.     background-color: #58c4c4;
  127.     text-align: center;
  128.     padding-top: 12px;
  129.     font-family: 'Roboto', sans-serif;
  130.     font-style: normal;
  131.     color: #ffffff;
  132.     font-size: 18px;
  133. }
  134.  
  135. /* SECTION 1 : BEST OF */
  136.  
  137. h2 {
  138.     font-family: 'Open Sans', sans-serif;
  139.     font-style: normal;
  140.     font-size: 30px;
  141.     color: #dcd7df;
  142. }
  143.  
  144. h3 {
  145.     font-family: 'Lato', sans-serif;
  146.     font-size: 20px;
  147.     color: #80578f;
  148.     font-weight: bold;
  149.     margin-bottom: 5px;
  150. }
  151.  
  152. .voyage {
  153.     font-family: 'Lato', sans-serif;
  154.     font-size: 16px;
  155.     font-weight: normal;
  156.     color: #7a8387;
  157.     text-align: justify;
  158.     line-height: 1.9;
  159. }
  160.  
  161. h4 {
  162.     font-family: 'Lato', sans-serif;
  163.     font-size: 16px;
  164.     color: #9265a1;
  165.     font-weight: bold;
  166.     text-align: center;
  167. }
  168.  
  169. .p_123 {
  170.     font-family: 'Lato', sans-serif;
  171.     font-weight: normal;
  172.     font-size: 16px;
  173.     color: #828b8e;
  174.     text-align: center;
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement