Commit dbd5185249b4ce7233dc22a759ab87bb4d797292

Authored by usuario
1 parent a25fa9f4
Exists in master

change bg color

@@ -17,10 +17,4 @@ @@ -17,10 +17,4 @@
17 }); 17 });
18 });</script> 18 });</script>
19 </div> 19 </div>
20 -<div align="center">  
21 -<!-- AddThis Button BEGIN -->  
22 -<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=300&amp;pubid=ra-537ce67f0ac68ff3"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a>  
23 -<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>  
24 -<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-537ce67f0ac68ff3"></script>  
25 -<!-- AddThis Button END -->  
26 -</div>  
27 \ No newline at end of file 20 \ No newline at end of file
  21 +
images/bg-gradient-old.png 0 → 100644

241 Bytes

images/bg-gradient.png

241 Bytes | W: | H:

1016 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -31,19 +31,19 @@ body { @@ -31,19 +31,19 @@ body {
31 /* Bar Psocial Style */ 31 /* Bar Psocial Style */
32 32
33 #theme-header { 33 #theme-header {
34 - height: 40px;  
35 - background: #E8E8E8;  
36 - background-image: linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);  
37 - background-image: -o-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);  
38 - background-image: -moz-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);  
39 - background-image: -webkit-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);  
40 - background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); 34 + height: 90px;
  35 + background: #f9c404;
  36 + background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
  37 + background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
  38 + background-image: -moz-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
  39 + background-image: -webkit-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
  40 + background-image: -ms-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
41 background-image: -webkit-gradient( 41 background-image: -webkit-gradient(
42 linear, 42 linear,
43 left bottom, 43 left bottom,
44 left top, 44 left top,
45 - color-stop(0.2, #E8E8E8),  
46 - color-stop(0.8, #FEFEFE) 45 + color-stop(0.2, #fcdd4e),
  46 + color-stop(0.8, #f9c404)
47 ); 47 );
48 border-bottom: 4px solid #C90B10; 48 border-bottom: 4px solid #C90B10;
49 } 49 }
@@ -70,7 +70,7 @@ body { @@ -70,7 +70,7 @@ body {
70 } 70 }
71 #assets-menu { 71 #assets-menu {
72 background: #E8E8E8; 72 background: #E8E8E8;
73 - top: 35px; 73 + top: 85px;
74 left: 80px; 74 left: 80px;
75 min-width: 132px; 75 min-width: 132px;
76 } 76 }
@@ -563,7 +563,7 @@ div#article-parent { @@ -563,7 +563,7 @@ div#article-parent {
563 /************************** theme footer ***************************/ 563 /************************** theme footer ***************************/
564 564
565 #theme-footer { 565 #theme-footer {
566 - background: #e8edf1; 566 + background: #f9c404;
567 width: 100%; 567 width: 100%;
568 position: absolute; 568 position: absolute;
569 z-index: 10; 569 z-index: 10;
@@ -635,7 +635,7 @@ div#article-parent { @@ -635,7 +635,7 @@ div#article-parent {
635 #copyright { 635 #copyright {
636 float: right; 636 float: right;
637 width: 500px; 637 width: 500px;
638 - opacity: 0.6; 638 + /* opacity: 0.6; */
639 color: #000 rgba(0,0,0,0.7); 639 color: #000 rgba(0,0,0,0.7);
640 } 640 }
641 641
@@ -645,14 +645,14 @@ div#article-parent { @@ -645,14 +645,14 @@ div#article-parent {
645 } 645 }
646 646
647 #copyright img { 647 #copyright img {
648 - opacity: 0.7; 648 + /* opacity: 0.7; */
649 vertical-align: middle; 649 vertical-align: middle;
650 margin-left: 3px; 650 margin-left: 3px;
651 margin-top: 10px; 651 margin-top: 10px;
652 } 652 }
653 653
654 #copyright img:hover { 654 #copyright img:hover {
655 - opacity: 1; 655 + opacity: 1;
656 } 656 }
657 657
658 #copyright #license span { display: none; } 658 #copyright #license span { display: none; }
@@ -672,7 +672,7 @@ div#article-parent { @@ -672,7 +672,7 @@ div#article-parent {
672 width: 84px; 672 width: 84px;
673 height: 98px; 673 height: 98px;
674 background: url(images/gdf-footer.png) top left no-repeat; 674 background: url(images/gdf-footer.png) top left no-repeat;
675 - opacity: 0.7; 675 + /* opacity: 0.7; */
676 margin: 5px; 676 margin: 5px;
677 } 677 }
678 #gdf:hover { 678 #gdf:hover {