.ypf-ticker-scroll {
background: #eee;
height: 38px;
line-height: 38px;
margin: 1em;
overflow: hidden;
position: relative;
}
.ypf-ticker-logo {
background-color: #6c919b;
box-shadow: 1px 0px 0px 0px #fff;
color: #ffffff;
font-size: 20px;
height: 38px;
left: 0;
position: absolute;
text-align: center;
top: 0;
width: 38px;
}
.ypf-ticker-logo:after {
border-bottom: 6px solid transparent;
border-left: 6px solid #6c919b;
border-top: 6px solid transparent;
filter: drop-shadow(2px 0px 0px #fff);
content: "";
height: 0;
margin-top: -6px;
position: absolute;
right: -5px;
top: 50%;
width: 0;
}
.ypf-ticker-logo img {
vertical-align: text-bottom;
}
a.ypf-ticker-item {
border-right: 1px solid #fff;
color: #222;
display: inline-block;
float: left;
padding: 0 1em;
text-decoration: none;
transition: background-color 0.25s ease;
}
a.ypf-ticker-item:hover {
background-color: #e1e1e1;
}
.ypf-ticker-name {
font-size: 0.8em;
font-weight: 600;
margin-right: 0.15em;
text-transform: uppercase;
color: #6c919b;
}
#prime-forum .vote-block {
}