Link to article: Flops Header Backend.
/* To see this in action, go here:
* https://scp-wiki.wikidot.com/component:flops-header
**/
/* == ITEM INFO == */
.itemInfo {
position: relative;
top: .5em;
width: 100%;
font-size: 135%;
text-transform: uppercase;
white-space: nowrap;
}
.itemInfoHeading {
font-weight: 900;
}
.alignL {
position: relative;
right: .195em;
}
.alignR {
position: relative;
left: .195em;
text-align: right;
}
.infofield_1,
.infofield_2,
.infofield_3 {
font-weight: inherit;
}
/* == DISRUPTION CLASS == */
a.disruptionHeader {
display: inline-block;
width: 100%;
padding: .3em 0 .4em;
color: hsl(0, 0%, 94%);
transition: color .15s linear;
font-size: 145%;
line-height: 1;
text-align: center;
text-decoration: none;
text-shadow:
.5px .9px 0 hsla(0, 0%, 0%, .3),
1.5px 2.6px 0 hsla(0, 0%, 0%, .3);
text-transform: uppercase;
}
a.disruptionHeader:hover {
color: white;
background-color: transparent;
text-decoration: none;
}
background-color: {$disruption-bg-color};
font-weight: 900;
itemInfo
darkbox
alignL
itemInfoHeading
bt
infofield_1
alignR
itemInfoHeading
bt
infofield_3
alignL
itemInfoHeading
bt
bh
infofield_2
bh
alignR
itemInfoHeading
bt
disruptionHeader