From dbb546cabb0077244fa7784ffe29be59f83bbc3f Mon Sep 17 00:00:00 2001 From: Máirín Duffy Date: Nov 17 2016 21:04:13 +0000 Subject: updating atomic product graphics to be more scalable and text on top to be more readable --- diff --git a/getfedora.org/static/css/app.css b/getfedora.org/static/css/app.css index e40444e..205135e 100644 --- a/getfedora.org/static/css/app.css +++ b/getfedora.org/static/css/app.css @@ -906,6 +906,11 @@ background-color:#A07CBC; margin-top:20px; } +.caption, .atomic-cli, .atomic-ostree { + font-size: 125%; + text-shadow: 1px 1px 5px #fff; +} + #cloud .atomic-ostree { background-image: url(../images/cloud/atomic-ostree.png); background-position: center center; @@ -914,8 +919,12 @@ margin-top:20px; #cloud .atomic-cli { background-image: url(../images/cloud/atomic-cli.png); - background-position: center center; min-height: 350px; + background-color: #9e8eac; + background-repeat: no-repeat !important; + background-position: left !important; + color: white; + text-shadow: 1px 1px 1px #555; } #cloud .download-lower .btn diff --git a/getfedora.org/static/images/cloud/atomic-cli.png b/getfedora.org/static/images/cloud/atomic-cli.png index 7099e87..cad1732 100644 Binary files a/getfedora.org/static/images/cloud/atomic-cli.png and b/getfedora.org/static/images/cloud/atomic-cli.png differ diff --git a/getfedora.org/static/images/cloud/atomic-ostree.png b/getfedora.org/static/images/cloud/atomic-ostree.png index 4592120..c34fdcf 100644 Binary files a/getfedora.org/static/images/cloud/atomic-ostree.png and b/getfedora.org/static/images/cloud/atomic-ostree.png differ