<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#fancy_print {
  /* set proper path for your print image */
    background: url("/wp-content/themes/childtheme/images/print.png");
    cursor: pointer;
    width: 85px; /* the size of your print image */
    height: 32px;
    left: -15px;
    position: absolute;
    top: -12px;
    z-index: 1004;
}
</pre></body></html>