Untitled


SUBMITTED BY: antoineh1

DATE: May 8, 2016, 10:09 p.m.

FORMAT: Text only

SIZE: 3.0 kB

HITS: 3571

  1. body
  2. {
  3. background-color: rgb(2, 30, 60);
  4. color: #292828;
  5. font-family: 'Lato', sans-serif;
  6. /*font-family: 'Press Start 2P', cursive;
  7. font-family: 'Ubuntu', sans-serif;
  8. font-family: 'Audiowide', cursive;*/
  9. }
  10. #container
  11. {
  12. width: 1000px;
  13. margin-left: auto;
  14. margin-right: auto;
  15. background: #FFFFFF;
  16. }
  17. .header
  18. {
  19. height: 150px;
  20. background-image: url("../img/logo3.jpg");
  21. }
  22. .logo
  23. {
  24. width: 750px;
  25. height: 100px;
  26. padding: 25px;
  27. float: left;
  28. font-size: 25px;
  29. text-align: left;
  30. font-family: 'Press Start 2P', cursive;
  31. letter-spacing: 2px;
  32. }
  33. #czas
  34. {
  35. width: 180px;
  36. height: 55px;
  37. font-size: 30px;
  38. padding: 10px;
  39. text-align: center;
  40. line-height: 55px;
  41. font-family: 'Audiowide', cursive;
  42. letter-spacing: 2px;
  43. float: left;
  44. }
  45. #data
  46. {
  47. width: 180px;
  48. height: 55px;
  49. font-size: 20px;
  50. padding: 10px;
  51. text-align: center;
  52. line-height: 55px;
  53. font-family: 'Audiowide', cursive;
  54. letter-spacing: 2px;
  55. float: left;
  56. }
  57. .menubar
  58. {
  59. background-color: #FFFFFF;
  60. height: 40px;
  61. padding: 10px;
  62. float:left;
  63. }
  64. .baritem
  65. {
  66. background-color: #0A69F9;
  67. float: left;
  68. font-size: 20px;
  69. text-align: center;
  70. width: 243px;
  71. height: 40px;
  72. line-height: 40px;
  73. border-right: 2px dotted #005000;
  74. }
  75. .baritem:first-child
  76. {
  77. border-left: 2px dotted #005000;
  78. width: 241px;
  79. }
  80. .baritem:first-child:hover
  81. {
  82. border-left: 2px dotted #005000;
  83. width: 241px;
  84. cursor: pointer;
  85. }
  86. .baritem:hover
  87. {
  88. background-color: #006000;
  89. float: left;
  90. text-align: center;
  91. width: 243px;
  92. height: 40px;
  93. border-right: 2px dotted #005000;
  94. cursor: pointer;
  95. }
  96. a.bar
  97. {
  98. display:block;
  99. }
  100. .rect
  101. {
  102. float:left;
  103. height: 340px;
  104. width: 200px;
  105. }
  106. .nav
  107. {
  108. float: left;
  109. height: 240px;
  110. width: 200px;
  111. background-color: #FFFFFF;
  112. }
  113. #content
  114. {
  115. float: left;
  116. width: 580px;
  117. background-color: #fff;
  118. text-align: justify;
  119. padding: 10px;
  120. }
  121. .social
  122. {
  123. padding-top: 13px;
  124. float: left;
  125. height: 450px;
  126. width: 200px;
  127. text-align: center;
  128. font-size: 20px;
  129. background-color: #FFFFFF;
  130. }
  131. #st
  132. {
  133. background-color: #303030;
  134. height: 80px;
  135. width: 100%;
  136. }
  137. #tw
  138. {
  139. margin-top: 15px;
  140. background-color: #00aced;
  141. Height: 80px;
  142. width: 100%;
  143. }
  144. #yt
  145. {
  146. background-color: #bb0000;
  147. Height: 80px;
  148. width: 100%;
  149. }
  150. #tch
  151. {
  152. background-color: #6441a5;
  153. /* padding-top: 5px; */
  154. Height: 80px;
  155. width: 100%;
  156. }
  157. #footer
  158. {
  159. clear:both;
  160. height: 40px;
  161. text-align: center;
  162. font-size: 20px;
  163. background-color: #FFFFFF;
  164. padding: 5px;
  165. border-top: 1px solid #eee;
  166. line-height: 40px;
  167. }
  168. ul
  169. {
  170. list-style-type: none;
  171. padding: 0 10px;
  172. }
  173. li
  174. {
  175. padding: 10px;
  176. background-color: #0A69F9;
  177. margin-top: 10px;
  178. text-align: center;
  179. }
  180. li:hover
  181. {
  182. cursor: pointer;
  183. }
  184. a
  185. {
  186. text-decoration: none;
  187. color: #002000;
  188. }
  189. a:hover
  190. {
  191. color: #ECECEC;
  192. background: linear-gradient(0deg, #00a, #0a69f9);
  193. }
  194. a.slink
  195. {
  196. color: white;
  197. display: block;
  198. }
  199. a.slink:hover
  200. {
  201. color: #bbb;
  202. }

comments powered by Disqus