Link to article: Aberrant Factor (Manual).
/*-----------------------------------------------*/
#page-title {
display: none;
}
.genblock a, .genblock a:visited {
color: blue;
text-decoration: underline;
}
.genblock a:hover, .genblock a:visited:hover {
color: purple;
text-decoration: underline;
text-decoration-style: double;
}
.page-div {
border: 3px solid rgba(var(--filing-cabinet));
padding: 1.5em;
}
/* Widebox for Large Elements */
.widebox {
width: 60vw;
max-width: 60vw !important;
position: relative;
left: calc(-30vw + 50%);
}
@media screen and (max-width: 640px) {
.widebox {
width: 100vw;
max-width: 100vw !important;
left: calc(-50vw + 50%);
}
}
/*-----------------------------------------------*/