home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd2.bin / choking / html / choking.css < prev    next >
Cascading Style Sheet File  |  2004-03-16  |  2KB  |  160 lines

  1. body {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     background: Black url(images/jelen_trans.png) no-repeat fixed center;
  4. }
  5.  
  6. #trailer {
  7.     font-size: 30px;
  8.     font-variant: small-caps;
  9. }
  10.  
  11. h2{
  12.     text-align: center;
  13.     font-size: 140%;
  14.     font-variant : small-caps;
  15. }
  16.  
  17. h3 {
  18.     text-align: center;
  19.     font-size:  130%;
  20.     font-variant : small-caps;
  21. }
  22.  
  23. h4 {
  24.     text-align: center;
  25.     font-size:  110%;
  26.     font-variant : small-caps;
  27. }
  28.  
  29. h5 {
  30.     text-align: center;
  31.     font-size: 100%;
  32.     font-variant : small-caps;
  33. }
  34.  
  35.  
  36. #table {
  37.     color: White;
  38.     border: 1px solid Red;
  39.     background-image: url(images/trans.gif);
  40.     background-attachment: fixed;
  41.     background-repeat: repeat;
  42.     padding: 20px;
  43.     text-align: justify;
  44.     margin: 2px 17% 30px 180px;
  45.     font-size: 80%;
  46.     min-width: 400px;
  47. }
  48.  
  49. #table a:link {
  50.     color: #BD0000;
  51.     text-decoration: none;
  52. }
  53.  
  54. #table a:visited {
  55.     color: #BD0000;
  56.     text-decoration: none;
  57. }
  58.  
  59. #table a:hover {
  60.     color: Red;
  61.     text-decoration: none;
  62. }
  63.  
  64. #left {
  65.     color: white;
  66.     width: 165px;
  67.     padding: 5px 5px 0px 5px;
  68.     font-size: 8pt;
  69.     border: 1px hidden #132424;
  70.     margin: 2px 5px 2px 5px;
  71.     float: left;
  72. }
  73. #link a:link {
  74.     color: #BD0000;
  75.     text-decoration: none;
  76. }
  77.  
  78. #link a:visited {
  79.     color: #BD0000;
  80.     text-decoration: none;
  81. }
  82.  
  83. #link a:hover {
  84.     color: Red;
  85.     text-decoration: none;
  86. }
  87.  
  88. .center {
  89.     text-align: center;
  90. }
  91.  
  92. .center td {
  93.     text-align: center;
  94. }
  95.  
  96. .q {
  97.     font-weight: bold;
  98. }
  99.  
  100. .a {
  101.     text-align: justify;
  102.     margin: 0px 20px 0px 20px;
  103. }
  104.  
  105. #table td {
  106.     margin: 1em 1em 1em 1em;
  107.     color: White;
  108.     
  109. }
  110.  
  111.  
  112. #table img {
  113.     margin: 3px;
  114. }
  115.  
  116. th {
  117.     color: #FF0000;
  118.     border: thin ridge #FF0000;
  119.     margin: 10px;
  120.     padding: 5px 10px;
  121. }
  122.  
  123. td {
  124.     font-size: 80%;
  125. }
  126.  
  127. .galerie {
  128.     text-align: center;
  129. }
  130.  
  131. galerie th {
  132.     text-align: center;
  133. }
  134.  
  135. .galerie td {
  136.     padding: 10px;
  137.     text-align: center;
  138. }
  139.  
  140. .foot {
  141.     font-size: 8pt;
  142.     text-align: center;
  143.     color : Gray;
  144. }
  145.  
  146. #news td{
  147.     border: 1px solid Maroon;
  148.     vertical-align: top;
  149.     padding: 10px;
  150. }
  151.  
  152. ul {
  153.     margin-bottom: 5px;
  154.     margin-top: 2px;
  155. }
  156.  
  157. li {
  158.     margin-left: -15px;
  159. }
  160.