style.css 693 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. body {
  2. margin: 20px;
  3. padding: 20px;
  4. background: url(img/back.jpg) #cecece;
  5. font-size:18px;
  6. }
  7. h1 {
  8. color:#222;
  9. margin:15px 0 0;
  10. font-size: 27px;
  11. text-shadow: 2px 2px #999;
  12. }
  13. img {
  14. float:right;
  15. padding:10px 0;
  16. }
  17. p {
  18. color: #222;
  19. list-style:none;
  20. line-height:16px;
  21. text-decoration:none;
  22. margin:7px 10px;
  23. }
  24. a {
  25. color: #888;
  26. list-style:none;
  27. line-height:14px;
  28. text-decoration:none;
  29. }
  30. li {
  31. color: #333;
  32. list-style:none;
  33. line-height:16px;
  34. text-decoration:none;
  35. }
  36. a:hover {
  37. color: #fff;
  38. }
  39. ::selection {
  40. background: #6699ff;
  41. }
  42. ::-moz-selection {
  43. background: #333;
  44. }
  45. .clear {clear:both}
  46. header {
  47. background: img(img/back.jpg);
  48. }
  49. #footer {clear:both; text-align:center;}