Dispatches

by Michael Herr

biographies & memoirshistoricalasialeaders & notable peoplemilitarymemoirshistorysoutheast asiavietnam war

Summary

This document appears to be a CSS stylesheet, likely for a website promoting books, possibly from Penguin Random House (PRH). It includes font definitions, basic HTML element styling, and specific styles for elements related to book promotion.

The stylesheet defines a custom font "Shift Light" and its italic variant. It sets the font family for the title (#title) and paragraphs (p) to "Shift Light" along with fallback fonts. The color for the title is set to a dark gray (#222).

Basic styling for headings (h1-h6) includes centering the text and removing default margins. Horizontal rules (hr) are styled with a thin gray line.

PRH-specific styles reset margins, padding, and outline for common HTML elements. Styles for centered text (p.center, div.center) are defined. There are also styles for small figures (.figure_small) and smaller text (p.x-small).

Squeeze styles (.squeeze, .squeeze-amzn, .squeeze-epub) seem to be related to responsive design and handling content display across different devices. The styling includes classes to hide or show content on specific platforms like Amazon Kindle (.mobihide).

There are link styles defined (a, a:link, a:visited, a:hover, a:active) setting the color to orange (rgb(255, 102, 0)) and adding underline. A span.orange style also exists. The document also mentions personalized book picks and signing up for author news.

Chapter Summaries

Key Takeaways

Questions