PublishingCSS:Making Matters Lexicon
p {
color: red !important;
}
.tocnumber {
color: red;
}
sup.reference {
display: inline-block;
font-family: fantasy;
background: darkred;
color: yellow;
font-size: 1.5em;
animation: rotate 5s linear infinite;
}
sup.reference a {
color: yellow;
text-decoration: none;
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.toc ul {
list-style: none;
padding: 0;
margin: 0;
}
.toc li {
padding: 0;
margin: 0;
}