339da70717693d5299f7ab8e707baf9c09434010
[catagits/Catalyst-Authentication-Store-LDAP.git] / t / lib / Test-Session-Broken / root / static / css / style.css
1 body {
2     margin: 0px;
3     padding: 0px;
4     font-family: arial;
5 }
6
7 #container{
8         width: 990px;
9         margin-left: auto;
10         margin-right: auto;
11         margin-top: 20px;
12         background: #fff;
13         position:relative;
14         overflow:hidden;
15 }
16
17 #header {
18     background-color: #990000;
19     color: #ffffff;
20     margin: 0px;
21     padding: 1px;
22     border-bottom: 3px solid red;
23     height: 100px;
24     width: 100%;
25 }
26 #header h1 {
27     padding: 5px;
28 }
29
30
31 #navbar {
32     position: absolute;
33     background-color: #660000;
34     border-top: 1px solid white;
35     top: 74px;
36     height: 24px;
37     width: 100%;
38 }
39 #navbar a {
40     color: white;
41     padding-left: 10px;
42     padding-right: 10px;
43     text-decoration: none;
44     font-weight: bold;
45     font-size: 16px;
46 }
47 #navbar a:hover {
48     background-color: #330000;
49 }
50
51
52 #powered {
53     position: absolute;
54     top: 20px;
55     left: 600px;
56 }
57 #content {
58     background-color: #dddddd;
59     color: black;
60     padding: 5px;
61     padding-top: 20px;
62 }
63
64 .messageblock {
65     background-color: #dddddd;
66     margin: 20px;
67     padding: 10px;
68     border: 1px solid #009900;
69     width: 500px;
70     font-size: 1.2em;
71 }
72
73 .form {
74     margin:0 auto;
75     width:400px;
76     padding:14px;
77 }
78
79
80
81 .result.var {
82     width: 99%;
83     padding: 1px;
84     border:1px dashed #660000;;
85 }
86
87 .result.subvar {
88     width:98%;
89     border:1px dotted white;
90     padding:5px;
91     margin-bottom:5px;
92 }
93
94 .result.subvark{
95     font-style: italic;
96     font-weight: bold;
97 }
98
99 .result.subvarv {
100 }