Wiki-Quellcode von Testtitel ausblenden
Version 58.1 von Carina Enke am 24.02.2021
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{sv-translation language="de"}} | ||
2 | {{layout}} | ||
3 | {{layout-section ac:type="single"}} | ||
4 | {{layout-cell}} | ||
5 | \\ | ||
6 | {{/layout-cell}} | ||
7 | {{/layout-section}} | ||
8 | |||
9 | {{layout-section ac:type="single"}} | ||
10 | {{layout-cell}} | ||
11 | Bei der Testdurchführung wird der Testtitel im linken, oberen Bereich angezeigt. Sie können den Testtitel mit einer eigenen Stylesheet-Datei (CSS) ausblenden. | ||
12 | |||
13 | [[image:attach:Testrun - Testtitel wird angezeigt_de.png]] [[image:attach:Testrun - Testtitel ausgeblendet_de.png]] | ||
14 | |||
15 | Verwenden Sie folgende CSS-Anweisung: | ||
16 | |||
17 | {{code}} | ||
18 | .nav-header h1 {display: none !important;} | ||
19 | {{/code}} | ||
20 | |||
21 | 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. | ||
22 | {{/layout-cell}} | ||
23 | {{/layout-section}} | ||
24 | {{/layout}} | ||
25 | {{/sv-translation}} | ||
26 | |||
27 | {{sv-translation language="en"}} | ||
28 | 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). | ||
29 | |||
30 | [[image:attach:Testrun - Testtitel wird angezeigt_de.png]][[image:attach:Testrun - Testtitel ausgeblendet_de.png]] | ||
31 | |||
32 | To do this, use the following CSS statement: | ||
33 | |||
34 | {{code}} | ||
35 | .nav-header h1 {display: none !important;} | ||
36 | {{/code}} | ||
37 | |||
38 | 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. | ||
39 | {{/sv-translation}} |