home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 February / Gamestar_59_2004-02_dvd.iso / Realtime / data / pocitace / roger / design / roger.css next >
Cascading Style Sheet File  |  2004-01-13  |  915b  |  59 lines

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