/*--------------------------------------------------------------------------------------------*/ /*--- photo.css [23.07.2010] -----------------------------------------------------------------*/ /*--- external style sheet for text in PhotoShows --------------------------------------------*/ /*--- Referenzen: KnowWare 168 ---------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--- Bildunterschriften ---------------------------------------------------------------------*/ /*--- imported from in WebContentX/cDATA/photo.css --*/ /*--------------------------------------------------------------------------------------------*/ p.figcenter { /* normal (standard) text, centered */ font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: bold; font-variant: normal; color: #000000; /* Text = schwarz: S.30 */ text-align: center; /* Text zentriert */ ; margin-top: 5px; /* Abstand vor Absatz */ margin-bottom: 0px; /*Abstand nach Absatz */ border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } p.figcenterf { /* normal (standard) text, centered */ font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: normal; font-variant: normal; color: #000000; /* Text = schwarz: S.30 */ text-align: center; /* Text zentriert */ ; margin-top: 0px; /* Abstand vor Absatz */ margin-bottom: 0px; /*Abstand nach Absatz */ border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } p.figjustify { /* normal (standard) text, justified */ font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; color: #000000; /* Text = schwarz: S.30 */ text-align: justify; /* Blocksatz */ ; margin-top: 5px; /* Abstand vor Absatz */ margin-bottom: 0px; /*Abstand nach Absatz */ border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } p.figjustifyf { /* normal (standard) text, justified */ font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; color: #000000; /* Text = schwarz: S.30 */ text-align: justify; /* Blocksatz */ ; margin-top: 0px; /* Abstand vor Absatz */ margin-bottom: 0px; /*Abstand nach Absatz */ border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /*--- end of photo.css.php ---*/