Link to article: YOSSISTYLE CSS THEME.
#header h2 span {
margin-left: 1px;
}
a {
color: #bb0111;
}
@keyframes sbs {
from {top: 0px;}
to {top: 500px;}
}
#side-bar {
animation-name: sbs;
animation-duration: 20000s;
animation-iteration-count: infinite;
}
a[href="/system:page-tags/tag/theme#pages"] {
font-weight: bold;
}
#license-area a::after {
content: ".";
}
#watchers-button {
display: none;
}
.page-rate-widget-box .rate-points {
text-transform: capitalize;
}