Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: [PHP][CSS]Problem ze trona
Forum PHP.pl > Forum > Przedszkole
kafar55
ogolnie jest tak powoli naprawiam strone i teraz mam problem poniewaz w ie i tylko tu strona to masazolsztyn.yoyo.pl tekst jest dopiero pod obrazkami co sa z boku i nie wiem jak wyrownac go do gory, nie wiem jak tez sie stalo to ze czesc logo jest ucieta a i dlaczego w mozilli i w innych przegladarkach napisy niektore tylko sa pomaranczowe a w ie wszystkie gdzie to zmienic na dole wrzucam style moze ktos cos przyuwazy dzieki z gory

  1. /*
  2. Template Design by TheWebhub.com
  3. Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
  4. */
  5.  
  6. * {
  7. margin: 0;
  8. padding: 0;
  9. }
  10.  
  11. body {
  12. margin: 20px 0;
  13. background: #acd438;
  14. line-height: 20px;
  15. text-align: justify;
  16. font-family: Verdana, "Verdana", Verdana, serif;
  17. font-size: 12px;
  18. color: #696669;
  19. }
  20.  
  21. h1, h2, h3 {
  22. padding: 0;
  23. font-weight: normal;
  24. color: #FF8C00;
  25. }
  26.  
  27. h1 {
  28. font-size: 17px;
  29. }
  30.  
  31. h2 {
  32. font-size: 15px;
  33. }
  34.  
  35. h3 {
  36. font-size: 11px;
  37. }
  38.  
  39. p, ul, ol {
  40. margin-top: 15px;
  41. }
  42.  
  43. ul, ol {
  44. margin-left: 30px;
  45. }
  46.  
  47. blockquote {
  48. margin-left: 3px;
  49. margin-right: 3em;
  50. }
  51.  
  52. a {
  53. color: #FF8C00;
  54. }
  55.  
  56. .link1 {
  57. text-align: center;
  58. }
  59.  
  60. .prawy { text-align: Right }
  61.  
  62.  
  63. #logo {
  64. width: 600px;
  65. height: 50px;
  66. margin: 0 auto;
  67. }
  68. #logo h1 {
  69. padding-left: 20px;
  70. font-size: 36px;
  71. color: #FFFFFF;
  72. text-align: center;
  73. }
  74.  
  75. #menu {
  76. width: 800px;
  77. height: 60px;
  78. margin: 0 auto;
  79. background: url(images/img01.jpg) no-repeat left top;
  80. }
  81.  
  82. #menu ul {
  83. margin: 0;
  84. padding: 0;
  85. list-style: none;
  86. }
  87.  
  88. #menu li {
  89. float: left;
  90. display: inline;
  91. }
  92.  
  93. #menu a {
  94. display: block;
  95. margin: 0;
  96. padding: 22px 10px 0 14px;
  97. background: url(images/img04.jpg) no-repeat left 85%;
  98. text-decoration: none;
  99. font-family: Georgia, "Times New Roman", Times, serif;
  100. font-size: 10px;
  101. color: #FFFFFF;
  102. }
  103.  
  104. #menu li.first {
  105. margin-left: 40px;
  106. }
  107.  
  108. #content {
  109. width: 800px;
  110. margin: 0 auto;
  111. padding: 0;
  112. background: #FFFFFF;
  113. }
  114.  
  115. #content-wrapper-top {
  116. background: url(images/img02.jpg) no-repeat left top;
  117. }
  118.  
  119. #content-wrapper-btm {
  120. background: url(images/img03.jpg) no-repeat left bottom;
  121. }
  122.  
  123. #left {
  124. float: left;
  125. margin: 0;
  126. padding: 20px 20px 0 30px;
  127. width: 250px;
  128. }
  129.  
  130. #right {
  131. float: right;
  132. margin: 0;
  133. padding: 20px 30px 20px 20px;
  134. width: 450px;
  135. }
  136.  
  137.  
  138. #menu-footer {
  139. height: 60px;
  140. margin: 0 auto;
  141. }
  142.  
  143. #menu-footer ul {
  144. margin: 0;
  145. padding: 0;
  146. list-style: none;
  147. }
  148.  
  149. #menu-footer li {
  150. float: left;
  151. display: inline;
  152. }
  153.  
  154. #menu-footer a {
  155. display: block;
  156. margin: 0;
  157. padding: 23px 30px 0 15px;
  158. text-decoration: none;
  159. font-family: Georgia, "Times New Roman", Times, serif;
  160. font-size: 12px;
  161. color: #FFFFFF;
  162. }
  163.  
  164. #menu-footer li.first {
  165. margin-left: 40px;
  166. }
  167.  
  168.  
  169. #footer {
  170. clear: both;
  171. width: 800px;
  172. height: 42px;
  173. margin: 0px auto;
  174. padding-top: 13px;
  175. text-transform: uppercase;
  176. font-size: 10px;
  177. color: #000000;
  178. }
  179.  
  180. #footer .copyright {
  181. margin: 0px;
  182. text-align: center;
  183. }
  184.  
  185. #footer .links {
  186. padding-bottom: 20px;
  187. text-align: center;
  188. }
  189.  
  190. #footer .css {
  191. background: #FFFFFF;
  192. border: 1px dotted #DE8202;
  193. padding: 3px 10px;
  194. }
  195.  
  196. #footer .xhtml {
  197. padding: 3px 10px;
  198. border: 1px dotted #DE8202;
  199. background: #FFFFFF;
  200. }
  201.  
  202. #footer a {
  203. color: #000000;
  204. }
  205.  
  206. #right blockquote {
  207. margin: 15px;
  208. padding-top: 0px;
  209. padding-right: 0px;
  210. padding-bottom: 0px;
  211. padding-left: 15px;
  212. border-left-width: 5px;
  213. border-left-style: solid;
  214. border-left-color: #FFFFFF;
  215. }
  216.  
  217. #right H5
  218. {
  219. margin: 0;
  220. padding: 0px;
  221. font-size: 15px;
  222. }
erix
PW z sensownym tytułem wątku opisującym problem, wtedy otworzę.
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.