Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.39k stars 530 forks source link

CSS text in the preview text #1694

Closed adamprocter closed 1 year ago

adamprocter commented 4 years ago

http://hypercritical.co/

CCF3409E-424D-43E9-BF74-FC1F7F6E64BC

brentsimmons commented 4 years ago

Which sync system are you using, if any?

pdokas commented 4 years ago

This is in the feed itself (http://hypercritical.co/feeds/main):

<content type="html">&lt;style type="text/css"&gt;
.tv-listing {
  font-family: "Avenir Next Condensed Medium", "Franklin Gothic Medium", Verdana, sans-serif;
  margin-top: -5px;
  margin-left: 3em;
  margin-bottom: 1em;
  max-width: 17em;
  min-width: 12em;
  float: left;
}

.tv-listing .title {
  display: inline-block;
  padding-top: 5px;
  xborder: 1px solid red;
}

.tv-listing .rating {
  display: inline-block;
  font-size: 70%;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  xborder: 1px solid blue;
}

.tv-listing .title {
  font-size: 110%;
  font-weight: bold;
}

.tv-listing .description {
  margin-top: -3px;
}
&lt;/style&gt;

&lt;p&gt;The &lt;a href="https://letterboxd.com/film/top-gun-maverick/"&gt;upcoming sequel&lt;/a&gt; to the 1986 classic &lt;a href="https://letterboxd.com/film/top-gun/"&gt;Top Gun&lt;/a&gt; has reminded me of a favorite memory from my youth. When I was a kid, I spent a lot of time looking over the TV listings. Each daily newspaper had the TV listings for that day, but there was also a weekly TV guide that came with the Sunday paper. This was the one I’d pore over while eating breakfast each morning.&lt;/p&gt;

&lt;p&gt;The weekly guide had a section where it listed all the movies that were airing on TV that week. Each movie was accompanied by a short, plain-spoken description of the plot. In addition to the star ratings (where the maximum was four stars, I believe), the descriptions also sometimes included a few words about the quality of the movie or performances. Something like this:&lt;/p&gt;

&lt;div class="tv-listing" &gt;
&lt;div&gt;&lt;span class="rating"&gt;★★★★&lt;/span&gt; &lt;b class="title"&gt;JAWS&lt;/b&gt;&lt;/div&gt;
&lt;div class="description"&gt;(Adventure, 1975) A killer shark terrorizes a beachside town. Suspenseful and thrilling. Roy Scheider, Richard Dreyfuss. (2 hrs. 4 min.)&lt;/div&gt;
&lt;/div&gt;

&lt;div class="tv-listing"&gt;
&lt;div&gt;&lt;span class="rating"&gt;★★★&lt;/span&gt; &lt;b class="title"&gt;FERRIS BUELLER’S DAY OFF&lt;/b&gt;&lt;/div&gt;
&lt;div class="description"&gt;(Comedy, 1986) A high school student evades parents and the school principal to take a day off from school. Matthew Broderick, Alan Ruck. (1 hr. 43 min.)&lt;/div&gt;
&lt;/div&gt;

&lt;!--
&lt;div class="tv-listing"&gt;
&lt;div&gt;&lt;span class="rating"&gt;★★★&lt;/span&gt; &lt;b class="title"&gt;HIGH NOON&lt;/b&gt;&lt;/div&gt;
&lt;div class="description"&gt;(Western, 1952) A town Marshal faces a gang of outlaws alone at high noon. Gary Cooper, Thomas Mitchell. (1 hr. 25 min.)&lt;/div&gt;
&lt;/div&gt;
--&gt;

&lt;p style="clear: both"&gt;One day in the late ’80s or early ’90s, I recall seeing the following entry for the movie Top Gun in the weekly TV guide:

&lt;div class="tv-listing big"&gt;
&lt;div&gt;&lt;span class="rating"&gt;★★&lt;/span&gt; &lt;b class="title"&gt;TOP GUN&lt;/b&gt;&lt;/div&gt;
&lt;div class="description"&gt;(Drama, 1986) Trivializes war by turning it into a music video. Tom Cruise, Kelly McGillis, Val Kilmer. (1 hr. 50 min.)&lt;/div&gt;
&lt;/div&gt;

&lt;p style="clear: both"&gt;There was no description at all, just this frank assessment. After spending years of my life reading these movie summaries, it was as if the author had finally broken through and had spoken with a clear voice for one brief, shining moment. &lt;b&gt;&lt;i&gt;Trivializes war by turning it into a music video&lt;/i&gt;&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;It’s now several decades later and I still remember this movie review word-for-word. I have no idea who the author was, or how many similar gems were hidden in the pages of that weekly TV guide over the years. But I credit this tiny act of defiance with inspiring me in multiple ways.&lt;/p&gt;

&lt;p&gt;It taught me the power of well-chosen words to shake people out of their daily routines and patterns of thought. It showed me that all jobs, no matter how seemingly dull, can be an outlet for self-expression and excellence. And it reminds me, to this day, that each work of art can be—&lt;i&gt;deserves&lt;/i&gt; to be—considered from multiple points of view, not all of which will be comfortable.&lt;/p&gt;

&lt;hr&gt;

&lt;p style="font-size: 95%"&gt;Note: This post is not a polemic against Top Gun or war movies in general. I have always loved jet fighter planes, and I enjoyed Top Gun when I saw it. This review did not make me hate it. (That said, like most older media, I suspect a modern rewatching will reveal a whole host of problems.) My memory of this capsule review is one of surprise, subversiveness, and delight. The review is a slam on Top Gun, yes, but it’s also a celebration of the indomitable human spirit. Four stars.&lt;/p&gt;</content>
adamprocter commented 4 years ago

Feedbin

On 24 Jan 2020, at 22:15, Brent Simmons notifications@github.com wrote:

 Which sync system are you using, if any?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

brentsimmons commented 1 year ago

Are you still seeing this bug?

adamprocter commented 1 year ago

No, thank you seems to be cleared up