xVoice

Untitled

Mar 11th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. body
  2. {
  3. background-image: url("Tlo.png");
  4. color: #ffffff;
  5. font-family: 'Lato', sans-serif;
  6. font-size: 20px;
  7. margin: 0 !important;
  8. }
  9.  
  10. .wrapper
  11. {
  12. width: 100%;
  13. }
  14.  
  15. .header
  16. {
  17. width: 100%;
  18. padding: 50px 0;
  19. }
  20.  
  21. #obrazek
  22. {
  23. float: left;
  24. padding-left: 200px;
  25. }
  26.  
  27. #dzien
  28. {
  29. color: white;
  30. font-size: 48px;
  31. float: right;
  32. padding-right: 200px;
  33. }
  34.  
  35. #godzina
  36. {
  37. color: white;
  38. font-size: 48px;
  39. float: right;
  40. padding-top: 150px;
  41. }
  42.  
  43. .logo
  44. {
  45. width: 450px;
  46. margin-left: auto;
  47. margin-right: auto;
  48. text-align: center;
  49. }
  50.  
  51. .nav
  52. {
  53. width: 100%;
  54. padding: 10px 0;
  55. background-color: #006666;
  56. text-align: center;
  57. border-top: 5px solid #003333;
  58. border-bottom: 5px solid #003333;
  59. }
  60.  
  61. .content
  62. {
  63. width: 1000px;
  64. margin-left: auto;
  65. margin-right: auto;
  66. text-align: justify;
  67. padding-top: 10px;
  68. }
  69.  
  70. .socials
  71. {
  72. width:100%;
  73. text-align: center;
  74. background-color: #151515;
  75. }
  76.  
  77. .socialdivs
  78. {
  79. width: 1000px;
  80. margin-left: auto;
  81. margin-right: auto;
  82. }
  83.  
  84. .fb
  85. {
  86. width: 250px;
  87. height: 155px;
  88. float:left;
  89. }
  90.  
  91. .fb:hover
  92. {
  93. background-color: #4668b3;
  94. }
  95.  
  96. .yt
  97. {
  98. width: 250px;
  99. height: 155px;
  100. float:left;
  101. }
  102.  
  103. .yt:hover
  104. {
  105. background-color: #d94348;
  106. }
  107.  
  108. .tw
  109. {
  110. width: 250px;
  111. height: 155px;
  112. float:left;
  113. }
  114.  
  115. .tw:hover
  116. {
  117. background-color: #3095d3;
  118. }
  119.  
  120. .gplus
  121. {
  122. width: 250px;
  123. height: 155px;
  124. float:left;
  125. }
  126.  
  127. .gplus:hover
  128. {
  129. background-color: #d95333;
  130. }
  131.  
  132. .footer
  133. {
  134. text-align: center;
  135. background-color: #111111;
  136. padding: 30px;
  137. }
  138.  
  139. .sticky
  140. {
  141. width: 100%;
  142. position: fixed;
  143. left: 0;
  144. top: 0;
  145. z-index: 100;
  146. }
  147.  
  148. ol
  149. {
  150. padding: 0;
  151. margin: 0;
  152. list-style-type: none;
  153. font-size: 18px;
  154. height: 35px;
  155. line-height: 200%;
  156. display: inline-block;
  157. }
  158.  
  159. ol a
  160. {
  161. color: #ffffff;
  162. text-decoration: none;
  163. display: block;
  164. }
  165.  
  166. ol > li
  167. {
  168. float: left;
  169. width: 150px;
  170. height: 40px;
  171. border-right: 1px solid #003333;
  172. }
  173.  
  174. ol > li:first-child
  175. {
  176. border-left: 1px solid #003333;
  177. }
  178.  
  179. ol > li:hover
  180. {
  181. background-color: #009999;
  182. }
  183.  
  184. ol > li:hover > a
  185. {
  186. color: #001111;
  187. }
  188.  
  189. ol > li > ul
  190. {
  191. list-style-type: none;
  192. padding: 0;
  193. margin: 0;
  194. height: 40px;
  195. display: none;
  196. }
  197.  
  198. ol > li:hover > ul
  199. {
  200. display: block;
  201. }
  202.  
  203. ol > li > ul > li
  204. {
  205. background-color:#009999;
  206. position: relative;
  207. z-index: 100;
  208. border-top: 1px solid #003333;
  209. }
  210.  
  211. ol > li > ul > li:hover
  212. {
  213. background-color: #006666;
  214. }
  215.  
  216. ol > li > ul > li:hover > a
  217. {
  218. color: #000011;
  219. }
Advertisement
Add Comment
Please, Sign In to add comment