home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 February / PCpro_2005_02.ISO / files / special / DNA / cdrom.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-10-27  |  5.5 KB  |  296 lines

  1. /*                                                                           */
  2. /* DATEI: prosoft.css                                                        */
  3. /*                                                                           */
  4. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  5. /*                                                                           */
  6. /* Zur Anpassung der Schriftarten, Schriftgr÷ssen usw. der ProSoft CDROM     */
  7. /* kann diese Datei editiert und die gewⁿnschten Wert geΣendert werden.      */
  8. /*                                                                           */
  9. /* Zeilen wie diese, die mit SchrΣgstrich und Stern beginnen und             */
  10. /* mit Stern und SchrΣgstrich enden, sind Kommentarzeilen.                   */
  11. /*                                                                           */
  12. /* Es folgen die Style-Definitionen, die geΣndern werden k÷nnen:             */
  13. /*                                                                           */
  14. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  15.  
  16. body, td
  17.     {
  18.     font-weight: normal;
  19.     font-size: 12px;
  20.     color: #4f4f42;
  21.     font-family: Verdana, Arial, Helvetica, sans-serif;
  22.     }
  23.  
  24. .Programmname
  25.     {
  26.     color: rgb(17,35,105);
  27.     font-size: 150%;
  28.     font-style: normal;
  29.     font-weight: 900;    
  30.     text-align: left;
  31.     vertical-align: center;
  32.     line-height: normal;
  33.     padding-left: 15px;
  34.     padding-right: 0px;
  35.     }
  36.  
  37. .Tabelle_Balken
  38.     {
  39.     color: black;
  40.     background-color: rgb(255,215,132);
  41.     text-align: center;
  42.     vertical-align: top;
  43.     line-height: normal;
  44.     font-weight: bold;
  45.     font-size: 80%;
  46.     padding-left: 5px;
  47.     padding-right: 5px;
  48.     }
  49.  
  50. .Tabelle_Programminfozelle
  51.     {
  52.     color: black;
  53.     font-size: 150%;
  54.     font-style: normal;
  55.     font-weight: normal;    
  56.     text-align: left;
  57.     vertical-align: center;
  58.     line-height: normal;    
  59.     padding-left: 0px;
  60.     padding-right: 0px;
  61.     }
  62.  
  63. .Tabelle_Titel
  64.     {
  65.     color: black;
  66.     font-size: 100%;
  67.     font-style: normal;
  68.     font-weight: bold;    
  69.     text-align: left;
  70.     vertical-align: center;
  71.     line-height: 250%;
  72.     padding-left: 15px;
  73.     padding-right: 15px;
  74.     margin-top:100px;
  75.     margin-bottom:100px;
  76.     }
  77.  
  78. .Tabelle_Programmzelle
  79.     {
  80.     color: black;
  81.     font-size: 80%;
  82.     font-style: normal;
  83.     font-weight: 600;    
  84.     text-align: left;
  85.     vertical-align: center;
  86.     line-height: normal;    
  87.     padding-left: 15px;
  88.     padding-right: 15px;
  89.     }
  90.  
  91. .Tabelle_Iconzelle
  92.     {
  93.     color: black;
  94.     font-size: 100%;
  95.     font-style: normal;
  96.     font-weight: normal;    
  97.     text-align: left;
  98.     vertical-align: center;
  99.     line-height: normal;    
  100.     padding-left: 0px;
  101.     padding-right: 0px;
  102.     }
  103.  
  104. .Tabelle_Systemzelle
  105.     {
  106.     color: black;
  107.     background-color: white;
  108.     text-align: left;
  109.     vertical-align: normal;
  110.     line-height: normal;
  111.     font-weight: 600;
  112.     font-size: 70%;
  113.     font-style: bold;
  114.     padding-left: 10px;
  115.     padding-right: 10px;
  116.     }
  117.  
  118. .Tabelle_Infotextzelle
  119.     {
  120.     color: black;
  121.     font-size: 80%;
  122.     font-style: normal;
  123.     font-weight: normal;    
  124.     text-align: left;
  125.     vertical-align: center;
  126.     line-height: normal;    
  127.     padding-left: 15px;
  128.     padding-right: 15px;
  129.     }
  130.  
  131. .Tabelle_Dokumentzelle
  132.     {
  133.     color: black;
  134.     font-size: 80%;
  135.     font-style: normal;
  136.     font-weight: 500;    
  137.     text-align: left;
  138.     vertical-align: center;
  139.     line-height: normal;    
  140.     padding-left: 15px;
  141.     padding-right: 15px;
  142.     }
  143.  
  144. .Tabelle_Programminfozelle
  145.     {
  146.     color: black;
  147.     font-size: 80%;
  148.     font-style: normal;
  149.     font-weight: 500;    
  150.     text-align: left;
  151.     vertical-align: center;
  152.     line-height: normal;    
  153.     padding-left: 15px;
  154.     padding-right: 15px;
  155.     }
  156.  
  157. .Tabelle_DemoInfozelle
  158.     {
  159.     color: black;
  160.     background-color: white;
  161.     text-align: left;
  162.     vertical-align: normal;
  163.     line-height: normal;
  164.     font-weight: normal;
  165.     font-size: 70%;
  166.     padding-top: 0px;
  167.     padding-left: 15px;    
  168.     padding-right: 15px;
  169.     }
  170.  
  171. .Winternalsrubrik_fett
  172.     {
  173.     color: #660000;
  174.     font-size: 18pt;
  175.     font-style: italic;
  176.     font-weight: bold;
  177.     font-family: Arial Black;
  178.     text-align: left;
  179.     vertical-align: center;
  180.     line-height: normal;    
  181.     padding-left: 0px;
  182.     padding-right: 0px;
  183.     }
  184.  
  185. .Winternalsrubrik_normal
  186.     {
  187.     color: #660000;
  188.     font-size: 18pt;
  189.     font-style: normal;
  190.     font-weight: bold;
  191.     font-family: Arial;
  192.     }    
  193.  
  194. .Adress
  195.     {
  196.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  197.     font-size: 11px; 
  198.     font-weight: bold; 
  199.     color: rgb(17,35,105); 
  200.     line-height: 14px
  201.     }
  202.  
  203. .Adressfuss_Balken
  204.     {
  205.     color: #FFCC66
  206.     }
  207.  
  208. .AnsprechpartnerH1
  209.     {
  210.     font-family: Verdana, Arial, Helvetica, sans-serif;
  211.     font-size: 13px;
  212.     font-weight: bold;
  213.     margin-bottom: 5px; 
  214.     color: #333333;
  215.     }
  216.  
  217. .AnsprechpartnerH2
  218.     {
  219.     font-family: Verdana, Arial, Helvetica, sans-serif;
  220.     font-size: 11px;
  221.     font-weight: normal;
  222.     margin-bottom: 5px; 
  223.     color: #FF9900;
  224.     }    
  225.  
  226. .PhilosophieH1
  227.     {
  228.     font-family: Verdana, Arial, Helvetica, sans-serif;
  229.     font-size: 13px;
  230.     font-weight: bold;
  231.     margin-bottom: 5px; 
  232.     color: #333333;
  233.     }    
  234.  
  235. .Hinweis
  236.     {
  237.     font-family: Verdana, Arial, Helvetica, sans-serif;
  238.     font-size: 20px;
  239.     font-weight: bold;
  240.     }    
  241.     
  242. .head    {
  243.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  244.     font-size: 15px; 
  245.     font-weight: bold; 
  246.     color: #15276C;
  247.     background-color: rgb(255,215,132);
  248.     }
  249. A
  250.     {
  251.     color: #000066
  252.     }
  253.  
  254. A:hover    
  255.     {
  256.     color: #000000;
  257.     background-color: rgb(215,215,179)
  258.     }
  259.     
  260. A:visited
  261.     {
  262.     color: #FF9900
  263.     }
  264.  
  265. A:active
  266.     {
  267.     color: #FF9900;
  268.     background-color: rgb(215,215,179)
  269.     }
  270.  
  271. H1
  272.     {
  273.     font-weight: bold;
  274.     font-size: 13pt;
  275.     margin-bottom: 5px;
  276.     color: #333333;
  277.     font-family: Verdana, Arial, Helvetica, sans-serif
  278.     }
  279.     
  280. H2
  281.     {
  282.     font-weight: normal;
  283.     font-size: 11pt;
  284.     margin-bottom: 5px;
  285.     color: #ff9900;
  286.     font-family: Verdana, Arial, Helvetica, sans-serif
  287.     }
  288.  
  289. H3
  290.     {
  291.     font-weight: bold;
  292.     font-size: 13pt;
  293.     margin-bottom: 5px;
  294.     color: #666666;
  295.     font-family: Verdana, Arial, Helvetica, sans-serif
  296.     }