Template:MomoTalk/style.css

From Blue Archive Wiki
Jump to navigation Jump to search
.momotalk-container {
    width: 100%;
    border-radius:5px;
    overflow:hidden;
    box-shadow: 1px 1px 2px lightgrey;
}
.momotalk-top {
    width:100%;
    height:50px;
    background-color:#fc96ab;
}
.momotalk-logo-text {
    display:inline-block;
    color:#fff;
    font-size:32px;
    padding-left:10px;
    vertical-align: middle;
    font-weight: bold;
}
.momotalk-logo-text:hover {
    cursor:default;
}
.momotalk-close {
    float: right;
    font-size: 35px;
    color: white;
    font-weight: bold;
    margin-right: 8px;
}
.momotalk-close:hover {
    cursor: pointer;
}
table.momotalk-table {
    width:100%;
}
table.momotalk-table td:first-child {
    /* profile picture */
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
}
table.momotalk-table td:nth-child(2) {
    width:100%;
}
.momotalk-student-line-container {
    float: left;
    padding-left: 10px;
}
.momotalk-student-name {
    font-size: 20px;
    font-weight: bold;
}
.momotalk-student-line {
    background: #4b5a6f;
    color:white;
}
.momotalk-sensei-line {
    float: right;
    background: #4a8ac6;
    margin-right: 3px;
}
.momotalk-dialog-text {
    border-radius: 7px;
    padding: 6px;
    color: white;
    font-size: 15px;
    font-weight: 500;
	max-width: 90%;
	margin-bottom: 5px;
}