source: devel/testlink/automation2.0/target/surefire-reports/html/reportng.css @ 4962

Revision 4962, 4.5 KB checked in by luiz-fernando, 13 years ago (diff)

Ticket #1771 - Adicionado testes automatizados para modulo da agenda

Line 
1*                        {padding: 0; margin: 0;}
2a                        {color: #006699;}
3a:visited                {color: #003366;}
4body                     {font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; line-height: 1.8em; font-size: 62.5%; margin: 1.8em 1em;}
5h1                       {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 2.7em; margin-bottom: 0.6667em;}
6h2                       {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.8em; margin-bottom: 0;}
7p                        {font-size: 1.3em;}
8td                       {font-size: 1.3em;}
9
10.header                  {font-size: 1.4em; font-weight: bold; text-align: left;}
11.passed                  {background-color: #44aa44;}
12.skipped                 {background-color: #ffaa00;}
13.failed                  {background-color: #ff4444;}
14.failedConfig            {background-color: #800000; color: #ffffff}
15.skippedConfig           {background-color: #cc6600; color: #ffffff}
16.totalLabel              {font-weight: bold; background-color: #ffffff;}
17
18.suite                   {background-color: #999999; font-weight: bold;}
19.test                    {background-color: #eeeeee; padding-left: 2em;}
20.test .passed            {background-color: #88ee88;}
21.test .skipped           {background-color: #ffff77;}
22.test .failed            {background-color: #ff8888;}
23.group                   {background-color: #cccccc; color: #000000; font-weight: bold;}
24.suiteLinks              {float: right; font-weight: normal; vertical-align: middle;}
25.suiteLinks a            {color: #ffffff; margin-left: .5em;}
26.passRate                {font-weight: bold; text-align: right;}
27.duration                {text-align: right;}
28.thread                  {white-space: nowrap;}
29
30.resultsTable            {border: 0; width: 100%; margin-top: 1.8em; line-height: 1.7em; border-spacing: 0.1em;}
31.resultsTable .method    {width: 18em;}
32.resultsTable .duration  {width: 6em;}
33.resultsTable td         {vertical-align: top; padding: 0 1em;}
34.resultsTable th         {padding: 0 .5em;}
35.number                  {text-align: right;}
36.zero                    {font-weight: normal;}
37.columnHeadings          {font-size: 1em;}
38.columnHeadings th       {font-weight: normal;}
39
40.configTable             {border: 1px solid #800000; color: #800000; margin-bottom: 1.5em;}
41
42#sidebarHeader           {padding: 1.8em 1em; margin: 0 -1em 1.8em -1em;}
43#suites                  {line-height: 1.7em; border-spacing: 0.1em; width: 100%;}
44.tests                   {display: table-row-group;}
45.header.suite            {cursor: pointer; clear: right; height: 1.214em; margin-top: 1px;}
46div.test                 {margin-top: 0.1em; clear: right; font-size: 1.3em;}
47
48/* The +/- toggle used in the navigation frame. */
49.toggle                  {font-family: monospace; font-weight: bold; padding-left: 2px; padding-right: 5px; color: #777777;}
50.successIndicator        {float: right; font-family: monospace; font-weight: bold; padding-right: 2px; color: #44aa44;}
51.skipIndicator           {float: right; font-family: monospace; font-weight: bold; padding-right: 2px; color: #ffaa00;}
52.failureIndicator        {float: right; font-family: monospace; font-weight: bold; padding-right: 2px; color: #ff4444;}
53
54
55/* These classes are for information about an individual test result. */
56.result                  {font-size: 1.1em; vertical-align: middle;}
57.dependency              {font-family: Lucida Console, Monaco, Courier New, monospace; font-weight: bold;}
58.arguments               {font-family: Lucida Console, Monaco, Courier New, monospace; font-weight: bold;}
59.testOutput              {font-family: Lucida Console, Monaco, Courier New, monospace; color: #666666;}
60.stackTrace              {font-size: 0.9em; line-height: 1.2em; margin-left: 2em; display: none;}
61.stackTrace .stackTrace  {font-size: inherit;}
62
63.description             {border-bottom: 1px dotted #006699;}
64
65#meta                    {font-size: 1em; text-align: right; float: right;}
66#systemInfo              {color: #666666;}
67
68/* Reporter log output (individual test ouput is style by "testOutput" above). */
69#log                     {font-family: Lucida Console, Monaco, Courier New, monospace; font-size: 1.3em; margin-top: 1.8em;}
70
71.overviewTable           {width: 100%; margin-top: 1.8em; line-height: 1.7em; border-spacing: 0.1em;}
72.overviewTable td        {padding: 0 1em;}
73.overviewTable th        {padding: 0 .5em;}
74.overviewTable .duration {width: 6em;}
75.overviewTable .passRate {width: 6em;}
76.overviewTable .number   {width: 5em;}
77.overviewTable tr        {height: 1.6em;}
78
Note: See TracBrowser for help on using the repository browser.