-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
76 lines (75 loc) · 1.57 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* Some Chess, a PHP multi-player chess server. */
/* Copyright (C) 2007 Jon Link */
* {padding:0;margin:0}
body {background:#bfbe9d;color:#444;font-size:0.8em;font-family:Lucida Grande, Tahoma, sans-serif}
a {text-decoration:none;color:#555}
a:hover {text-decoration:underline}
h3 {margin:0.4em;font-size:1.1em;font-weight:700}
form, #regBox {
background:url('img/logo.png') no-repeat;
color:#333;
margin:10em auto 0 auto;
height:275px;
width:275px
}
#login div {margin:0 auto;padding-top:11em;width:18em}
form div p {text-align:right;margin:0.2em}
#lostpass {margin-left:2em;clear:both}
input {
background:#B0C9E3;
border:0;
margin:0.4em 0.3em 0 0.4em;
padding:0.2em 0 0.1em 0.2em;
color:#323232;
width:11.5em
}
.butt {
background:#fff url('img/butt.png') bottom repeat-x;
border:1px #ccc solid;
height:1.7em;
width:6em;
color:#333;
font-size:1.1em;
font-weight:700;
font-variant:small-caps;
text-align:center
}
.butt:hover {
background:url('img/butt-d.png') bottom repeat-x;
border:1px #aaa solid
}
.message, .error {
background:#dbdbdb;
border:3px double #666;
padding:3em;
width:15em;
margin:1em auto;
text-align:center
}
.error {color:#8C2721}
#config-error {
margin-top:10em;
width:40em;
text-align:left
}
#config-error p {margin-top:0.8em}
#regBox {
background:#dbdbdb;
border:1px solid #bbb;
margin-top:1em;
height:auto
}
#regBox div {margin:1.1em auto;width:20em}
#ver {
color:#71705d;
position:absolute;
bottom:1em;
left:1em;
font-size:0.8em
}
img {
display:block;
border:1px solid #666;
margin-top:1em
}
.reg {position:absolute;top:2em;left:2em}