Adieee5 commited on
Commit
9cd69c0
·
verified ·
1 Parent(s): 9d0d1cc

Delete static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +0 -223
static/style.css DELETED
@@ -1,223 +0,0 @@
1
- body,html{
2
- height: 100%;
3
- margin: 0;
4
- background: rgb(44, 47, 59);
5
- background: -webkit-linear-gradient(to right, rgb(40, 59, 34), rgb(54, 60, 70), rgb(32, 32, 43));
6
- background: linear-gradient(to right, rgb(38, 51, 61), rgb(50, 55, 65), rgb(33, 33, 78));
7
- }
8
-
9
- .chat{
10
- margin-top: auto;
11
- margin-bottom: auto;
12
- }
13
- .card{
14
- height: 600px;
15
- border-radius: 15px !important;
16
- background-color: rgba(0,0,0,0.4) !important;
17
- }
18
- .contacts_body{
19
- padding: 0.75rem 0 !important;
20
- overflow-y: auto;
21
- white-space: nowrap;
22
- }
23
- .msg_card_body{
24
- overflow-y: auto;
25
- }
26
- .card-header{
27
- border-radius: 15px 15px 0 0 !important;
28
- border-bottom: 0 !important;
29
- }
30
- .card-footer{
31
- border-radius: 0 0 15px 15px !important;
32
- border-top: 0 !important;
33
- }
34
- .container{
35
- align-content: center;
36
- }
37
- .search{
38
- border-radius: 15px 0 0 15px !important;
39
- background-color: rgba(0,0,0,0.3) !important;
40
- border:0 !important;
41
- color:white !important;
42
- }
43
- .search:focus{
44
- box-shadow:none !important;
45
- outline:0px !important;
46
- }
47
- .type_msg{
48
- background-color: rgba(0,0,0,0.3) !important;
49
- border:0 !important;
50
- color:white !important;
51
- height: 60px !important;
52
- overflow-y: auto;
53
- }
54
- .type_msg:focus{
55
- box-shadow:none !important;
56
- outline:0px !important;
57
- }
58
- .attach_btn{
59
- border-radius: 15px 0 0 15px !important;
60
- background-color: rgba(0,0,0,0.3) !important;
61
- border:0 !important;
62
- color: white !important;
63
- cursor: pointer;
64
- }
65
- .send_btn{
66
- border-radius: 0 15px 15px 0 !important;
67
- background-color: rgba(0,0,0,0.3) !important;
68
- border:0 !important;
69
- color: white !important;
70
- cursor: pointer;
71
- }
72
- .search_btn{
73
- border-radius: 0 15px 15px 0 !important;
74
- background-color: rgba(0,0,0,0.3) !important;
75
- border:0 !important;
76
- color: white !important;
77
- cursor: pointer;
78
- }
79
- .contacts{
80
- list-style: none;
81
- padding: 0;
82
- }
83
- .contacts li{
84
- width: 100% !important;
85
- padding: 5px 10px;
86
- margin-bottom: 15px !important;
87
- }
88
- .active{
89
- background-color: rgba(0,0,0,0.3);
90
- }
91
- .user_img{
92
- height: 70px;
93
- width: 70px;
94
- border:1.5px solid #f5f6fa;
95
-
96
- }
97
- .user_img_msg{
98
- height: 40px;
99
- width: 40px;
100
- border:1.5px solid #f5f6fa;
101
-
102
- }
103
- .img_cont{
104
- position: relative;
105
- height: 70px;
106
- width: 70px;
107
- }
108
- .img_cont_msg{
109
- height: 40px;
110
- width: 40px;
111
- }
112
- .online_icon{
113
- position: absolute;
114
- height: 15px;
115
- width:15px;
116
- background-color: #4cd137;
117
- border-radius: 50%;
118
- bottom: 0.2em;
119
- right: 0.4em;
120
- border:1.5px solid white;
121
- }
122
- .offline{
123
- background-color: #c23616 !important;
124
- }
125
- .user_info{
126
- margin-top: auto;
127
- margin-bottom: auto;
128
- margin-left: 15px;
129
- }
130
- .user_info span{
131
- font-size: 20px;
132
- color: white;
133
- }
134
- .user_info p{
135
- font-size: 10px;
136
- color: rgba(255,255,255,0.6);
137
- }
138
- .video_cam{
139
- margin-left: 50px;
140
- margin-top: 5px;
141
- }
142
- .video_cam span{
143
- color: white;
144
- font-size: 20px;
145
- cursor: pointer;
146
- margin-right: 20px;
147
- }
148
- .msg_cotainer{
149
- margin-top: auto;
150
- margin-bottom: auto;
151
- margin-left: 10px;
152
- border-radius: 25px;
153
- background-color: rgb(82, 172, 255);
154
- padding: 10px;
155
- position: relative;
156
- }
157
- .msg_cotainer_send{
158
- margin-top: auto;
159
- margin-bottom: auto;
160
- margin-right: 10px;
161
- border-radius: 25px;
162
- background-color: #58cc71;
163
- padding: 10px;
164
- position: relative;
165
- }
166
- .msg_time{
167
- position: absolute;
168
- left: 0;
169
- bottom: -15px;
170
- color: rgba(255,255,255,0.5);
171
- font-size: 10px;
172
- }
173
- .msg_time_send{
174
- position: absolute;
175
- right:0;
176
- bottom: -15px;
177
- color: rgba(255,255,255,0.5);
178
- font-size: 10px;
179
- }
180
- .msg_head{
181
- position: relative;
182
- }
183
- #action_menu_btn{
184
- position: absolute;
185
- right: 10px;
186
- top: 10px;
187
- color: white;
188
- cursor: pointer;
189
- font-size: 20px;
190
- }
191
- .action_menu{
192
- z-index: 1;
193
- position: absolute;
194
- padding: 15px 0;
195
- background-color: rgba(0,0,0,0.5);
196
- color: white;
197
- border-radius: 15px;
198
- top: 30px;
199
- right: 15px;
200
- display: none;
201
- }
202
- .action_menu ul{
203
- list-style: none;
204
- padding: 0;
205
- margin: 0;
206
- }
207
- .action_menu ul li{
208
- width: 100%;
209
- padding: 10px 15px;
210
- margin-bottom: 5px;
211
- }
212
- .action_menu ul li i{
213
- padding-right: 10px;
214
- }
215
- .action_menu ul li:hover{
216
- cursor: pointer;
217
- background-color: rgba(0,0,0,0.2);
218
- }
219
- @media(max-width: 576px){
220
- .contacts_card{
221
- margin-bottom: 15px !important;
222
- }
223
- }