SI28/Publication/pagetitle.css

From XPUB & Lens-Based wiki
Revision as of 17:02, 8 December 2025 by Tommi (talk | contribs) (Clean up)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@page {
  @bottom-left{
    /* SPECIFY SECTION */
    /* Writing-Machines / Public-Event / Radio-Show */
    content: 'Radio-Show';
  }
}

@page:left {
  @bottom-right{
    /* ADD COMMENT (optional) */
    content: '';
    /* CUSTOMIZE COLOR (optional) */
    color: #000;
  }
}

@page:right {
  @bottom-right{
    /* ADD RELATED PROJECT(optional) */
    /* Go to Section/Project name */
    content: '';
  }
}