home *** CD-ROM | disk | FTP | other *** search
/ PCMania 10 / Pcmania_Ep2_10_CD-01.iso / ow / OW4E32J.EXE / ELEKTRA.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-06-27  |  3.9 KB  |  236 lines

  1. body { 
  2.     background: #ffffff;
  3.     color: #000000;
  4.     font-family: Arial, sans-serif;
  5.     font-size: 10pt;
  6.     }
  7.  
  8. a:link { color: #0000FF !important; }
  9. a:hover { color: #008080 !important; text-decoration: underline; } /* 008000  background: #0000ff;*/
  10. a:visited { color: #008000 !important; }
  11.  
  12. td, th { 
  13.     text-align: left; 
  14.     vertical-align: top; 
  15.     }
  16.  
  17.  
  18. dt {
  19.     font-family: monospace;
  20.     font-weight: bold;
  21.     } 
  22.     
  23. img {
  24.     background: #ffffff;
  25.     }    
  26.  
  27. div[class="prices"] > table[class="prices"] > tr > th {
  28.     background: #3366cc;
  29.     color: #ffffff;
  30.     }
  31.  
  32.     
  33. div[id="prices"] > table[class="prices"] > tr > td { 
  34.     text-align: center; 
  35.     }    
  36.     
  37. div[class="border"] > table[id="agentini"] > tr > td {
  38.     font-family: monospace;
  39.     }    
  40.  
  41. div[class="border"] > table[cellspacing="2"] > tr > td {    
  42.     width: 50%;
  43.     }
  44.  
  45. div[class="border"] > table[cellspacing="2"] > tr > th { 
  46.     background: #3366CC; /* 206cc0 */
  47.     color: #ffffff;
  48.     border: thin solid black;
  49.     text-align: left; 
  50.     vertical-align: top; 
  51.     padding: 0.3%;
  52.     margin: 0.2%;
  53.     }
  54.  
  55. div[class="border"] > ol[id="setuplist"] > ol { 
  56.     list-style: upper-alpha; 
  57.     }
  58.  
  59. h4, h5, h6 { font-size: 1em; }
  60.  
  61. .navbar {
  62.     width: 100%;
  63.     padding-top: 1.0pt;
  64.     padding-bottom: 0.5pt;
  65.     border-top: medium solid black;
  66.     margin-bottom: 10px;
  67.     }
  68.  
  69. .left {
  70.     font-weight: bold; 
  71.     float: left;
  72.     width: 90%; 
  73.     }
  74.  
  75. .right {
  76.     font-weight: bold; 
  77.     float: right;
  78.     width: 10%; 
  79.     text-align: right;
  80.     }    
  81.  
  82.     
  83. div.content {
  84.     background: #99CCFF; /* A8D0F0 */
  85.     clear: both;
  86.     border: medium black solid; 
  87.     padding: 0.5%;
  88.     text-align: justify;
  89.     }
  90.  
  91. span.headerone {
  92.     padding: 0.5%; 
  93.     padding-top: 0.7%;
  94.     margin: 0.5%; 
  95.     background: #3366CC; /* was 3088E0, but safe color sucked! :( */
  96.     color: #ffffff;
  97.     border: medium solid black; 
  98.     }    
  99.  
  100. .tothetop {
  101.     color: #000000;
  102.     background: #ffffff;
  103.     clear: both; 
  104.     border: medium solid black;
  105.     font-weight: bold;
  106.     padding: 2px;
  107.     float: right;
  108.     margin-bottom: -1%;
  109.     }
  110.     
  111. div.intro {
  112.     background: #ffffff; 
  113.     border: medium black solid; 
  114.     padding: 0.5%; 
  115.     margin: 0.5%; 
  116.     }
  117.     
  118. div.mainleft {
  119.     background: #ffffff;
  120.     border: medium black solid;
  121.     width: 46%;
  122.     float: left;
  123.     padding: 0.5%; 
  124.     margin: 0.5%; 
  125.     }    
  126.  
  127. div.mainright { 
  128.     background: #ffffff;
  129.     border: medium black solid;
  130.     width: 46%;
  131.     float: right;
  132.     padding: 0.5%; 
  133.     margin: 0.5%; 
  134.     }
  135.  
  136. div.footend {
  137.     background: #ffffff; 
  138.     clear: both; 
  139.     border: medium black solid; 
  140.     padding: 0.5%; 
  141.     margin: 0.5%; 
  142.     }        
  143.  
  144. .abc { 
  145.     font-size: 14pt;
  146.     margin: 1%;
  147.     }    
  148.  
  149. .warningheader {
  150.     text-align: center; 
  151.     font-weight: bolder; 
  152.     }
  153.     
  154. .warning {
  155.     border: thick black solid;
  156.     font-weight: bold;
  157.     background: #ffff00; /* f5f5f5 */
  158.     color: #000000;
  159.     padding: 1%;
  160.     }    
  161.     
  162. .address {
  163.     font-size: 9pt;
  164.     }    
  165.     
  166. .disclaimer {
  167.     font-size: 9pt;
  168.     padding-top: 2px;
  169.     }
  170.     
  171. .copynotice { 
  172.     font-size: 8pt;
  173.     padding-top: 2px;
  174.     border-top: medium solid black; 
  175.     text-align: center;
  176.     }    
  177.  
  178. table {
  179.     font-size: 10pt; /* Opera 4 doesn't support "inherit"? */
  180.     }
  181.     
  182. /* These have been imported straight from the old template. Don't mess! */    
  183.  
  184. .empha {
  185.     font-style: italic;
  186.     }    
  187.  
  188. .note {
  189.     color: red;
  190.     font-weight: bold;
  191.     }
  192.  
  193. .tip {
  194.     color: blue;
  195.     font-weight: bold;
  196.     }
  197.  
  198. .border {
  199.     background: #ffffff; 
  200.     clear: left;
  201.     border: medium black solid; 
  202.     padding: 0.5%; 
  203.     margin: 0.5%; 
  204.     }
  205.  
  206. .frame {
  207.     border: thin solid black;
  208.     font-family: Courier New;
  209.     padding: 1px;
  210.     }
  211.  
  212. .q {
  213.     font-weight: bold;
  214.     border: thin solid black;
  215.     color: #ffffff;
  216.     background: #3366CC;
  217.     padding: 1%;
  218.     }
  219.  
  220. .a {
  221.     margin-top: -1em;
  222.     padding: 1%;
  223.     padding-top: 0%;
  224.     border-bottom: thin solid black;
  225.     border-left: thin solid black; 
  226.     border-right: thin solid black;
  227.     }    
  228.     
  229. ul { list-style: square; }
  230. ul ul { list-style: disc; }    
  231. ul ul ul { list-style: square; }
  232.  
  233.  
  234. ol { list-style: decimal; }
  235. ol ol { list-style: lower-alpha; }
  236. ol ol ol { list-style: upper-roman; }