/*--------------------------------------------------------------------------------------------*/ /*--- comp2.css.php [29.08.2009] -------------------------------------------------------------*/ /*--- oldDOCS4U compatibility ----------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--- Absatzformatierungen (Text in Tabelle) -------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ p.xc-tbl { /* Absatz in Tabelle */ font-family: "Times New Roman", Times, serif; font-size: 15px; font-style: normal; font-variant: normal; text-align: left; /*Text-Ausrichtung: S.14 */ line-height: 15px; background-color: #FFFFFF; /* Hintergrund: "weiss" */ color: #000000; /* Text = schwarz: S.30 */ ; margin-top: 0px; /* Absatzabstand */ margin-bottom: 0px; /* Absatzabstand */ border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--------------------------------------------------------------------------------------------*/ /*--- Absatzformatierungen (Liste in Tabelle) ------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ p.xc-tbli { /* Absatz in Tabelle */ font-family: "Times New Roman", Times, serif; font-size: 15px; font-style: normal; font-variant: normal; text-align: left; /*Text-Ausrichtung: S.14 */ line-height: 15px; text-indent: -9px; /* Textausrueckung erste Zeile */ margin-left: 10px; /* Textausrueckung Folgezeilen */ background-color: #FFFFFF; /* Hintergrund: "weiss" */ color: #000000; /* Text = schwarz: S.30 */ ; margin-top: 0px; /* Absatzabstand */ margin-bottom: 0px; /* Absatzabstand */ border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--- dates.css: [30.08.2004] ---------------------------------*/ /*--- external style sheet for 4 cols timetable ---------------*/ /*--- Referenzen: KnowWare 168 --------------------------------*/ table.matrix { /* Matrix fŸr Taufkirchner Terminkalender, S.65 */ font-family: Arial, Helvetica, sans-serif; width: 630px; vertical-align: top; border-width: 1px; border-style: solid; border-color: silver; /* Luftspalt um Zellen unterdrŸcken: S.67 !?!?!? */ /* cellpadding: 0px; */ /* cellspacing: 0px; */ } table.matrix th { /* matrix header attributes */ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-align: center; background-color: #E6E6E6; /* Hintergrund: "grau - 10%" */ color: #000000; /* Textfarbe: "schwarz" */ border-width: 1px; border-style: solid; border-color: silver; } table.matrix td { /*general matrix entry attributes */ background-color: #FFFFFF; /* Hintergrund: "wei§ */ color: #000000; /* Textfarbe: "schwarz" */ border-width: 0px; border-style: solid; border-color: silver; /*Text-Ausrichtung: S.14 */ } table.matrix .day { /* matrix day entry attributes */ font-family: Arial, Helvetica, sans-serif; width: 30px; font-size: 11px; text-align: center; /*Text-Ausrichtung: S.14 */ } table.matrix .date { /* matrix date entry attributes */ font-family: Arial, Helvetica, sans-serif; width: 70px; font-size: 11px; text-align: left; /*Text-Ausrichtung: S.14 */ } table.matrix .time { /* matrix time entry attributes */ font-family: Arial, Helvetica, sans-serif; width: 70px; font-size: 11px; text-align: left; /*Text-Ausrichtung: S.14 */ } table.matrix .event { /* matrix event entry attributes */ font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; /* Text-Ausrichtung: S.14 */ } /*--- end of comp2.css.php -------------------------------------------------------------------*/