Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
devsho
2021-11-25 19:28:18 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6d75935ff4a3aa6dfd8640953b37a2c6bd005048
6d75935f
1 parent
ad08ca2a
채팅 줄바꿈과 색상변경
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
css/chat.css
css/chat.css
View file @
6d75935
...
...
@@ -3,7 +3,7 @@
margin
:
auto
;
margin-top
:
100px
;
border-radius
:
20px
;
background-color
:
lightblue
;
background-color
:
#B2C7D9
;
text-align
:
center
;
width
:
500px
;
height
:
800px
;
...
...
@@ -13,6 +13,7 @@
#chat
{
height
:
90%
;
width
:
100%
;
padding-top
:
10px
;
overflow-y
:
auto
;
-ms-overflow-style
:
none
;
/* IE and Edge */
scrollbar-width
:
none
;
/* Firefox */
...
...
@@ -27,8 +28,8 @@
width
:
90%
;
margin-left
:
5%
;
margin-right
:
5%
;
margin-
top
:
10px
;
background-color
:
aquamarine
;
margin-
bottom
:
10px
;
background-color
:
#A9BDCE
;
text-align
:
center
;
clear
:
both
;
float
:
center
;
...
...
@@ -39,8 +40,8 @@
width
:
90%
;
margin-left
:
5%
;
margin-right
:
5%
;
margin-
top
:
10px
;
background-color
:
indianred
;
margin-
bottom
:
10px
;
background-color
:
#A9BDCE
;
text-align
:
center
;
clear
:
both
;
float
:
center
;
...
...
@@ -48,24 +49,25 @@
/* 내가 보낸 메시지 */
.me
{
background-color
:
lemonchiffon
;
background-color
:
#FFEB33
;
border-radius
:
5px
;
margin-
top
:
10px
;
margin-left
:
5
%
;
margin-
bottom
:
10px
;
margin-left
:
30
%
;
margin-right
:
5%
;
padding
:
3px
;
text-align
:
right
;
clear
:
both
;
float
:
right
;
word-break
:
break-all
}
/* 상대방이 보낸 메시지 */
.other
{
background-color
:
white
;
background-color
:
#FFFFFF
;
border-radius
:
5px
;
margin-
top
:
10px
;
margin-
bottom
:
10px
;
margin-left
:
5%
;
margin-right
:
5
%
;
margin-right
:
30
%
;
padding
:
3px
;
text-align
:
left
;
clear
:
both
;
...
...
Please
register
or
login
to post a comment