-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (79 loc) · 1.81 KB
/
style.css
File metadata and controls
89 lines (79 loc) · 1.81 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
* {
margin: 0; padding: 0; }
body {
background-color:#E5E5E5;
font: 13px Helvetica, Arial;
padding: 0px 15px 60px 15px;
}
h2 {
color: #03a9f4;
font: 30px Helvetica, Sans-Serif;
margin: 0 0 10px 0; }
#page-wrap {
margin: 10px auto;
position: relative;
left:1px; }
#chat-wrap {
margin: 0 0 15px 0;
left:1px;}
#chat-area {
height:600px;
left:1px;
overflow: auto;
padding: 5px; }
#chat-area
span {
color: #03a9f4;
padding: 4px 8px;
font: bold 12px "Lucida Grande", Sans-Serif; text-align: right;
margin: 0 5px 0 0; }
#chat-area p {
padding: 8px 0;
border-bottom:5px solid #e5e5e5;
margin: 0 5px 0 0;
border:5px solid #e5e5e5;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color:#fff
}
#name-area {
position: absolute;
top: 12px;
right: 0;
color: white;
font: bold 12px "Lucida Grande", Sans-Serif; text-align: right; }
#name-area span {
color: #fa9f00; }
#send-message-area p
{ float: left;
border:none;
padding-top: 100px;
font-size: 14px; }
#buttonsend {
width: 30px;
background: #03a9f4;
border: none;
padding: 5px;
box-sizing: content-box;
position: absolute;
right: 5px;
height: 30px;
border-radius: 30px;
background-image: url(http://k-94.ru/assets/gen/X1-FFF-md_send.png);
background-size: 21px;
background-position: center;
background-repeat: no-repeat;
}
#sendie {
border: none;
padding: 5px;
resize:none;
width: calc(100% - 60px);
position: absolute;
outline:none;
border-radius: 3px;
left: 5px;
background-color: #fff;
font-size: 14px;
}