/* Only for [[魔神柱(Fate)]] */
.demon-god-pillar {
text-align: center;
font-family: serif;
font-weight: bold;
}
.demon-god-pillar > span {
display: inline-block;
position: relative;
}
.demon-god-pillar > span::before {
content: attr(title);
position: absolute;
text-shadow: 0 0 20px red,0 0 15px red,0 0 10px red,0 0 5px red,0 0 2px red,0 0 1px red;
}
.demon-god-pillar > span > span {
position: relative;
background-image: linear-gradient(to top,#900,#900 30%,black,#900 70%,#900);
}
/* [[Category:在主名字空间下的CSS页面]] */