From 4e4d53ab384eef8d8631baf15de8b0e76fa05111 Mon Sep 17 00:00:00 2001 From: MarcThibeault Date: Mon, 17 Nov 2014 20:04:47 -0500 Subject: [PATCH] Opacity fine tuning --- fp-interface/themes/leggero/leggero-v2/res/common.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fp-interface/themes/leggero/leggero-v2/res/common.css b/fp-interface/themes/leggero/leggero-v2/res/common.css index 9be1ca7..8d7e8bc 100644 --- a/fp-interface/themes/leggero/leggero-v2/res/common.css +++ b/fp-interface/themes/leggero/leggero-v2/res/common.css @@ -139,7 +139,7 @@ h4 { font-size: 1.2em; } #head { padding: 25px 25px 25px 25px; margin: 5px; - background: rgba(184,60,50,0.6); + background: rgba(184,60,50,0.7); border: black 1px solid; border-radius: 10px ; } @@ -149,7 +149,7 @@ h4 { font-size: 1.2em; } .subtitle { font-size: 100%; font-style: oblique; - color: #F1F1F1; + color: white; margin: .5em 0 0 0 } @@ -173,7 +173,7 @@ h4 { font-size: 1.2em; } width: 100%; margin: 0 auto 0 auto; padding: 5px; - background-color: rgba(0,0,0,0.85); + background-color: rgba(0,0,0,0.75); border-radius: 3px; } @@ -203,7 +203,7 @@ h4 { font-size: 1.2em; } width: 100%; margin: 0 auto 0 auto; padding-top: 5px; - background-color: rgba(0,0,0,0.85); + background-color: rgba(0,0,0,0.75); } /* ===== MAIN ===== */ @@ -233,7 +233,7 @@ h4 { font-size: 1.2em; } margin: 0 auto 0 auto; padding: 5px; background-color: black; - -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; border-radius: 3px; }