Sorry, I have proven myself again that I don't understand the coding.
My theme has
<div class="post" id="post-<?php the_ID(); ?>">
I want to identify a sticky post, so I can use.
sticky {
background:#DEC8A6;
font-size:1.2em;
border: 1px solid black;
margin-bottom: 7px;
}
or something similar in the stylesheet.
My trial-and-error method fails.