// <pre>
/* ===========================
Transcrições
=========================== */
.transcript,
.transcricao {
.border-radius( ~"0 0 120px 120px / 0 0 8px 8px" );
.box-shadow( 0 5px 7px -7px rgba(0, 0, 0, 0.4) );
width: fit-content;
overflow: hidden;
background: #f1f1f1;
margin: 0 0 15px 15px;
padding: 5px 20px 15px 20px;
// [[Template:Letter]]
&.godletter {
margin: 20px auto;
padding: 20px 30px;
}
}
.ns-116 .mw-parser-output,
.transcript,
.transcricao {
// need to exclude TOC
> ul,
> ul ul {
list-style: none;
// alignment markers
li {
border-left: 1px dashed @loblolly;
padding: 20px 0 0 15px;
margin-bottom: 10px;
// First bold word should always be the character
// Move and stylise it
b:first-child {
position: relative;
float: left;
bottom: 18px;
margin-right: -100%;
color: @river-bed;
font-size: .9em;
text-transform: uppercase;
}
&:hover {
border-color: @river-bed;
}
}
}
}
// quest actions for transcripts
.quest-action {
text-align: center;
font-style: italic;
margin: 0 5%;
&:before,
&:after {
content: '———';
margin: 4px;
letter-spacing: -1px;
}
}