From: Silvio Rhatto Date: Sat, 16 Feb 2013 02:33:40 +0000 (-0200) Subject: Adding saravea logo (thanks to samu) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=73b00ffcc94abe577280e7ec1d1b4a496795d631;p=lorea%2Fsaravea_theme.git Adding saravea logo (thanks to samu) --- diff --git a/_graphics/saravea_amar.png b/_graphics/saravea_amar.png new file mode 100755 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 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 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 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 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 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 index 0000000..3d2799b Binary files /dev/null and b/_graphics/saravea_verm_small.png differ diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index b8b20e5..7b4f85f 100644 --- a/views/default/css/elements/layout.php +++ b/views/default/css/elements/layout.php @@ -76,7 +76,7 @@ body { } .elgg-page-header > .elgg-inner { position: relative; - background: transparent url(mod/saravea_theme/_graphics/n1_small.png) no-repeat 650px bottom; + background: transparent url(mod/saravea_theme/_graphics/saravea_verm_small.png) no-repeat 650px bottom; } /***** LIQUID LAYOUT *******/ diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php index 4767e5d..887c29b 100644 --- a/views/default/css/n1_theme/landing.php +++ b/views/default/css/n1_theme/landing.php @@ -1,6 +1,6 @@ #n1-landing { height: 250px; - background-image: url('mod/saravea_theme/_graphics/n1.png'); + background-image: url('mod/saravea_theme/_graphics/saravea_verm.png'); background-repeat: no-repeat; display: table; margin: 30px 0 50px auto;