Wiki-Quellcode von Testtitel ausblenden
Version 73.1 von Carina Enke am 10.01.2024
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{layout}} | ||
2 | {{layout-section ac:type="single"}} | ||
3 | {{layout-cell}} | ||
4 | |||
5 | {{/layout-cell}} | ||
6 | {{/layout-section}} | ||
7 | |||
8 | {{layout-section ac:type="single"}} | ||
9 | {{layout-cell}} | ||
10 | Bei der Testdurchführung wird der Testtitel im linken, oberen Bereich angezeigt. Sie können den Testtitel mit einer eigenen Stylesheet-Datei (CSS) ausblenden. | ||
11 | |||
12 | [[image:attach:Testrun - Testtitel wird angezeigt_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] [[image:attach:Testrun - Testtitel ausgeblendet_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] | ||
13 | |||
14 | Verwenden Sie folgende CSS-Anweisung: | ||
15 | |||
16 | {{code}} | ||
17 | .nav-header h1 {display: none !important;} | ||
18 | {{/code}} | ||
19 | |||
20 | Speichern Sie die Anweisung in einer CSS-Datei (.css). Fügen Sie die CSS-Datei dem Testinhalt hinzu, indem Sie die CSS-Datei als Stylesheet-Datei im Tab **//Optionen//** im Abschnitt Layout-Einstellungen hochladen. | ||
21 | {{/layout-cell}} | ||
22 | {{/layout-section}} | ||
23 | {{/layout}} | ||
24 | |||
25 | |||
26 | |||
27 | When performing a test, the test title is displayed in the upper left pane. You may hide the test title using your own style sheet file (CSS). | ||
28 | |||
29 | [[image:attach:Testrun - Testtitel wird angezeigt_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]][[image:attach:Testrun - Testtitel ausgeblendet_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] | ||
30 | |||
31 | To do this, use the following CSS statement: | ||
32 | |||
33 | {{code}} | ||
34 | .nav-header h1 {display: none !important;} | ||
35 | {{/code}} | ||
36 | |||
37 | Save the statement in a CSS file (.css). Then add the CSS file to the test content by uploading it as a style sheet file to the **//Layout settings//** section in the //**Options**// tab. |