Template:MomoTalk/style.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (oops)
(adjust width)
Line 39: Line 39:
}
}
.momotalk-profile-picture {
.momotalk-profile-picture {
/* profile picture */
display: block;
display: block;
width: 50px;
width: 50px;
Line 55: Line 54:
.momotalk-student-line-container {
.momotalk-student-line-container {
float: left;
float: left;
}
.momotalk-sensei-line-container {
float: right;
}
.momotalk-student-line-container, .momotalk-sensei-line-container {
max-width: 90%;
}
}
.momotalk-student-name {
.momotalk-student-name {
Line 65: Line 70:
}
}
.momotalk-sensei-line {
.momotalk-sensei-line {
float: right;
background: #4a8ac6;
background: #4a8ac6;
margin-right: 3px;
margin-right: 3px;
}
}
.momotalk-dialog-text {
.momotalk-student-line, .momotalk-sensei-line {
border-radius: 7px;
border-radius: 7px;
padding: 6px;
padding: 6px;
Line 75: Line 79:
font-size: 15px;
font-size: 15px;
font-weight: 500;
font-weight: 500;
width: fit-content;
max-width: 90%;
margin-bottom: 5px;
margin-bottom: 5px;
}
}