SI28/Publication/pagetitle.css: Difference between revisions

From XPUB & Lens-Based wiki
(Tommi changed the content model of the page Main Page/pagetitle.css from "wikitext" to "CSS")
Tag: content model change
m (Clean up)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@page {
  @bottom-left{
    /* SPECIFY SECTION */
    /* Writing-Machines / Public-Event / Radio-Show */
    content: 'Radio-Show';
  }
}
@page:left {
@page:left {
    @bottom-left{
  @bottom-right{
        /* EDIT SECTION */
     /* ADD COMMENT (optional) */
        /* Writing-Machines / Public-Event / Radio-Show */
    content: '';
        content: "Radio-Show";
    /* CUSTOMIZE COLOR (optional) */
     }
    color: #000;
    @bottom-right{
  }
        /* ADD COMMENT(optional) */
        content: "Fuck market's needs and expectations!";
        /* CUSTOMIZE COLOR(optional) */
        color: #48b558;
    }
}
}


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

Latest revision as of 17:02, 8 December 2025

@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: '';
  }
}