Guest User

Untitled

a guest
Dec 29th, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. /*
  2. CSS file created with:Instantblueprint - Create a web project framework in seconds.
  3. http://instantblueprint.com
  4. Project: projekt
  5. File: css/style.css
  6. Last edited: December 28, 2015, 1:05 am
  7. */
  8.  
  9. /* Main */
  10. body {
  11. background:url(../images/background.png);
  12. color:#000;
  13. font-family: Arial, Helvetica, sans-serif;
  14. font-size: 13px;
  15. }
  16.  
  17. #wrapper {
  18. margin:0 auto;
  19. width:1280px;
  20. }
  21.  
  22. #menu {
  23. width:1348px;
  24. height:111px;
  25. background:url(../images/menu.png)center;
  26. }
  27. #menu ul{
  28. font-size:18px;
  29. color:#000;
  30. list-style:none;
  31. text-shadow:1px 1px 1px #000;
  32. margin-top:0px;
  33. margin-left:700px;
  34. }
  35. #menu ul li{
  36. text-align:center;
  37. width:170px;
  38. float:left;
  39. line-height:17px;
  40. display:block;
  41. }
  42. #menu ul li a{
  43. width:170px;
  44. height:20px;
  45. display:block;
  46. text-decoration:none;
  47. color:#000;
  48. padding-bottom:25px;
  49. text-align:center;
  50. }
  51. #slogan{
  52. margin-left:150px;
  53. }
  54. #cien {
  55. background:url(../images/cien.png) center;
  56. margin-left:130px;
  57. width:947px;
  58. height:15px;
  59. }
  60.  
  61. #slider {
  62. width:1348px;
  63. height:349px;
  64. background:url(../images/slider.png) center;
  65.  
  66.  
  67. }
  68. #box {
  69. width:312px;
  70. height:213px;
  71. background:url(../images/box.png);
  72. margin-top:15px;
  73. margin-left:145px;
  74. display:block;
  75.  
  76. }
  77. #box1 {
  78. width:312px;
  79. height:213px;
  80. background:url(../images/box.png);
  81. margin-top:15px;
  82. margin-left:323px;
  83. display:block;
  84. }
  85. #box2 {
  86. width:312px;
  87. height:213px;
  88. background:url(../images/box.png);
  89. margin-top:15px;
  90. margin-left:323px;
  91. display:block;
  92. }
  93. #duzy {
  94. width:632px;
  95. height:213px;
  96. background:url(../images/duzy.png);
  97.  
  98. margin-left:145px;
  99. }
  100. #newsletter{
  101. width:312px;
  102. height:213px;
  103. background:url(../images/box.png);
  104.  
  105. margin-left:650px;
  106. display:block;
  107. }
  108. #akcja{
  109. width:962px;
  110. height:137px;
  111. background:url(../images/akcja.png);
  112. margin-top:15px;
  113. margin-left:145px;
  114. }
  115. /* stopka */
  116. #footerm{
  117. background:url(../images/menu-stopka.png);
  118. width:1348px;
  119. height:266px;
  120. margin-top:15px;
  121. }
  122. #stopka{
  123. background:url(../images/stopka.png);
  124. width:1348px;
  125. height:47px;
  126. }
  127. /* ikonki */
  128. #strzalka{
  129. background:url(../images/up.png);
  130. width:32px;
  131. height:32px;
  132. margin-left:30px;
  133.  
  134. }
  135. #strzalka:hover{
  136. background:url(../images/up_1.png);
  137. width:32px;
  138. height:32px;
  139. margin-left:30px;}
  140. #glowna1{
  141. background:url(../images/grid.png);
  142. width:64px;
  143. height:64px;
  144. float:right;
  145. margin-right:531px;
  146. margin-top:-45px;
  147. }
  148. #glowna1:hover{
  149. background:url(../images/grid_1.png);
  150.  
  151. }
  152. #nowosci{
  153. background:url(../images/news.png);
  154. width:64px;
  155. height:64px;
  156. float:right;
  157. margin-right:-234px;
  158. margin-top:-45px;
  159. }
  160. #nowosci:hover{
  161. background:url(../images/news_1.png);
  162.  
  163. }
  164. #kontakt{
  165. background:url(../images/mail.png);
  166. width:64px;
  167. height:64px;
  168. float:right;
  169. margin-right:-405px;
  170. margin-top:-45px;
  171. }
  172. #kontakt:hover{
  173. background:url(../images/mail_1.png);
  174.  
  175. }
  176.  
  177. #menu ul li a:hover{
  178. color:#cf4e23;
  179. .post {
  180. }
  181.  
  182. .postmeta {
  183. }
  184.  
  185. .clear{
  186. clear:both;
  187. }
Add Comment
Please, Sign In to add comment