Customisation UI
This commit is contained in:
parent
3351acc540
commit
8c7ddc6f65
Binary file not shown.
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 78 KiB |
BIN
styles/img/rdd_pause.png
Normal file
BIN
styles/img/rdd_pause.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
@ -1321,3 +1321,27 @@ display: inline-flex;
|
|||||||
position:relative;
|
position:relative;
|
||||||
top:1px;
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user