Changes

From Drawn to Life Wiki
506 bytes added ,  14:01, 24 November 2020
no edit summary
Line 204: Line 204:  
.rfancyHeader {
 
.rfancyHeader {
 
     background: #0172b8 url("/w/images/6/69/TurtleRockScreenshot.jpg");
 
     background: #0172b8 url("/w/images/6/69/TurtleRockScreenshot.jpg");
 +
    background-attachment: fixed;
 +
    background-size: cover;
 +
    position: relative;
 +
}
 +
 +
.rfancyHeader-textInside {
 +
    width: 100%;
 +
    max-height: 90%;
 +
    min-height: 60%;
 +
    backdrop-filter: blur(4px);
 +
    position: absolute;
 +
    top: 50%;
 +
    transform: translateY(-50%);
 +
    text-align: center;
 +
    box-shadow: #0000003b 0 0px 7px;
 +
}
 +
 +
.rfancyHeader-headerText {
 +
    font-family: 'ARCO';
 +
    color: #fff;
 +
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
 +
    font-size: 2em;
 
}
 
}