-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient.css
71 lines (65 loc) · 1.08 KB
/
client.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
body {
font:normal 0.9em arial,helvetica;
color:black;
top: 5%;
left: 20%;
position: absolute
}
div{
position : center;
border-spacing : 15px;
background-color: #F8F8FF
}
#corp {
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
border-style : double;
background-color: #F8F8FF;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
font-style: italic;
max-width: 440px;
}
#global {
padding-top: 5px;
padding-left: 10px;
padding-right: 10px;
border-style : double;
background-color: #FF8C00;
font-style : italic;
}
h2{
text-align: center;
text-decoration : underline
}
#log {
width:440px;
height:200px;
border:1px;
overflow:auto;
border-style : double;
border-spacing: 15px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}
#msg {
width:330px;
}
#sumbut{
background : green;
margin-right: 20px;
margin-top: 5px;
}
#quit{
background : red;
margin-left: 10px;
margin-top: 5px;
}