SI28/Publication/pagetitle.css

From XPUB & Lens-Based wiki
@page:left {
    @bottom-left{
        /* EDIT SECTION */
        /* Writing-Machines / Public-Event / Radio-Show */
        content: "Radio-Show";
    }
    @bottom-right{
        /* ADD COMMENT(optional) */
        content: "Fuck market's needs and expectations!";
        /* CUSTOMIZE COLOR(optional) */
        color: #48b558;
    }
}

@page:right {
    @bottom-left{
        /* ADD RELATED PROJECT(optional) */
        /* Go to Section/Project name */
        content: " ";
    }
    @bottom-right{
        /* EDIT SECTION */
        /* Writing-Machines / Public-Event / Radio-Show */
        content: "Radio-Show";
    }
}