SI28/Publication/pagetitle.css: Difference between revisions
(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-right{ | |||
/* ADD COMMENT (optional) */ | |||
content: ''; | |||
/* CUSTOMIZE COLOR (optional) */ | |||
color: #000; | |||
} | |||
} | } | ||
@page:right { | @page:right { | ||
@bottom-right{ | |||
/* ADD RELATED PROJECT(optional) */ | |||
/* Go to Section/Project name */ | |||
content: ''; | |||
} | |||
} | } | ||
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: '';
}
}