Added OpenID Authentication
[phorkie.git] / www / css / debug.css
1 html, body {
2     background: #ededed;
3     font: 82.5% Helvetica Neue, HelveticaNeue, Helvetica, sans-serif;
4     margin: 30px 0 0; padding: 0px; }
5
6 h3 {
7     color: #aaa;
8     margin: 0; padding: 0;
9     font-size: 1.3em;
10     
11     position: absolute;
12     top: 30px;
13     width: 100%;
14     text-align: center;
15     left: 0;
16 }
17
18 h3 a {
19     color: #111;
20     text-decoration: none;
21 }
22
23 h3 a:hover {
24     text-decoration: underline;
25     
26 }
27
28 form {
29     padding: 30px;
30     background: #fff;
31         -moz-border-radius: 6px;
32     -webkit-border-radius: 6px;
33     width: 400px;
34     margin: 50px auto 0;
35     }
36     
37 table {
38         font-size: 1.1em !important;
39         font-weight: bold;
40 }
41
42 td {
43     width: 200px;
44 }
45 .discover_results {
46     margin: 60px 0 ;
47     padding: 30px;
48     background: #111;
49     text-align: center;
50 }
51
52
53 .discover_results b {
54     color: #fff;
55     font-size: 2.4em;
56 }
57
58 .relyingparty_results {
59     width: 100%;
60 }
61
62 .relyingparty_results table b {
63     display: block;
64     width: 300px;   
65     font-size: 1.7em;
66     color: #fff;
67 }
68
69
70 pre, .relyingparty_results p table {
71     font-size: 1.2em;
72     width: 900px !important;
73     text-align: left;
74     margin: 0 auto;
75     
76     color: #ddd;
77     padding: 30px;
78
79 }
80
81 .relyingparty_results {
82     background: #111;
83     padding: 30px;
84     margin: 60px 0;
85 }