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

Zusammenfassung

Details

Seiteneigenschaften
Dokument-Autor
... ... @@ -1,1 +1,1 @@
1 -XWiki.rpe
1 +XWiki.sas
Inhalt
... ... @@ -109,33 +109,9 @@
109 109  )))
110 110  )))
111 111  
112 -== Hinzufügen einer eigenen Schriftart ==
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.
117 -
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 137  == Anpassen des Favicons ==
138 138  
114 +
139 139  (% class="xm-figure xm-float-right xm-clear-h2" data-alt="Im im Metabereich kann der Link auf ein anderes Favicon definiert werden." %)
140 140  (((
141 141  (% class="xm-figure-inner" style="width:310px" %)
... ... @@ -223,5 +223,3 @@
223 223  )))
224 224  )))
225 225  
226 -
227 -