47 lines
829 B
CSS

.aibanner-clipper {
position: absolute;
top: 0;
width: 100%;
height: 30px;
overflow: visible;
pointer-events: none;
z-index: 1101;
cursor: pointer;
font-family: 'Roboto';
line-height: 30px;
}
.aibanner-label:hover {
opacity: 1;
}
.aibanner-label {
right: -70px;
top: 40px;
height: 32px;
font-size: 20px;
width: 300px;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
transform: rotate(45deg);
transform-origin: center center;
text-align: center;
font-weight: bold;
color: #484848;
background: rgba(94, 255, 0, 0.5);
border: 1px solid rgb(86, 128, 23);
z-index: 11;
pointer-events: auto;
opacity: 0.5;
}
.aibanner-label-minimal,
.aibanner-label-small {
right: -100px;
top: 30px;
height: 20px;
font-size: 15px;
width: 300px;
}