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