-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
107 lines (94 loc) · 1.52 KB
/
style.css
File metadata and controls
107 lines (94 loc) · 1.52 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.heading-name-meta {
padding-top:10px;
}
.searchbox {
height:50px;
}
.user-selected {
background:#87cefa !important;
}
.heading {
height:50px;
width:100%;
background:#eee;
}
.margin-5 {
margin: 5px;
}
.margin-auto {
margin:auto;
}
.padding-5 {
padding: 5px;
}
.conversation {
height: 350px;
overflow-y:auto;
}
.width-100 {
width:100%;
}
#container {
background: #DCDCDC;
box-shadow: 10px 14px 60px -23px rgba(0,0,0,0.94);
}
.send-reply {
margin-left:-10px;
padding-top:5px!important;
padding-left:0px!important;
cursor:pointer;
color:grey;
}
.send-reply:hover {
color: #73C7E8;
}
.receiver {
width: auto !important;
padding: 4px 10px 7px !important;
border-radius: 10px;
background: #f5f5f5;
font-size: 12px;
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
word-wrap: break-word;
display: inline-block;
}
.sender {
float: right;
width: auto !important;
background: #dcf8c6;
border-radius: 10px;
padding: 4px 10px 7px !important;
font-size: 12px;
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
display: inline-block;
word-wrap: break-word;
}
.sideBar-body {
text-align:center;
border-bottom: 1px solid #f7f7f7;
height: 60px;
width:100%;
margin: 0 !important;
cursor: pointer;
}
.sideBar-body:hover {
background:#ededed;
}
.sideBar {
background-color: #fff;
overflow-y: auto;
border: 1px solid #f7f7f7;
height: 400px;
}
#main {
height:70%;
margin:auto;
width:70%;
margin-top:30px;
}
.teal {
background: #008080;
}
.hide {
display:none;
}