SI28/Publication/pagetitle.css: Difference between revisions
m (Tommi moved page Main Page/pagetitle.css to SI28/Publication/pagetitle.css) |
No edit summary |
||
| Line 7: | Line 7: | ||
@bottom-right{ | @bottom-right{ | ||
/* ADD COMMENT(optional) */ | /* ADD COMMENT(optional) */ | ||
content: " | content: " "; | ||
/* CUSTOMIZE COLOR(optional) */ | /* CUSTOMIZE COLOR(optional) */ | ||
color: # | color: #000000; | ||
} | } | ||
} | } | ||
| Line 15: | Line 15: | ||
@page:right { | @page:right { | ||
@bottom-left{ | @bottom-left{ | ||
/* 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: " ";
}
}