Link to article: Siddartha Alonne's Author Page.
#page-content::before {
display: none;
}
a.collapsible-block-link {
font-weight: bold;
}
a.collapsible-block-link::hover {
color: slategrey;
}
#page-content > h1, h2, h3, h4, h5, h6 {
color: rgb(34, 34, 0);
}
@keyframes blinky {
0% {
color: red;
}
50% {
color: rgb(34, 34, 0);
}
100% {
color: red;
}
}
.blinktext {
font-weight: bold;
text-align: center;
animation-name: blinky;
animation-duration: 1s;
animation-iteration-count: infinite;
}
/*
Powered on 2021/10/26 22:49:10
[2021 Wikidot Theme]
Created by Siddartha Alonne
CC BY-SA 3.0
*/
div#header h1 a span {
font-size: 0px;
}
div#header h1 a:before {
content: "Sidd's Author Page";
color: #eee;
}
div#header h2 span {
font-size:0px;
padding: 4px;
}
div#header h2:after {
content: "It was about damn time";
font-weight: bold;
color: #f0f0c0;
padding: 19px 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
white-space: pre;
}
border:solid 1px #000000; padding:1px
blinktext
blinktext