Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / crypto / test / test_WebCrypto.css
blob536ec735a70d64f428cf08ea6375c8c5967d4c38
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 body {
6 font-family: Helvetica Neue, Helvetica, Trebuchet MS, Sans-serif;
7 font-size: 12pt;
8 text-align: center;
11 a {
12 color: #FF9500;
13 text-decoration: none;
16 a:hover {
17 text-decoration: underline;
20 #content {
21 width: 50em;
22 margin-left: auto;
23 margin-right: auto;
24 text-align: left;
27 #head {
28 font-family: Helvetica Neue, Helvetica, Trebuchet MS, Sans-serif;
29 font-size: 300%;
30 font-weight: lighter;
31 padding: .2ex;
32 padding-bottom: 0ex;
33 margin-bottom: .5ex;
34 border-bottom: 10px solid #FF9500;
36 #head b {
37 font-weight: bold;
38 color: #FF9500;
41 div.content {
42 font-family: Helvetica Neue, Helvetica, Trebuchet MS, Sans-serif;
43 color: #000;
44 margin: 2ex;
47 #foot {
48 border-bottom: 1ex solid #FF9500;
49 margin-top: 2ex;
52 /*------------------------------------------*/
54 #start {
55 background: #FF9500;
56 color: #fff;
57 text-align: center;
58 font-weight: bold;
59 padding: 1em 0 1em 0;
60 width: 50em;
61 cursor: pointer;
65 #results {
66 text-align: left;
67 width: 48em;
68 border: 1px solid black;
71 .pass {
72 font-weight: bold;
73 color: #00539F;
76 .fail {
77 font-weight: bold;
78 color: #FF9500;
81 .pending {
82 font-weight: bold;
83 color: #666;