--- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -74,7 +74,7 @@ position: relative; margin-top: -35px; height: auto; - background: none repeat scroll 0% 0% rgb(1, 55, 40); + background: none repeat scroll 0% 0% rgb(1, 2, 2); z-index:1000; opacity:0.7; @@ -171,6 +171,8 @@ background:rgba(0, 0, 0, 0.6); color:white; border-radius:3%; +font-family:'Open Sans', sans-serif; +font-weight:bold; } .dp { @@ -251,7 +253,7 @@ } a:link { -color:black; +color:rgb(168, 218, 224); } a:hover @@ -275,11 +277,11 @@ ul.dropdown-menu { margin:0; font-size:smaller; - background-color:rgb(1, 55, 40) ; + background-color:rgb(1, 2, 2) ; } .dropdown-menu li a { - padding: 3px 20px; - width:100%; + padding: 0px 15px; + width:100%; } li.maintab:hover { background-color:#3F3B42; @@ -476,7 +478,7 @@ font-size: 18px; margin-top: 15px; height: 41px; - background: none repeat scroll 0% 0% rgb(1, 55, 40); + background: none repeat scroll 0% 0% rgb(1, 2, 2); margin:0px 0px 0px 20px; padding:0px 10px; } @@ -490,8 +492,9 @@ margin-top: 3px; } #collapse-sitemap .panel-body { - background-color:rgb(1, 55, 40); + background-color:rgb(1, 2, 2); padding-bottom:5px; +opacity:0.9; } #small-footer { @@ -1001,10 +1004,11 @@ font-size: 16px; color:#fff; height: 35px; - background: none repeat scroll 0% 0% rgb(1, 55, 40); + background: none repeat scroll 0% 0% rgb(1, 2, 2); padding-top:2px; -margin-top:0%; - } +margin-top:-0.7%; +opacity:0.9; + } .footer-style li { width:auto; @@ -1143,15 +1147,15 @@ } #lightbox .close { - opacity: 1; + opacity: 0.6; color: rgb(255, 255, 255); background-color: rgb(25, 25, 25); - padding: 5px 8px; + padding: 1px 5px; border-radius: 30px; border: 2px solid rgb(255, 255, 255); position: absolute; - top: -15px; - right: -55px; + top: 34px; + right: -65px; z-index:1032; } @@ -1207,16 +1211,15 @@ { background-image:url(/static/uploads/stonechariot1.jpg); width:100%; -height:687px; -background-size:100% +background-size:100% 130%; } .well { margin-left:5%; -background:rgba(0, 0, 0, 0.6); +background:rgba(0, 0, 0, 0.4); color:white; margin-top:5%; -border-radius:7%; +border-radius:1%; }