Verified Commit 4722528f authored by Jakob Moser's avatar Jakob Moser
Browse files

Add page number to printed pages

parent 8ab69da2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser
 * Author URI: https://personads.me/
 *
 * Version: 2.6.2
 * Version: 2.6.3
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
+8 −0
Original line number Diff line number Diff line
@@ -185,3 +185,11 @@ blockquote + p {
blockquote cite {
    font-size: small;
}

@page {
    @bottom-center {
        content: "Seite " counter(page) " von " counter(pages);
        font-family: var(--sans-serif);
        font-size: 9pt;
    }
}