Von Version 3.1
bearbeitet von sas
am 25.11.2021, 12:29
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 7.1
bearbeitet von rpe
am 11.08.2022, 13:06
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.sas
1 +XWiki.rpe
Inhalt
... ... @@ -109,9 +109,33 @@
109 109  )))
110 110  )))
111 111  
112 -== Anpassen des Favicons ==
112 +== Hinzufügen einer eigenen Schriftart ==
113 113  
114 +Um eine neue Schriftart hinzuzufügen, muss sie unter //Mehr// > //Dateien// im Format woff, woff2 und ttf hochgeladen werden.
115 +Anschließend kann die Schriftart wie folgt im CSS-Code eines Formulars eingebunden und verwendet werden:
116 +Bitte beachten Sie, dass die URL's zu den Schriftarten angepasst werden müssen. Diese können Sie beim Hochladen einer Schriftart in den Dateien einsehen.
114 114  
118 +(% class="box" %)
119 +(((
120 +(% class="code" %)
121 +(((
122 +@(% style="font-weight: bold; color: #0000FF;" %)font-face(%%) {
123 + (% style="font-weight: bold; color: #008000;" %)font-family(%%): (% style="color: #666666;" %)'myfont'(%%);
124 + (% style="font-weight: bold; color: #008000;" %)src(%%): (% style="color: #666666;" %)url('?pid=8104&name=Roboto-Regular.woff2') format('woff2')(%%);
125 + (% style="color: #666666;" %)url('?pid=8104&name=Roboto-Regular.woff') format('woff')(%%);
126 + (% style="color: #666666;" %)url('?pid=8104&name=Roboto-Regular.ttf') format('ttf')(%%);
127 + (% style="font-weight: bold; color: #008000;" %)font-weight(%%): (% style="font-weight: bold; color: #008000;" %)normal(%%);
128 + (% style="font-weight: bold; color: #008000;" %)font-style(%%): (% style="font-weight: bold; color: #008000;" %)normal(%%);
129 +}
130 +
131 +.(% style="font-weight: bold; color: #0000FF;" %)XHeader(%%) {
132 + (% style="font-weight: bold; color: #008000;" %)font-family(%%): (% style="color: #666666;" %)'myfont'(%%);
133 +}
134 +)))
135 +)))
136 +
137 +== Anpassen des Favicons ==
138 +
115 115  (% class="xm-figure xm-float-right xm-clear-h2" data-alt="Im im Metabereich kann der Link auf ein anderes Favicon definiert werden." %)
116 116  (((
117 117  (% class="xm-figure-inner" style="width:310px" %)
... ... @@ -199,3 +199,5 @@
199 199  )))
200 200  )))
201 201  
226 +
227 +