From 403a7e53c7ed796e7e49299725fe5182fabf61ca Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 16 Feb 2013 01:10:08 -0200 Subject: Renaming some folders --- views/default/css/n1_theme/landing.php | 38 ----------------------------- views/default/css/saravea_theme/landing.php | 38 +++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 views/default/css/n1_theme/landing.php create mode 100644 views/default/css/saravea_theme/landing.php (limited to 'views/default/css') diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php deleted file mode 100644 index 887c29b..0000000 --- a/views/default/css/n1_theme/landing.php +++ /dev/null @@ -1,38 +0,0 @@ -#n1-landing { - height: 250px; - background-image: url('mod/saravea_theme/_graphics/saravea_verm.png'); - background-repeat: no-repeat; - display: table; - margin: 30px 0 50px auto; - min-width: 80%; -} - -#n1-landing-inner { - display: table-cell; - vertical-align: middle; - padding-left: 220px; - -} - -#n1-landing-title { - font-size: 2.1em; - font-weight: bold; - line-height: 0.9em; -} - -#n1-landing-subtitle { - font-size: 1.4em; - color: #666; -} - -.elgg-sidebar h3 { - font-size: 1.6em; -} - -#login-dropdown { - display:none; -} - -.elgg-page-header > .elgg-inner { - background-image: none; -} diff --git a/views/default/css/saravea_theme/landing.php b/views/default/css/saravea_theme/landing.php new file mode 100644 index 0000000..887c29b --- /dev/null +++ b/views/default/css/saravea_theme/landing.php @@ -0,0 +1,38 @@ +#n1-landing { + height: 250px; + background-image: url('mod/saravea_theme/_graphics/saravea_verm.png'); + background-repeat: no-repeat; + display: table; + margin: 30px 0 50px auto; + min-width: 80%; +} + +#n1-landing-inner { + display: table-cell; + vertical-align: middle; + padding-left: 220px; + +} + +#n1-landing-title { + font-size: 2.1em; + font-weight: bold; + line-height: 0.9em; +} + +#n1-landing-subtitle { + font-size: 1.4em; + color: #666; +} + +.elgg-sidebar h3 { + font-size: 1.6em; +} + +#login-dropdown { + display:none; +} + +.elgg-page-header > .elgg-inner { + background-image: none; +} -- cgit v1.2.3