Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / styles / login.css
1 #login_screen, #logout_screen {
2         position: fixed;
3         left: 0;
4         right: 0;
5         margin: 5em auto;
6         width: 42em;
7         overflow: auto;
8 }
9
10 /*because our current layout is a little complicated, we need this: */
11 #login_screen .box, #logout_screen .box {
12         width: 40em;
13         padding: 1em 0;
14 }
15
16 #login_screen .login_message, .login_hello, #login_screen #login_form {
17         display: block;
18         margin: 5px auto 5px auto;
19 }
20
21 #login_screen .login_message, .login_hello { width: 80% }
22
23 #login_screen .login_image { 
24         width: 135px;
25         margin: 0 auto;
26 }
27
28 #login_screen .login_image img { 
29         margin: 0 auto;
30 }
31
32 #login_screen #login_form {
33         padding: 10px;
34         width: 330px;
35 }
36
37 #login_form input, #login_form label, #login_form select {
38         display: block;
39         float: left;
40         margin: 6pt;
41 }
42  
43 #login_form label, #pname, #uname {
44         width: 130px;
45         text-align: left;
46 }
47  
48 #login_form br { clear: left }
49
50 .login_infos {
51         bottom: 0;
52         display: block;
53         margin: 20px auto 0 auto;
54         width: 80%;
55         text-align: left;
56 }
57
58
59 #convlogin { text-align: center }
60
61 #login_form{ background-color: #CCC}
62
63 .login_message {
64         color: #AD1C00;
65         font-weight: 700;
66         text-transform: uppercase;
67 }
68
69 #login_form #uname, #login_form #pname {
70         background-color: #fbf4ca !important; /* needed for li.activeuser */
71         border: 1px solid #999;
72         color: #333;
73 }
74
75 .logbuttons input {
76         cursor: pointer;
77         text-align: center;
78         font-weight: bold;
79 }
80
81 .logbuttons, .registernow {
82         width: 50%;
83         margin: 1em auto;
84         text-align: center;
85         display: block;
86         height: 2em;
87         line-height: 2em;
88         background-color: #4d555c;
89         font-weight: bold;
90         -khtml-border-radius: 5px;
91         -moz-border-radius: 5px;
92         border-radius: 5px;
93         behavior: url(static/styles/PIE.htc);
94 }
95
96 .logbuttons a:link, .registernow a:link { color: #f0feff; }