home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 February / Gamestar_59_2004-02_dvd.iso / Realtime / data / knihomol / design / weiss.css < prev   
Cascading Style Sheet File  |  2004-01-13  |  879b  |  58 lines

  1. body {
  2.     font-family : "Georgia CE", "Palatino CE", "Times CE", Georgia, "Times New Roman", Times, serif;
  3.     background-color : #E4E4E4;
  4.     color : #0D0D0D;
  5.     padding: 0px;
  6.     margin : 50px 100px;
  7.     scrollbar-base-color: #040404;
  8.     scrollbar-arrow-color: #555555;
  9.     scrollbar-3dlight-color: #242424;
  10.     scrollbar-highlight-color: #343434;
  11.     cursor: url("../a1.cur");
  12.     background : url('back.jpg');
  13. }
  14.  
  15. a {
  16.     color : Red;
  17. }
  18.  
  19. h1 {
  20.         text-align : center;
  21. }
  22.  
  23. h2 {
  24.     padding-top: 20px;
  25.     text-align : center;
  26. }
  27.  
  28. p {
  29.     text-indent : 40px;
  30. }
  31.  
  32. .em {
  33.     text-align : center;    
  34. }
  35.  
  36. .pic{
  37.     text-align : center;
  38. }
  39.  
  40. .pic img{
  41.     border : 1px solid Maroon;
  42.     margin: 3px 6px;
  43. }
  44.  
  45. #signature {
  46.     text-align : right;
  47. }
  48.  
  49. #page {
  50.     border : medium solid #A2D6DF;
  51.     padding: 16px;
  52.     background-color : #D8EDF1;
  53. }
  54.  
  55. #border {
  56.     border : medium solid #8A8A8A;
  57.     padding: 1px;
  58. }