-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
55 lines (55 loc) · 749 Bytes
/
main.css
File metadata and controls
55 lines (55 loc) · 749 Bytes
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
.leftimg {
float:left;
margin: 7px 7px 7px 0;
}
.rightimg {
float: right;
margin: 7px 0 7px 7px;
}
.centrimg {
float: centr;
margin: 7px;
}
.inner {
margin-left: -400px;
width: 800px;
}
.outer {
margin-left: 50%;
width: 50%;
}
.form-8 input{
margin: 0 0 8px 0;
}
.massage-div {
height: 480px;
width: 800px;
background-color: #ededed;
overflow: scroll;
overflow-x: hidden;
}
.name {
font-style: italic;
width: 780px;
}
.every_message {
white-space: normal;
}
.for_text{
width: 800px;
display: block;
resize: vertical;
}
.my_name {
font-style: italic;
text-align: right;
width: 760px;
}
.message {
background-color: #B0C4DE;
color: #33527B;
border-radius: 25px;
width: 760px;
word-wrap: break-word;
padding: 5px;
}