Customisation UI

This commit is contained in:
sladecraven 2021-01-13 10:09:51 +01:00
parent 3351acc540
commit 8c7ddc6f65
3 changed files with 24 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 78 KiB

BIN
styles/img/rdd_pause.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -1321,3 +1321,27 @@ display: inline-flex;
position:relative;
top:1px;
}
/*************************************************************/
#pause
{
font-family: CaslonAntique;
font-size: 2rem;
}
#pause > h3
{
color: #CCC
}
#pause > img {
content: url(img/rdd_pause.png);
height: 256px;
width: 256px;
top: -75px;
left: calc(50% - 132px);
}
#logo {
content : url("img/logo.png");
width: 100px;
height: 48px;
}