SI28/Publication/pagetitle.css: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "@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: "...")
 
(Tommi changed the content model of the page Main Page/pagetitle.css from "wikitext" to "CSS")
Tag: content model change
(No difference)

Revision as of 16:33, 6 December 2025

@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";
    }
}