<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for Newsplus's fixed header.
 */
.onscroll #header {
  position: fixed;
  z-index: 499;
  top: 0;
  width: 100%;
}
</pre></body></html>