ਫਰਮਾ:Transcript/styles.css
ਦਿੱਖ
.__transcript_cont {
clear: both;
border-left: none;
margin: 0em;
}
/* Block-centre the contents */
.__transcript_cont > div:first-of-type {
display:table;
margin:auto;
}
/* Light yellow */
.__transcript_cont.__transcript_storyline {
border: 1px solid #ffffec;
background-color: #faf9b2;
}
/* Light red */
.__transcript_cont.__transcript_dialog {
border: 1px solid #fff5f5;
background-color: #ffe2e2;
}
/* Light blue */
.__transcript_cont.__transcript_in_scene {
border: 1px solid #f8f8ff;
background-color: #e2e2ff;
}