Advertisement
Guest User

css

a guest
Dec 12th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. #backgrounImage{
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. min-width: 100%;
  6. min-height: 100%;
  7. opacity: 1;
  8. }
  9.  
  10. li {
  11. /* float: left; */
  12. display: block;
  13. position: relative;
  14. margin-top: 12px;
  15. margin-left: 16px;
  16. float: left;
  17. /* color: rgba(245, 245, 245, 0.7); */
  18. color: white;
  19. font-family: 'b96364d7';
  20. font-size: 22px;
  21. text-transform: uppercase;
  22. text-decoration: none;
  23. padding-bottom: 10px 14px;
  24. /* border-bottom: solid 1px #5e5e5d; */
  25. }
  26.  
  27.  
  28. /* li a:hover, .dropdown:hover .dropbtn {
  29. background-color: red;
  30. } */
  31.  
  32.  
  33.  
  34. #lang_menu {
  35. position: fixed;
  36. z-index: 100;
  37. top: 13px;
  38. right: 30px;
  39. }
  40. #lang_menu a:hover, #lang_menu .active {
  41. color: #FFF;
  42. }
  43.  
  44. #lang_menu a, #lang_menu span {
  45. position: relative;
  46. font-family: 'b96364d7';
  47. font-size: 22px;
  48. color: white;
  49. text-transform: uppercase;
  50. text-decoration: none;
  51. margin-right: 10px;
  52. }
  53.  
  54. .clearfloat {
  55. display: block;
  56. float: none;
  57. clear: both;
  58. }
  59.  
  60. element.style {
  61. margin-top: -60.5px;
  62. opacity: 1;
  63. }
  64. #header {
  65. position: absolute;
  66. display: block;
  67. z-index: 20;
  68. top: 20%;
  69. left: 50%;
  70. margin-left: -325.5px;
  71. }
  72. body, td, div, a, form, input, textarea, p {
  73. font-family: "Helvetica Neue",helvetica,arial,sans-serif;
  74. font-size: 12px;
  75. color: #444444;
  76. line-height: 1;
  77. }
  78. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  79. margin: 0;
  80. padding: 0;
  81. border: 0;
  82. font-size: 100%;
  83. font: inherit;
  84. vertical-align: baseline;
  85. }
  86. #header #header_container h2, #header #header_container h1 {
  87. display: block;
  88. float: left;
  89. height: 56px;
  90. /* color: rgba(245, 245, 245, 0.7); */
  91. color: white;
  92. font-family: 'b96364d7';
  93. /* font-size: 60px; */
  94. font-size: 70px;
  95. text-transform: uppercase;
  96. padding-top: 10px;
  97. /* padding-bottom: 12px; */
  98. padding-bottom: 26px;
  99. /* border-top: solid 1px #5e5e5d;
  100. border-bottom: solid 1px #5e5e5d; */
  101. border-top: solid 1px #ffffff;
  102. border-bottom: solid 1px #ffffff;
  103. }
  104. #header #header_container h2{
  105. margin-left: 15px;
  106. }
  107. #header #header_container h1 {
  108. /* font-size: 40px; */
  109. font-size: 50px;
  110. height: 32px;
  111. margin-left: 16px;
  112. padding-top: 22px;
  113. /* padding-bottom: 24px; */
  114. padding-bottom: 38px;
  115. }
  116. .clearfloat {
  117. display: block;
  118. float: none;
  119. clear: both;
  120. }
  121. #header nav {
  122. display: none;
  123. }
  124.  
  125. #header nav a {
  126. /* display: block; */
  127. position: relative;
  128. margin-top: 12px;
  129. margin-left: 16px;
  130. float: left;
  131. /* color: rgba(245, 245, 245, 0.7); */
  132. color: white;
  133. font-family: 'b96364d7';
  134. font-size: 22px;
  135. text-transform: uppercase;
  136. text-decoration: none;
  137. padding-top: initial;
  138.  
  139. padding-bottom: 10px;
  140. /* border-bottom: solid 1px #5e5e5d; */
  141. border-bottom: solid 1px #ffffff;
  142. transition-duration: 300ms;
  143. -webkit-transition-duration: 300ms;
  144. -moz-transition-duration: 300ms;
  145. -o-transition-duration: 300ms;
  146. -ms-transition-duration: 300ms;
  147. transition-property: all;
  148. -webkit-transition-property: all;
  149. -moz-transition-property: all;
  150. -o-transition-property: all;
  151. -ms-transition-property: all;
  152. opacity: 0;
  153. }
  154. #header nav a .line {
  155. position: absolute;
  156. left: 0px;
  157. bottom: -1px;
  158. width: 0%;
  159. height: 1px;
  160. background: #FFF;
  161. transition-duration: 300ms;
  162. -webkit-transition-duration: 300ms;
  163. -moz-transition-duration: 300ms;
  164. -o-transition-duration: 300ms;
  165. -ms-transition-duration: 300ms;
  166. transition-property: all;
  167. -webkit-transition-property: all;
  168. -moz-transition-property: all;
  169. -o-transition-property: all;
  170. -ms-transition-property: all;
  171. }
  172. .dropdown{
  173. position:relative;
  174. display: inline-block;
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement