| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- body
- {
- font-family: verdana, arial, helvetica, Sans-Serif;
- font-size: x-small;
- background: #FFFFFF;
- }
- a
- {
- text-decoration: none;
- background-color: Transparent
- }
- a:link
- {
- color: #0033ff;
- }
- a:visited
- {
- color: #003399;
- }
- a:active, a:hover
- {
- color:#69c;
- }
-
- h2
- {
- padding: 4px 4px 4px 6px;
- font-size: large;
- border: 1px solid black;
- font-weight: bold;
- color: white;
- background-color: #006699;
- }
- h3
- {
- padding: 4px 4px 4px 6px;
- border: 1px solid #003399;
- color: #FFFFFF;
- background-color: #0099CC;
- font-weight: normal;
- font-size: medium;
- }
- table
- {
- padding:0px;
- width: 100%;
- margin-left: -2px;
- margin-right: -2px;
- }
- th, td
- {
- padding: 2px 4px 2px 4px;
- vertical-align: top;
- font-size: x-small;
- }
- address
- {
- font-family: verdana, arial, helvetica, Sans-Serif;
- font-size: 8pt;
- font-style: normal;
- text-align: right;
- }
- .title
- {
- background-color: #bbb;
- color: white;
- }
- .resultmessage
- {
- background-color: #D3E4FF;
- }
- .success
- {
- background-color: lightgreen;
- color: black;
- }
- .failure
- {
- background-color: #FF00FF;
- color: black;
- }
- .notrun
- {
- background-color: yellow;
- color: black;
- }
- .error
- {
- background-color: red;
- color: black;
- font-size: 9pt;
- }
- .right
- {
- font-size: 8pt;
- text-align: right;
- }
- .backToTop
- {
- text-align: right;
- }
- .testsuitelabel
- {
- background-color: cadetblue;
- color: black;
- cursor:pointer; cursor:hand; /* cross browser hack */
- padding-top: 3px;
- border: 1px solid #F5F5F5;
- }
- .testsuiteshowall
- {
- display:inline;
- cursor:pointer; cursor:hand; /* cross browser hack */
- }
- .testsuitehideall
- {
- display:inline;
- cursor:pointer; cursor:hand; /* cross browser hack */
- }
- div.testcontent {
- margin-left: 8px;
- }
|