From 75a8760a6259b8363da192caa1f3c1bc9ec8536e Mon Sep 17 00:00:00 2001 From: mhsabbagh Date: Jan 07 2017 10:25:19 +0000 Subject: [PATCH 1/2] Update start.fedoraproject.org/static/css/app.css Updated the style of start.fedoraproject.org --- diff --git a/start.fedoraproject.org/static/css/app.css b/start.fedoraproject.org/static/css/app.css index 760d9f6..6cb7063 100644 --- a/start.fedoraproject.org/static/css/app.css +++ b/start.fedoraproject.org/static/css/app.css @@ -6,10 +6,10 @@ } .grey { - background-color: #58595b; + background-color: #f0f0f0; margin: 0 auto; width: 100%; - color: #fff; + color: #555; } .product-header { @@ -36,22 +36,18 @@ /* Header doc */ -.border { - border-right: 2px solid #ccc; -} - .bluebox h3 { color: #ccc; margin-top: 28px; } .bluebox a { - color: #ccc; + color: #fff; text-decoration: none; } .bluebox a:hover { - color: #fff; + color: #eee; text-decoration: none; } @@ -100,7 +96,7 @@ a:focus.title { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; - margin-right: 60px; + margin-right: 30px; margin-bottom: -15px; padding: 5px 10px; } @@ -130,12 +126,14 @@ p.month { } .comments { - background-color: #294172; - color: #fff; - padding: 5px 10px; + color: #555; + padding: 5px; width: 60px; float: right; font-size: 16px; + border-radius: 5px; + -webkit-border-radius: 5px; + moz-border-radius: 5px; } .comment-icon { @@ -225,10 +223,6 @@ li.right { /* special classes for small screens */ @media (max-width: 767px) { - .border { - border-bottom: 2px solid #ccc; - border-right: none; - } .white img { width: 700px; @@ -256,4 +250,3 @@ li.right { } } /* end small screens classes */ - From 8a2211ffc7d556ec3efd11e2988bc23d528385c6 Mon Sep 17 00:00:00 2001 From: mhsabbagh Date: Jan 26 2017 05:39:27 +0000 Subject: [PATCH 2/2] Update start.fedoraproject.org/static/css/app.css Updating the style of the start page in order to make it look like more elegant. --- diff --git a/start.fedoraproject.org/static/css/app.css b/start.fedoraproject.org/static/css/app.css index 6cb7063..ed865bc 100644 --- a/start.fedoraproject.org/static/css/app.css +++ b/start.fedoraproject.org/static/css/app.css @@ -6,7 +6,7 @@ } .grey { - background-color: #f0f0f0; + background-color: #DEDEDE; margin: 0 auto; width: 100%; color: #555; @@ -17,7 +17,7 @@ } .bluebox { - background-color: #3c6eb4; + background-color: #3c6eb4; height: 85px; } @@ -36,6 +36,10 @@ /* Header doc */ +.border { + border-right: 2px solid rgba(255, 255, 255, 0.4); +} + .bluebox h3 { color: #ccc; margin-top: 28px;