Template:MomoTalk/style.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
m (max width for container)
(experimental css for sensei's reply options)
Line 51: Line 51:
}
}
table.momotalk-table td:nth-child(2) {
table.momotalk-table td:nth-child(2) {
width:100%;
width: 100%;
padding-left:5px;
box-sizing: border-box;
padding-left: 5px;
}
}
.momotalk-student-line-container {
.momotalk-student-line-container {
Line 145: Line 146:
.momotalk-relationship-story-option:hover {
.momotalk-relationship-story-option:hover {
background-color: #e08799;
background-color: #e08799;
}

.momotalk-hidden-student-text {
display: none;
}
div.momotalk-selected-option {
background-color: darkgrey;
color: #fff;
}
}