Просмотр файла style.css

Размер файла: 718B
  1. /*
  2. Design : Pirate
  3. E-mail : oslife@ukr.net
  4. ICQ : 854141
  5. You can use this design!
  6. */
  7. body {
  8. font-family : Comic Sans MS;
  9. color : #00008b;
  10. margin : 0;
  11. padding : 1px;
  12. }
  13. a:hover {
  14. background : #f0fff0;
  15. color : green;
  16. }
  17. a, a:visited {
  18. text-decoration : none;
  19. text-align : left;
  20. font-size : small;
  21. }
  22. p {
  23. margin : 1px;
  24. color : green;
  25. }
  26. .telo {
  27. border : 1px solid silver;
  28. background : #ffffe0;
  29. }
  30. .border {
  31. border : 1px solid silver;
  32. background : #ffffe0;
  33. }
  34. .w {
  35. background : #ffebcd;
  36. padding : 1px;
  37. margin : 0;
  38. }
  39. hr {
  40. margin : 2px;
  41. }