Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. @font-face {
  2. font-family: 'Roboto';
  3. src: url("3964.ttf");
  4. font-weight: 200;
  5. }
  6.  
  7. @font-face {
  8. font-family: 'Roboto';
  9. src: url("3962.ttf");
  10. font-weight: 300;
  11. }
  12.  
  13. @font-face {
  14. font-family: 'Roboto';
  15. src: url("3967.ttf");
  16. font-weight: 100;
  17. }
  18.  
  19. body {
  20. font-family: 'Roboto', sans-serif;
  21. margin: 0;
  22. }
  23.  
  24. .adap-menu-item-block {
  25. text-align: center;
  26. border-top: 1px solid #c6c6c6;
  27. }
  28.  
  29. .menu-adap-block {
  30. height: 13.5vw;
  31. color: black;
  32. display: block;
  33. text-decoration: none;
  34. position: relative;
  35. border-top: 1px solid #c6c6c6;
  36. }
  37.  
  38. .adap-menu-name {
  39. height: 17vw;
  40. }
  41.  
  42. .adap-menu-name-item {
  43. font-weight: 200;
  44. font-size: 6.5vw;
  45. margin: 0;
  46. padding-top: 6.5vw;
  47. letter-spacing: 1px;
  48. margin: 0 auto;
  49. }
  50.  
  51. .adap-menu-item {
  52. vertical-align: middle;
  53. margin: 0;
  54. font-weight: 300;
  55. font-size: 4.5vw;
  56. margin-left: 23vw;
  57. margin-top:3vw;
  58. text-align: left;
  59. }
  60.  
  61. .adap-menu-item-img {
  62. position: absolute;
  63. left: calc(50% - 163px);
  64. bottom: 20px;
  65. }
  66.  
  67. .adap-menu-list {
  68. position: relative;
  69. }
  70.  
  71. .adap-menu-inner {
  72. position: relative;
  73. width: 100%;
  74. display: inline-block;
  75. text-align: center;
  76. }
  77.  
  78. .adap-menu-item-arrow {
  79. position: absolute;
  80. right: calc(50% - 156px);
  81. bottom: 28px;
  82. }
  83.  
  84. .adap-disc-p p {
  85. font-weight: 300;
  86. text-align: left;
  87. margin-top: 12px;
  88. margin-bottom: 0;
  89.  
  90. }
  91.  
  92. span.b {
  93. font-weight: 300;
  94. }
  95.  
  96. .adap-vicon {
  97. position: absolute;
  98. left: 0;
  99. }
  100.  
  101. .adap-disc {
  102. position: relative;
  103. }
  104.  
  105. .adap-a-b {
  106. font-weight: 200;
  107. text-decoration: none;
  108. display: inline-block;
  109. margin-top: 8px;
  110. margin-bottom: 14px;
  111. color: #00adef;
  112. }
  113.  
  114. .adap-disc-p p.foot-a {
  115. font-size: 4.5vw;
  116. text-align: center;
  117. color: #7392AE;
  118. margin-top: 0;
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement