diff --git a/header.rhtml b/header.rhtml index 2ecd843..ff9eac4 100644 --- a/header.rhtml +++ b/header.rhtml @@ -17,10 +17,4 @@ }); }); -
\ No newline at end of file + diff --git a/images/bg-gradient-old.png b/images/bg-gradient-old.png new file mode 100644 index 0000000..ecc2746 Binary files /dev/null and b/images/bg-gradient-old.png differ diff --git a/images/bg-gradient.png b/images/bg-gradient.png index ecc2746..09648ea 100644 Binary files a/images/bg-gradient.png and b/images/bg-gradient.png differ diff --git a/style.css b/style.css index 3abb9ca..29559e9 100644 --- a/style.css +++ b/style.css @@ -31,19 +31,19 @@ body { /* Bar Psocial Style */ #theme-header { - height: 40px; - background: #E8E8E8; - background-image: linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); - background-image: -o-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); - background-image: -moz-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); - background-image: -webkit-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); - background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); + height: 90px; + background: #f9c404; + background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); + background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); + background-image: -moz-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); + background-image: -webkit-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); + background-image: -ms-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); background-image: -webkit-gradient( linear, left bottom, left top, - color-stop(0.2, #E8E8E8), - color-stop(0.8, #FEFEFE) + color-stop(0.2, #fcdd4e), + color-stop(0.8, #f9c404) ); border-bottom: 4px solid #C90B10; } @@ -70,7 +70,7 @@ body { } #assets-menu { background: #E8E8E8; - top: 35px; + top: 85px; left: 80px; min-width: 132px; } @@ -563,7 +563,7 @@ div#article-parent { /************************** theme footer ***************************/ #theme-footer { - background: #e8edf1; + background: #f9c404; width: 100%; position: absolute; z-index: 10; @@ -635,7 +635,7 @@ div#article-parent { #copyright { float: right; width: 500px; - opacity: 0.6; + /* opacity: 0.6; */ color: #000 rgba(0,0,0,0.7); } @@ -645,14 +645,14 @@ div#article-parent { } #copyright img { - opacity: 0.7; + /* opacity: 0.7; */ vertical-align: middle; margin-left: 3px; margin-top: 10px; } #copyright img:hover { - opacity: 1; + opacity: 1; } #copyright #license span { display: none; } @@ -672,7 +672,7 @@ div#article-parent { width: 84px; height: 98px; background: url(images/gdf-footer.png) top left no-repeat; - opacity: 0.7; + /* opacity: 0.7; */ margin: 5px; } #gdf:hover { -- libgit2 0.21.2