diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-16 00:27:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-16 00:27:58 -0200 |
commit | a9462ba331c2b87de6987e61e7154f7624cdfd1b (patch) | |
tree | 5c2ea2e995812159e19ba830b0a9b6e878518dd8 /views/default | |
parent | d1eb7eecabb31d9da8d0e7a52ed814089fe8cb35 (diff) | |
download | saravea_theme-a9462ba331c2b87de6987e61e7154f7624cdfd1b.tar.gz saravea_theme-a9462ba331c2b87de6987e61e7154f7624cdfd1b.tar.bz2 |
Forking into saravea_theme
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css/elements/icons.php | 4 | ||||
-rw-r--r-- | views/default/css/elements/layout.php | 2 | ||||
-rw-r--r-- | views/default/css/elements/typography.php | 8 | ||||
-rw-r--r-- | views/default/css/n1_theme/landing.php | 2 | ||||
-rw-r--r-- | views/default/n1_theme/css.php | 2 | ||||
-rw-r--r-- | views/default/n1_theme/header.php | 2 | ||||
-rw-r--r-- | views/default/n1_theme/landing.php | 4 | ||||
-rw-r--r-- | views/default/page/elements/shortcut_icon.php | 2 |
8 files changed, 13 insertions, 13 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 7b52309..d84c2c3 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -13,7 +13,7 @@ *************************************** */ .elgg-icon, .elgg-menu-item-logout a { - background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/elgg_sprites.png) no-repeat left; + background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; margin: 0 2px; @@ -308,7 +308,7 @@ } .elgg-ajax-loader { - background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/ajax-loader.gif) no-repeat center center; + background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/ajax-loader.gif) no-repeat center center; min-height: 31px; min-width: 31px; } diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php index 570f4f8..b8b20e5 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(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1_small.png) no-repeat 650px bottom; + background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/n1_small.png) no-repeat 650px bottom; } /***** LIQUID LAYOUT *******/ diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php index f6b8549..3d2a169 100644 --- a/views/default/css/elements/typography.php +++ b/views/default/css/elements/typography.php @@ -14,20 +14,20 @@ font-family: "Open Sans"; font-style: normal; font-weight: 400; - src: url("<?php echo elgg_get_site_url(); ?>/mod/n1_theme/vendors/opensans/OpenSans-Regular.ttf"); + src: url("<?php echo elgg_get_site_url(); ?>/mod/saravea_theme/vendors/opensans/OpenSans-Regular.ttf"); } @font-face { font-family: "Open Sans"; font-style: bold; - src: url("<?php echo elgg_get_site_url(); ?>/mod/n1_theme/vendors/opensans/OpenSans-Semibold.ttf"); + src: url("<?php echo elgg_get_site_url(); ?>/mod/saravea_theme/vendors/opensans/OpenSans-Semibold.ttf"); font-weight: 600; } @font-face { font-family: "Open Sans"; font-style: italic; - src: url("<?php echo elgg_get_site_url(); ?>/mod/n1_theme/vendors/opensans/OpenSans-Italic.ttf"); + src: url("<?php echo elgg_get_site_url(); ?>/mod/saravea_theme/vendors/opensans/OpenSans-Italic.ttf"); font-weight: 400; } @@ -93,7 +93,7 @@ blockquote { line-height: 1.3em; padding:10px 20px 10px 10px; margin:5px 5px 15px 20px; - background: #E6D37E url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/quotes.png) no-repeat right; + background: #E6D37E url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/quotes.png) no-repeat right; border:none; box-shadow: 0px 1px 3px #666; diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php index df5b0ab..4767e5d 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('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/n1.png'); + background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/n1.png'); background-repeat: no-repeat; display: table; margin: 30px 0 50px auto; diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index aa1f677..92ba6f3 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -43,7 +43,7 @@ .elgg-access, .elgg-input-access > option { padding-left: 19px; - background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/privacy.png'); + background-image: url('<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/privacy.png'); background-repeat: no-repeat; } diff --git a/views/default/n1_theme/header.php b/views/default/n1_theme/header.php index 5939df8..b9df3c2 100644 --- a/views/default/n1_theme/header.php +++ b/views/default/n1_theme/header.php @@ -6,6 +6,6 @@ $title = $vars['title']; if ($context === 'main' && $title == elgg_echo('content:latest')) { - echo elgg_view('n1_theme/landing'); + echo elgg_view('saravea_theme/landing'); } diff --git a/views/default/n1_theme/landing.php b/views/default/n1_theme/landing.php index 132b275..3ffdd0f 100644 --- a/views/default/n1_theme/landing.php +++ b/views/default/n1_theme/landing.php @@ -2,8 +2,8 @@ elgg_load_css('n1:landing_page'); -$title = elgg_echo('n1_theme:landing:title'); -$subtitle = elgg_echo('n1_theme:landing:subtitle'); +$title = elgg_echo('saravea_theme:landing:title'); +$subtitle = elgg_echo('saravea_theme:landing:subtitle'); echo <<<HTML <div id="n1-landing"> diff --git a/views/default/page/elements/shortcut_icon.php b/views/default/page/elements/shortcut_icon.php index 7fd33f6..c629a40 100644 --- a/views/default/page/elements/shortcut_icon.php +++ b/views/default/page/elements/shortcut_icon.php @@ -3,4 +3,4 @@ * Displays the default shortcut icon
*/
?>
-<link rel="SHORTCUT ICON" href="<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/favicon.ico" />
+<link rel="SHORTCUT ICON" href="<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/favicon.ico" />
|