diff --git a/styles/img/logo.png b/styles/img/logo.png index b0615e1c..fc67f35c 100644 Binary files a/styles/img/logo.png and b/styles/img/logo.png differ diff --git a/styles/img/rdd_pause.png b/styles/img/rdd_pause.png new file mode 100644 index 00000000..0b0e536d Binary files /dev/null and b/styles/img/rdd_pause.png differ diff --git a/styles/simple.css b/styles/simple.css index 256ccf9c..06cfc90d 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -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; +} \ No newline at end of file