Blog

setembro 18, 2024

Personalização de letras de músicas e bíblia do Holyrics no OBS Studio

— Letras de Músicas

.text-custom span{
display: fixed;
background-color: rgba(0, 0, 0, 0.9);
box-shadow: 25px 0 0 rgba(0, 0, 0, 0.9), -25px 0 0 rgba(0, 0, 0, 0.9);
padding: 11px 0px;
line-height: 1.8em;
color: #eaeaea

}

.bible-header-custom {
margin: auto !important;
margin-bottom: 0.2em !important;
display: table !important;

}

invisible .bible-header-custom {

margin: auto !important;
margin-bottom: 0.2em !important;
display: table !important;
}
@keyframes fade-in {
from {opacity: 0.0}
to {opacity: 1.0}
}

@keyframes fade-out {
from {opacity: 1.0}
to {opacity: 0.0}
}

.bible-header-custom, .text-custom span {
animation-name: fade-in;
animation-duration: 0.3s;
animation-fill-mode: forwards;
}

— Bíblia

.bible-header-custom {
align-content: center;
width: fit-content;
padding: 7px 35px;
position: absolute;
top: 176px;
left: 70px;
background-color: #262626;
font-size: 10px;
border-radius: 7px;
color: #fff
}

.music-slide {
text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

desc {

align-content: center;
width: fit-content;
padding: 4px 40px;
position: absolute;
top: 176px;
left: 177px;
background-color: #d6d6d6;
font-size: 30px;
border-radius: 7px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
color: #0f0f0f

}

.bible_slide {
display: grid;
padding: 7px;
height: 180px;
border-radius: 10px;
color: #eeeeee;
background-color: rgba(51, 51, 51, 0.9);
align-items: center;

}

.bible_slide > span {
display: none;
}

@keyframes fade-in {
from {opacity: 0.0}
to {opacity: 1.0}
}

@keyframes fade-out {
from {opacity: 1.0}
to {opacity: 0.0}
}

desc, ctt, .music_slide {
animation-name: fade-in;
animation-duration: 0.2s;
animation-fill-mode: forwards;
}

plugins premium WordPress