home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Sport / 3DPetanqueUnlimited / 3d_petanque_unlimited_share.exe / html / style.css < prev    next >
Cascading Style Sheet File  |  2004-07-07  |  2KB  |  94 lines

  1. body {
  2.     background-color: #369;
  3.     color: #fff;
  4.     font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  5.     font-size:small;
  6.     margin: 2em 1%;
  7.     padding:0;
  8. }
  9.  
  10. div.table table {
  11.     border: none;
  12. }
  13.  
  14. div.table table td {
  15.     border-style: dotted;
  16.     border-color: #c0eeff;
  17. }
  18.  
  19. h2.title {
  20.     color: #124f7f;
  21.     font-family: Georgia, "Times New Roman", Times, serif;
  22.     font-size: medium;
  23.     font-weight: 700;
  24. }
  25.  
  26.  
  27. div.section h1.title {
  28.     color: #124f7f;
  29.     background-color: transparent;
  30.     font-size: medium;
  31.     font-weight: bold;
  32.     text-transform: uppercase;
  33. }
  34.  
  35. div.article h1.title {
  36.     color: #124f7f;
  37.     background-color: transparent;
  38.     font-size: xx-large;
  39.     font-weight: 700;
  40.     text-transform: uppercase;
  41. }
  42.  
  43.  
  44. div.section {
  45.     color: #000;
  46.     background-color: #fff;
  47.     background-image: url(images/tlktop.png);
  48.     background-position: top right;
  49.     background-repeat: no-repeat;
  50.     border: 2px solid #000;
  51.     line-height: 140%;
  52.     margin: 0 3% 2em 3%;
  53.     padding: 0 2% 3em 2%;
  54. }
  55.  
  56.  
  57. div.article {
  58.     color: #000;
  59.     background-color: #fff;
  60.     line-height: 150%;
  61.     border: 2px solid #000;
  62.     margin: 0 6% 2em 6%;
  63.     padding: 0 2% 3em 2%;
  64. }
  65.  
  66.  
  67. div.titlepage{
  68.     color: #124f7f;
  69.     margin: -0.2em;
  70.     padding: -0.2em;
  71.     background-color: transparent;
  72.     border-color: #69c;
  73.     width: 55%;
  74. }
  75.  
  76. img {
  77.     border: 0;
  78. }
  79.  
  80. hr {
  81.     height: 1px; width: 100%;
  82. }
  83.  
  84. dt a {
  85.     text-decoration: none;
  86.     color: #369;
  87.     padding-left:1em;
  88. }
  89.  
  90. dt a:hover {
  91.     background-color: #c0eeff;
  92.     color: #036;
  93. }
  94.