SI28/Publication/pagetitle.css: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 7: Line 7:
     @bottom-right{
     @bottom-right{
         /* ADD COMMENT(optional) */
         /* ADD COMMENT(optional) */
         content: "Fuck market's needs and expectations!";
         content: " ";
         /* CUSTOMIZE COLOR(optional) */
         /* CUSTOMIZE COLOR(optional) */
         color: #48b558;
         color: #000000;
     }
     }
}
}
Line 15: Line 15:
@page:right {
@page:right {
     @bottom-left{
     @bottom-left{
        /* ADD RELATED PROJECT(optional) */
        /* Go to Section/Project name */
        content: " ";
    }
    @bottom-right{
         /* EDIT SECTION */
         /* EDIT SECTION */
         /* Writing-Machines / Public-Event / Radio-Show */
         /* Writing-Machines / Public-Event / Radio-Show */
         content: "Radio-Show";
         content: "Radio-Show";
    }
    @bottom-right{
        /* ADD RELATED PROJECT(optional) */
        /* Go to Section/Project name */
        content: "  ";
     }
     }
}
}

Revision as of 17:11, 6 December 2025

@page:left {
    @bottom-left{
        /* EDIT SECTION */
        /* Writing-Machines / Public-Event / Radio-Show */
        content: "Radio-Show";
    }
    @bottom-right{
        /* ADD COMMENT(optional) */
        content: " ";
        /* CUSTOMIZE COLOR(optional) */
        color: #000000;
    }
}

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