]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
Adding saravea logo (thanks to samu)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 16 Feb 2013 02:33:40 +0000 (00:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 16 Feb 2013 02:33:40 +0000 (00:33 -0200)
_graphics/saravea_amar.png [new file with mode: 0755]
_graphics/saravea_azul.png [new file with mode: 0755]
_graphics/saravea_bege.png [new file with mode: 0755]
_graphics/saravea_lar.png [new file with mode: 0755]
_graphics/saravea_verd.png [new file with mode: 0755]
_graphics/saravea_verm.png [new file with mode: 0755]
_graphics/saravea_verm_small.png [new file with mode: 0644]
views/default/css/elements/layout.php
views/default/css/n1_theme/landing.php

diff --git a/_graphics/saravea_amar.png b/_graphics/saravea_amar.png
new file mode 100755 (executable)
index 0000000..0aa7c19
Binary files /dev/null and b/_graphics/saravea_amar.png differ
diff --git a/_graphics/saravea_azul.png b/_graphics/saravea_azul.png
new file mode 100755 (executable)
index 0000000..3e653d0
Binary files /dev/null and b/_graphics/saravea_azul.png differ
diff --git a/_graphics/saravea_bege.png b/_graphics/saravea_bege.png
new file mode 100755 (executable)
index 0000000..283565d
Binary files /dev/null and b/_graphics/saravea_bege.png differ
diff --git a/_graphics/saravea_lar.png b/_graphics/saravea_lar.png
new file mode 100755 (executable)
index 0000000..a9b8a7e
Binary files /dev/null and b/_graphics/saravea_lar.png differ
diff --git a/_graphics/saravea_verd.png b/_graphics/saravea_verd.png
new file mode 100755 (executable)
index 0000000..35026a1
Binary files /dev/null and b/_graphics/saravea_verd.png differ
diff --git a/_graphics/saravea_verm.png b/_graphics/saravea_verm.png
new file mode 100755 (executable)
index 0000000..3ab1eb9
Binary files /dev/null and b/_graphics/saravea_verm.png differ
diff --git a/_graphics/saravea_verm_small.png b/_graphics/saravea_verm_small.png
new file mode 100644 (file)
index 0000000..3d2799b
Binary files /dev/null and b/_graphics/saravea_verm_small.png differ
index b8b20e562bcfedd5027c33e6542861d08c25a615..7b4f85f5b31b2c814a5f2768861b73f9ea0d2f59 100644 (file)
@@ -76,7 +76,7 @@ body {
 }
 .elgg-page-header > .elgg-inner {
        position: relative;
-       background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/n1_small.png) no-repeat 650px bottom;
+       background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/saravea_verm_small.png) no-repeat 650px bottom;
 }
 
 /***** LIQUID LAYOUT *******/
index 4767e5dd01449fe1547e18842fd7a3d71d70258d..887c29b8067158c8f15d1abb04c4154eb9587a4d 100644 (file)
@@ -1,6 +1,6 @@
 #n1-landing {
        height: 250px;
-       background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/n1.png');
+       background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/saravea_verm.png');
        background-repeat: no-repeat;
        display: table;
        margin: 30px 0 50px auto;