<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-striped-black {
    padding: 35px 0 35px 0;
    background: repeating-linear-gradient(135deg, #e8e3e3, #d6d6d6 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px);
    /*background: repeating-linear-gradient(135deg, #f9f7f7, #fafafb 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px)*/
}
.bg-striped-black img {
    /* width: 250px; */
    /* height: 180px; */
}
.vereadores-slider {
    margin: 15px 0 15px 0;
}


/*Efeitos nas fotos dos vereadores*/
.efeito:hover {
    transition: all 0.5s;
    transform: scale(1.15);
}
.efeito {
    transition: all 1s;   
    height: 310px; 
}

.thumbnail &gt; img {
    height: 210px;
}</pre></body></html>