/** * eDirectory - Dynamic Style * * This style sheet is used to placed classes dependent of PHP constants * and dynamic values * */ /** * Featured * * @section dynamic-featured */ .featuredClassified { width: 100px; } .featuredClassifiedImage { height: 83px; width: 100px; } .featuredPromotion { width: 100px; } .featuredPromotionImage { height: 83px; width: 100px; } .featuredClassified { width: 100px; } .featuredListingImage { height: 83px; width: 100px; } .mainContent .featuredListingImage { height: 83px; width: 100px; } .featuredEvent { width: 100px; } .featuredEventImage { height: 83px; width: 100px; } .sidebar .featuredEventImage { height: 41px; width: 50px; } .featuredArticleImage { height: 83px; width: 100px; } /** * Favorites * * @section dynamic-favorites */ .favoriteListing { width: 100px; } .favoriteListingImage { height: 83px; width: 100px; } .favoriteEvent { width: 100px; } .favoriteEventImage { height: 83px; width: 100px; } .favoriteClassified { width: 100px; } .favoriteClassifiedImage { height: 83px; width: 100px; } .favoritePromotion { width: 100px; } .favoritePromotionImage { height: 83px; width: 100px; } .favoriteArticle { width: 100px; } .favoriteArticleImage { height: 83px; width: 100px; } /** * Gallery - Slideshow * * @section dynamic-gallery */ .galleryBody { width: 580px; } /** * Print * * @section dynamic-print */ .popupPrint, .basePrint { width: 740px; }