From 4b28d7ee915ab4a31274b27413017873d5f69cb0 Mon Sep 17 00:00:00 2001 From: AurelioAHeckert Date: Wed, 30 Apr 2008 18:48:09 +0000 Subject: [PATCH] ActionItem358: moving default to ecosol --- public/designs/themes/default/default.yml | 2 -- public/designs/themes/default/images/bg-tags-2.png | Bin 1186 -> 0 bytes public/designs/themes/default/images/bg-tags-top-2.png | Bin 919 -> 0 bytes public/designs/themes/default/images/bg-tags-top.png | Bin 905 -> 0 bytes public/designs/themes/default/images/bg-tags.png | Bin 1211 -> 0 bytes public/designs/themes/default/images/bg-top-azul.png | Bin 80629 -> 0 bytes public/designs/themes/default/images/bg-top-cinza.jpg | Bin 13747 -> 0 bytes public/designs/themes/default/images/bg-top-laranja.png | Bin 77996 -> 0 bytes public/designs/themes/default/images/bg-top-lilas.png | Bin 80914 -> 0 bytes public/designs/themes/default/images/bg-top-verde.png | Bin 84113 -> 0 bytes public/designs/themes/default/images/bg-top-vermelho.png | Bin 71928 -> 0 bytes public/designs/themes/default/images/logo-colivre-footer.gif | Bin 1524 -> 0 bytes public/designs/themes/default/images/logo-fbes-footer.gif | Bin 1534 -> 0 bytes public/designs/themes/default/stylesheets/blocks/communities-block.css | 1 - public/designs/themes/default/stylesheets/blocks/enterprises-block.css | 1 - public/designs/themes/default/stylesheets/blocks/environment-statistics-block.css | 12 ------------ public/designs/themes/default/stylesheets/blocks/friends-block.css | 1 - public/designs/themes/default/stylesheets/blocks/main-block.css | 97 ------------------------------------------------------------------------------------------------- public/designs/themes/default/stylesheets/blocks/members-block.css | 1 - public/designs/themes/default/stylesheets/blocks/profile-info-block.css | 30 ------------------------------ public/designs/themes/default/stylesheets/blocks/profile-list-block.css | 47 ----------------------------------------------- public/designs/themes/default/stylesheets/blocks/recent-documents-block.css | 12 ------------ public/designs/themes/default/stylesheets/blocks/tags-block.css | 34 ---------------------------------- public/designs/themes/default/stylesheets/common.css | 179 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- public/designs/themes/default/stylesheets/controller_account.css | 15 --------------- public/designs/themes/default/stylesheets/controller_cms.css | 27 --------------------------- public/designs/themes/default/stylesheets/controller_friends.css | 9 --------- public/designs/themes/default/stylesheets/controller_profile.css | 2 -- public/designs/themes/default/stylesheets/controller_profile_editor.css | 23 ----------------------- public/designs/themes/default/stylesheets/controller_search.css | 190 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- public/designs/themes/default/stylesheets/controller_tasks.css | 36 ------------------------------------ public/designs/themes/default/thumbnail.jpg | Bin 3592 -> 0 bytes public/designs/themes/ecosol/default.yml | 2 ++ public/designs/themes/ecosol/images/bg-tags-2.png | Bin 0 -> 1186 bytes public/designs/themes/ecosol/images/bg-tags-top-2.png | Bin 0 -> 919 bytes public/designs/themes/ecosol/images/bg-tags-top.png | Bin 0 -> 905 bytes public/designs/themes/ecosol/images/bg-tags.png | Bin 0 -> 1211 bytes public/designs/themes/ecosol/images/bg-top-azul.png | Bin 0 -> 80629 bytes public/designs/themes/ecosol/images/bg-top-cinza.jpg | Bin 0 -> 13747 bytes public/designs/themes/ecosol/images/bg-top-laranja.png | Bin 0 -> 77996 bytes public/designs/themes/ecosol/images/bg-top-lilas.png | Bin 0 -> 80914 bytes public/designs/themes/ecosol/images/bg-top-verde.png | Bin 0 -> 84113 bytes public/designs/themes/ecosol/images/bg-top-vermelho.png | Bin 0 -> 71928 bytes public/designs/themes/ecosol/images/logo-colivre-footer.gif | Bin 0 -> 1524 bytes public/designs/themes/ecosol/images/logo-fbes-footer.gif | Bin 0 -> 1534 bytes public/designs/themes/ecosol/stylesheets/blocks/communities-block.css | 1 + public/designs/themes/ecosol/stylesheets/blocks/enterprises-block.css | 1 + public/designs/themes/ecosol/stylesheets/blocks/environment-statistics-block.css | 12 ++++++++++++ public/designs/themes/ecosol/stylesheets/blocks/friends-block.css | 1 + public/designs/themes/ecosol/stylesheets/blocks/main-block.css | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/designs/themes/ecosol/stylesheets/blocks/members-block.css | 1 + public/designs/themes/ecosol/stylesheets/blocks/profile-info-block.css | 30 ++++++++++++++++++++++++++++++ public/designs/themes/ecosol/stylesheets/blocks/profile-list-block.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ public/designs/themes/ecosol/stylesheets/blocks/recent-documents-block.css | 12 ++++++++++++ public/designs/themes/ecosol/stylesheets/blocks/tags-block.css | 34 ++++++++++++++++++++++++++++++++++ public/designs/themes/ecosol/stylesheets/common.css | 179 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/designs/themes/ecosol/stylesheets/controller_account.css | 15 +++++++++++++++ public/designs/themes/ecosol/stylesheets/controller_cms.css | 27 +++++++++++++++++++++++++++ public/designs/themes/ecosol/stylesheets/controller_friends.css | 9 +++++++++ public/designs/themes/ecosol/stylesheets/controller_profile.css | 2 ++ public/designs/themes/ecosol/stylesheets/controller_profile_editor.css | 23 +++++++++++++++++++++++ public/designs/themes/ecosol/stylesheets/controller_search.css | 190 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public/designs/themes/ecosol/stylesheets/controller_tasks.css | 36 ++++++++++++++++++++++++++++++++++++ public/designs/themes/ecosol/thumbnail.jpg | Bin 0 -> 3592 bytes 64 files changed, 719 insertions(+), 719 deletions(-) delete mode 100644 public/designs/themes/default/default.yml delete mode 100644 public/designs/themes/default/images/bg-tags-2.png delete mode 100644 public/designs/themes/default/images/bg-tags-top-2.png delete mode 100644 public/designs/themes/default/images/bg-tags-top.png delete mode 100644 public/designs/themes/default/images/bg-tags.png delete mode 100644 public/designs/themes/default/images/bg-top-azul.png delete mode 100644 public/designs/themes/default/images/bg-top-cinza.jpg delete mode 100644 public/designs/themes/default/images/bg-top-laranja.png delete mode 100644 public/designs/themes/default/images/bg-top-lilas.png delete mode 100644 public/designs/themes/default/images/bg-top-verde.png delete mode 100644 public/designs/themes/default/images/bg-top-vermelho.png delete mode 100644 public/designs/themes/default/images/logo-colivre-footer.gif delete mode 100644 public/designs/themes/default/images/logo-fbes-footer.gif delete mode 120000 public/designs/themes/default/stylesheets/blocks/communities-block.css delete mode 120000 public/designs/themes/default/stylesheets/blocks/enterprises-block.css delete mode 100644 public/designs/themes/default/stylesheets/blocks/environment-statistics-block.css delete mode 120000 public/designs/themes/default/stylesheets/blocks/friends-block.css delete mode 100644 public/designs/themes/default/stylesheets/blocks/main-block.css delete mode 120000 public/designs/themes/default/stylesheets/blocks/members-block.css delete mode 100644 public/designs/themes/default/stylesheets/blocks/profile-info-block.css delete mode 100644 public/designs/themes/default/stylesheets/blocks/profile-list-block.css delete mode 100644 public/designs/themes/default/stylesheets/blocks/recent-documents-block.css delete mode 100644 public/designs/themes/default/stylesheets/blocks/tags-block.css delete mode 100644 public/designs/themes/default/stylesheets/common.css delete mode 100644 public/designs/themes/default/stylesheets/controller_account.css delete mode 100644 public/designs/themes/default/stylesheets/controller_cms.css delete mode 100644 public/designs/themes/default/stylesheets/controller_friends.css delete mode 100644 public/designs/themes/default/stylesheets/controller_profile.css delete mode 100644 public/designs/themes/default/stylesheets/controller_profile_editor.css delete mode 100644 public/designs/themes/default/stylesheets/controller_search.css delete mode 100644 public/designs/themes/default/stylesheets/controller_tasks.css delete mode 100644 public/designs/themes/default/thumbnail.jpg create mode 100644 public/designs/themes/ecosol/default.yml create mode 100644 public/designs/themes/ecosol/images/bg-tags-2.png create mode 100644 public/designs/themes/ecosol/images/bg-tags-top-2.png create mode 100644 public/designs/themes/ecosol/images/bg-tags-top.png create mode 100644 public/designs/themes/ecosol/images/bg-tags.png create mode 100644 public/designs/themes/ecosol/images/bg-top-azul.png create mode 100644 public/designs/themes/ecosol/images/bg-top-cinza.jpg create mode 100644 public/designs/themes/ecosol/images/bg-top-laranja.png create mode 100644 public/designs/themes/ecosol/images/bg-top-lilas.png create mode 100644 public/designs/themes/ecosol/images/bg-top-verde.png create mode 100644 public/designs/themes/ecosol/images/bg-top-vermelho.png create mode 100644 public/designs/themes/ecosol/images/logo-colivre-footer.gif create mode 100644 public/designs/themes/ecosol/images/logo-fbes-footer.gif create mode 120000 public/designs/themes/ecosol/stylesheets/blocks/communities-block.css create mode 120000 public/designs/themes/ecosol/stylesheets/blocks/enterprises-block.css create mode 100644 public/designs/themes/ecosol/stylesheets/blocks/environment-statistics-block.css create mode 120000 public/designs/themes/ecosol/stylesheets/blocks/friends-block.css create mode 100644 public/designs/themes/ecosol/stylesheets/blocks/main-block.css create mode 120000 public/designs/themes/ecosol/stylesheets/blocks/members-block.css create mode 100644 public/designs/themes/ecosol/stylesheets/blocks/profile-info-block.css create mode 100644 public/designs/themes/ecosol/stylesheets/blocks/profile-list-block.css create mode 100644 public/designs/themes/ecosol/stylesheets/blocks/recent-documents-block.css create mode 100644 public/designs/themes/ecosol/stylesheets/blocks/tags-block.css create mode 100644 public/designs/themes/ecosol/stylesheets/common.css create mode 100644 public/designs/themes/ecosol/stylesheets/controller_account.css create mode 100644 public/designs/themes/ecosol/stylesheets/controller_cms.css create mode 100644 public/designs/themes/ecosol/stylesheets/controller_friends.css create mode 100644 public/designs/themes/ecosol/stylesheets/controller_profile.css create mode 100644 public/designs/themes/ecosol/stylesheets/controller_profile_editor.css create mode 100644 public/designs/themes/ecosol/stylesheets/controller_search.css create mode 100644 public/designs/themes/ecosol/stylesheets/controller_tasks.css create mode 100644 public/designs/themes/ecosol/thumbnail.jpg diff --git a/public/designs/themes/default/default.yml b/public/designs/themes/default/default.yml deleted file mode 100644 index bcad135..0000000 --- a/public/designs/themes/default/default.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: "Default" -description: "A simple theme" diff --git a/public/designs/themes/default/images/bg-tags-2.png b/public/designs/themes/default/images/bg-tags-2.png deleted file mode 100644 index 8d9d789..0000000 Binary files a/public/designs/themes/default/images/bg-tags-2.png and /dev/null differ diff --git a/public/designs/themes/default/images/bg-tags-top-2.png b/public/designs/themes/default/images/bg-tags-top-2.png deleted file mode 100644 index 61c5e33..0000000 Binary files a/public/designs/themes/default/images/bg-tags-top-2.png and /dev/null differ diff --git a/public/designs/themes/default/images/bg-tags-top.png b/public/designs/themes/default/images/bg-tags-top.png deleted file mode 100644 index 44028ce..0000000 Binary files a/public/designs/themes/default/images/bg-tags-top.png and /dev/null differ diff --git a/public/designs/themes/default/images/bg-tags.png b/public/designs/themes/default/images/bg-tags.png deleted file mode 100644 index c8b9ab5..0000000 Binary files a/public/designs/themes/default/images/bg-tags.png and /dev/null differ diff --git a/public/designs/themes/default/images/bg-top-azul.png b/public/designs/themes/default/images/bg-top-azul.png deleted file mode 100644 index 32a5e88..0000000 Binary files a/public/designs/themes/default/images/bg-top-azul.png and /dev/null differ diff --git a/public/designs/themes/default/images/bg-top-cinza.jpg b/public/designs/themes/default/images/bg-top-cinza.jpg deleted file mode 100644 index ae5798a..0000000 Binary files a/public/designs/themes/default/images/bg-top-cinza.jpg and /dev/null differ diff --git a/public/designs/themes/default/images/bg-top-laranja.png b/public/designs/themes/default/images/bg-top-laranja.png deleted file mode 100644 index 1b5a988..0000000 Binary files a/public/designs/themes/default/images/bg-top-laranja.png and /dev/null differ diff --git a/public/designs/themes/default/images/bg-top-lilas.png b/public/designs/themes/default/images/bg-top-lilas.png deleted file mode 100644 index 37c91f3..0000000 Binary files a/public/designs/themes/default/images/bg-top-lilas.png and /dev/null differ diff --git a/public/designs/themes/default/images/bg-top-verde.png b/public/designs/themes/default/images/bg-top-verde.png deleted file mode 100644 index e64d058..0000000 Binary files a/public/designs/themes/default/images/bg-top-verde.png and /dev/null differ diff --git a/public/designs/themes/default/images/bg-top-vermelho.png b/public/designs/themes/default/images/bg-top-vermelho.png deleted file mode 100644 index 9464e9c..0000000 Binary files a/public/designs/themes/default/images/bg-top-vermelho.png and /dev/null differ diff --git a/public/designs/themes/default/images/logo-colivre-footer.gif b/public/designs/themes/default/images/logo-colivre-footer.gif deleted file mode 100644 index 9b3bc3c..0000000 Binary files a/public/designs/themes/default/images/logo-colivre-footer.gif and /dev/null differ diff --git a/public/designs/themes/default/images/logo-fbes-footer.gif b/public/designs/themes/default/images/logo-fbes-footer.gif deleted file mode 100644 index 11b68fd..0000000 Binary files a/public/designs/themes/default/images/logo-fbes-footer.gif and /dev/null differ diff --git a/public/designs/themes/default/stylesheets/blocks/communities-block.css b/public/designs/themes/default/stylesheets/blocks/communities-block.css deleted file mode 120000 index 748a402..0000000 --- a/public/designs/themes/default/stylesheets/blocks/communities-block.css +++ /dev/null @@ -1 +0,0 @@ -profile-list-block.css \ No newline at end of file diff --git a/public/designs/themes/default/stylesheets/blocks/enterprises-block.css b/public/designs/themes/default/stylesheets/blocks/enterprises-block.css deleted file mode 120000 index 748a402..0000000 --- a/public/designs/themes/default/stylesheets/blocks/enterprises-block.css +++ /dev/null @@ -1 +0,0 @@ -profile-list-block.css \ No newline at end of file diff --git a/public/designs/themes/default/stylesheets/blocks/environment-statistics-block.css b/public/designs/themes/default/stylesheets/blocks/environment-statistics-block.css deleted file mode 100644 index bf0f6c8..0000000 --- a/public/designs/themes/default/stylesheets/blocks/environment-statistics-block.css +++ /dev/null @@ -1,12 +0,0 @@ - -#content .environment-statistics-block .block-title { - padding-left: 30px; - font-size: 12px; -} - -#content .environment-statistics-block ul { - margin: 0px 0px 0px 5px; -} -.msie #content .environment-statistics-block ul { - margin: 0px 0px 0px 45px; -} diff --git a/public/designs/themes/default/stylesheets/blocks/friends-block.css b/public/designs/themes/default/stylesheets/blocks/friends-block.css deleted file mode 120000 index 748a402..0000000 --- a/public/designs/themes/default/stylesheets/blocks/friends-block.css +++ /dev/null @@ -1 +0,0 @@ -profile-list-block.css \ No newline at end of file diff --git a/public/designs/themes/default/stylesheets/blocks/main-block.css b/public/designs/themes/default/stylesheets/blocks/main-block.css deleted file mode 100644 index e92442f..0000000 --- a/public/designs/themes/default/stylesheets/blocks/main-block.css +++ /dev/null @@ -1,97 +0,0 @@ - -.article { - position: relative; - text-align: justify; -} - -.article-tags { - text-align: right; - font-size: 10px; - margin-top: -9px; - padding-right: 15px; -} - -.article-tags a { - color: #729FCF; - border: 1px solid #B8CFE7; - text-decoration: none; - padding: 0px 2px 1px 2px; -} -.article-tags a:hover { - color: #FFF; - border: 1px solid #3465A4; - background: #729FCF; -} - -.article-actions { - position: absolute; - top: -5px; - right: 0px; - padding-right: 15px; -} - -.article-parent { - text-align: right; - padding-right: 15px; -} - -.article-cat { - position: relative; - border: 1px dotted #B8CFE7; - margin-top: 10px; - padding: 10px; -} - -#content .article-cat h3 { - margin: 0px 0px 5px 0px; -} - -/* * * Comments * * */ - -.article-comment { - position: relative; - border: 1px solid #B8CFE7; - margin-bottom: 10px; - padding: 10px; -} - -.comment-from-owner { - border: 1px solid #3465A4; - background: #B8CFE7; -} - -#content .article-comment h4 { - font-size: 14px; - margin: 0px; -} - -.comment-picture { - position: relative; - display: block; - width: 50px; - height: 50px; - background-repeat: no-repeat; - background-position: 50% 50%; - margin-right: 10px; - float: left; -} -.comment-picture span { - display: none; -} - -.comment-info { - font-size: 10px; - color: #999; -} -.comment-from-owner .comment-info { - color: #729FCF; -} - -.comment-text { - clear: left; -} - -.comment-logged-out .comment-text { - color: #888; -} - diff --git a/public/designs/themes/default/stylesheets/blocks/members-block.css b/public/designs/themes/default/stylesheets/blocks/members-block.css deleted file mode 120000 index 748a402..0000000 --- a/public/designs/themes/default/stylesheets/blocks/members-block.css +++ /dev/null @@ -1 +0,0 @@ -profile-list-block.css \ No newline at end of file diff --git a/public/designs/themes/default/stylesheets/blocks/profile-info-block.css b/public/designs/themes/default/stylesheets/blocks/profile-info-block.css deleted file mode 100644 index 78c37da..0000000 --- a/public/designs/themes/default/stylesheets/blocks/profile-info-block.css +++ /dev/null @@ -1,30 +0,0 @@ -.profile-info-block h2 { - text-align: center; -} - -.profile-info-picture { - border: 2px solid #204A87; - padding: 1px; - background: #FFF; - margin-right: 40px; -} -.msie6 .profile-info-picture { - margin-right: 20px; -} - -.profile-info-data { - width: 110px; - font-size: 10px; - text-align: right; - position: relative; - top: 20px; -} - -.profile-info-options { - clear: both; -} - -.profile-info-options { - text-align: center; -} - diff --git a/public/designs/themes/default/stylesheets/blocks/profile-list-block.css b/public/designs/themes/default/stylesheets/blocks/profile-list-block.css deleted file mode 100644 index 440be20..0000000 --- a/public/designs/themes/default/stylesheets/blocks/profile-list-block.css +++ /dev/null @@ -1,47 +0,0 @@ - -.common-profile-list-block { - color: #B8CFE7; -} - -#content .common-profile-list-block .block-title { - font-size: 14px; -} - -.common-profile-list-block li a { - border: 2px solid #FFF; -} - -.common-profile-list-block li a:hover { - border: 2px solid #2A5896; - background: #B8CFE7; - color: #035; -} - -.enterprises-block .block-footer-content, -.friends-block .block-footer-content, -.communities-block .block-footer-content { - text-align: center; - font-size: 80%; - padding: 5px 0px 0px 0px; -} -.msie .enterprises-block .block-footer-content, -.msie .friends-block .block-footer-content, -.msie .communities-block .block-footer-content { - padding: 0px; - margin-top: -5px; -} - -.common-profile-list-block-none { - font-style: italic; - margin-bottom: -10px; -} -.msie .common-profile-list-block-none { - margin-bottom: 0px; - padding-bottom: 10px; -} - -.common-profile-list-block .button-bar { - padding-top: 15px; - clear: left; -} - diff --git a/public/designs/themes/default/stylesheets/blocks/recent-documents-block.css b/public/designs/themes/default/stylesheets/blocks/recent-documents-block.css deleted file mode 100644 index 37e0717..0000000 --- a/public/designs/themes/default/stylesheets/blocks/recent-documents-block.css +++ /dev/null @@ -1,12 +0,0 @@ - -#content .recent-documents-block .block-title { - padding-left: 30px; - font-size: 12px; -} - -#content .recent-documents-block ul { - margin: 0px 0px 0px 5px; -} -.msie #content .recent-documents-block ul { - margin: 0px 0px 0px 45px; -} diff --git a/public/designs/themes/default/stylesheets/blocks/tags-block.css b/public/designs/themes/default/stylesheets/blocks/tags-block.css deleted file mode 100644 index b43ad4c..0000000 --- a/public/designs/themes/default/stylesheets/blocks/tags-block.css +++ /dev/null @@ -1,34 +0,0 @@ -.tags-block { -} -.box-2 .tags-block { - text-align: right; -} - -#content .tags-block .block-title { - margin-bottom: 0px; - background: url(../../images/bg-tags-top.png) no-repeat 0% 0%; - padding: 3px 0px 0px 20px; -} - -.tags-block .tag_cloud { - background: url(../../images/bg-tags.png) no-repeat 0% 100%; - padding: 0px 0px 5px 5px; -} - -#content .box-2 .tags-block .block-title { - background: url(../../images/bg-tags-top-2.png) no-repeat 100% 0%; - padding: 3px 20px 0px 0px; -} -.box-2 .tags-block .tag_cloud { - background: url(../../images/bg-tags-2.png) no-repeat 100% 100%; - padding: 0px 5px 5px 0px; -} - -.tags-block .tag_cloud a { - text-decoration: none; - padding: 0px 4px; -} - -.tags-block .tag_cloud a:hover { - color: red; -} diff --git a/public/designs/themes/default/stylesheets/common.css b/public/designs/themes/default/stylesheets/common.css deleted file mode 100644 index 3fb8a11..0000000 --- a/public/designs/themes/default/stylesheets/common.css +++ /dev/null @@ -1,179 +0,0 @@ - -body.noosfero { - /* - ** a imagem de fundo colorida é mais pesada, por isso carregamos - ** essa cinza mais leve antes para melhorar a esperiência do usuário. - */ - background-position: 50% 25px; - background-repeat: repeat-x; - background-image: url(../images/bg-top-cinza.jpg); -} - -#wrap { - background-position: 50% 22px; - background-repeat: repeat-x; - background-image: url(../images/bg-top-azul.png); -} - -body.category1 #wrap { background-image: url("../images/bg-top-laranja.png"); } -body.category2 #wrap { background-image: url("../images/bg-top-verde.png"); } -body.category3 #wrap { background-image: url("../images/bg-top-lilas.png"); } -body.category4 #wrap { background-image: url("../images/bg-top-vermelho.png"); } - -#path_category { - position: absolute; - top: 40px; - left: 30px; - font-weight: bold; - z-index: 10; -} - -a { color: #05B } -body.category2 a { color: #270 } -a:visited { color: #68C } -body.category2 a:visited { color: #8A6 } -a:hover, a:active { color: #08F } -body.category2 a:hover { color: #5C0 } - -/* file manager (big) style */ - -div.file-manager { - clear: both; -} - -div.file-manager -div.file-manager-button { - float: left; - width: 140px; - text-align: center; - margin-right: 0.5em; - margin-top: 0.5em; -} - -div.file-manager -div.file-manager-button a img { - border: none; -} - -div.file-manager -div.file-manager-button a { - border: 1px solid #e0e0e0; - display: block; - padding: 3px; - height: 90px; - overflow: hidden; - background: white; - font-size: 90%; -} - -div.file-manager -div.file-manager-button a:hover { - border: 1px solid #006; - background: #acf; - color: #006; -} - -/************* file manager (small) style *****************/ -.file-manager-small { - background: white; - border: 1px solid gray; -} - -.file-manager-title { - font-weight: bold; - border: 1px solid gray; - border-bottom: none; - border-top: none; - padding: 2px; - background: #579; - color: white; - height: 24px; -} - -.file-manager-small ul { - padding: 5px; - margin: 0px; -} - -.file-manager-small li { - list-style: none; - padding: 2px; -} - -div.file-manager-small -div.file-manager-button a div { - display: inline; -} - -div.file-manager-small -div.file-manager-button a img { - border: none; - vertical-align: middle; -} - -div.file-manager-small -div.file-manager-button a { - border: 1px solid transparent; -} - -div.file-manager-small -div.file-manager-button a:hover { - border: 1px solid #006; - background: #acf; - color: #006; -} - -.file-manager-small { - position: relative; -} - -.file-manager-small .file-manager-controls { - border-top: 1px solid gray; - padding: 4px; -} - -.file-manager-small .file-manager-controls * { - text-align: right; -} - - -#lightbox{ - background: #FFF url(../images/bg-top-cinza.jpg) no-repeat 50% -15px; -} - -#footer { - background: #ffffff url("/images/bg_footer.png") repeat-x; - background-position: 0px 0px; - margin: 0px; - padding: 10px; -} - -#footer a { - border-bottom: 1px dotted #777; -} -#footer a:hover { - border: 0px; -} - -#footer a#footer-esq { - background: url(../images/logo-fbes-footer.gif) no-repeat 0% 50%; - padding: 5px 0px 5px 45px; - float: left; - text-align: left; - border: none; - opacity: 0.5; -} - -#footer a#footer-dir { - background: url(../images/logo-colivre-footer.gif) no-repeat 100% 50%; - padding: 5px 35px 5px 0px; - float: right; - text-align: right; - border: none; - opacity: 0.5; -} - -#footer a#footer-esq:hover, -#footer a#footer-dir:hover { - opacity: 1; -} diff --git a/public/designs/themes/default/stylesheets/controller_account.css b/public/designs/themes/default/stylesheets/controller_account.css deleted file mode 100644 index 566aac5..0000000 --- a/public/designs/themes/default/stylesheets/controller_account.css +++ /dev/null @@ -1,15 +0,0 @@ - -.main-block form { - border: 2px solid #3465A4; - padding: 10px 5px 10px 20px; - background: #B8CFE7; -} - -.main-block label { - font-weight: bold; -} - -.main-block small { - color: #3465A4; -} - diff --git a/public/designs/themes/default/stylesheets/controller_cms.css b/public/designs/themes/default/stylesheets/controller_cms.css deleted file mode 100644 index 17ff475..0000000 --- a/public/designs/themes/default/stylesheets/controller_cms.css +++ /dev/null @@ -1,27 +0,0 @@ - -.categorie_box { - -moz-border-radius: 4px; - border: 1px solid #729FCF; - margin-bottom: 2px; - padding: 2px 0px; -} - -#content .categorie_box h5 { - margin: 0px; - padding: 0px; - line-height: 22px; -} - -#content ul.categories { - padding: 5px 4px 3px 4px; -} - -ul.categories li { - -moz-border-radius: 9px; - border-bottom: 1px solid #FFF; -} - -ul.categories li.cat_checked { - border-bottom: 1px solid #729FCF; -} - diff --git a/public/designs/themes/default/stylesheets/controller_friends.css b/public/designs/themes/default/stylesheets/controller_friends.css deleted file mode 100644 index a3e91df..0000000 --- a/public/designs/themes/default/stylesheets/controller_friends.css +++ /dev/null @@ -1,9 +0,0 @@ - -.profile-list .profile_link span { - font-weight: bold; -} - -.profile-list li:hover .profile_link span { - color: #FFF; -} - diff --git a/public/designs/themes/default/stylesheets/controller_profile.css b/public/designs/themes/default/stylesheets/controller_profile.css deleted file mode 100644 index bb81a3f..0000000 --- a/public/designs/themes/default/stylesheets/controller_profile.css +++ /dev/null @@ -1,2 +0,0 @@ -@import url(profile-list-block.css); - diff --git a/public/designs/themes/default/stylesheets/controller_profile_editor.css b/public/designs/themes/default/stylesheets/controller_profile_editor.css deleted file mode 100644 index 36acfca..0000000 --- a/public/designs/themes/default/stylesheets/controller_profile_editor.css +++ /dev/null @@ -1,23 +0,0 @@ -@import url(controller_cms.css); - -.profile_info { - border: 2px solid #3465A4; -} - -.profile_info .button:hover { - color: #FFF !important; -} - -.profile_info th, -.profile_info td { - border: 1px solid #729FCF; -} - -.profile_info .header { - background: #729FCF; - border: 1px solid #3465A4; -} -.profile_info th { - background: #B8CFE7; -} - diff --git a/public/designs/themes/default/stylesheets/controller_search.css b/public/designs/themes/default/stylesheets/controller_search.css deleted file mode 100644 index cb9c2fb..0000000 --- a/public/designs/themes/default/stylesheets/controller_search.css +++ /dev/null @@ -1,190 +0,0 @@ - -#view-category, -#search-results { - padding: 0% 2% 10px 2%; -} - -#view-category a, -#search-results a { - text-decoration: none; -} -#view-category a:hover, -#search-results .search-results-type-comment a:hover, -#search-results .search-results-type-article a:hover, -#search-results .search-results-type-product a:hover { - text-decoration: underline; -} - -#content .search_form { - margin: 0px; - padding: 0% 10%; -} - -body.category1 .search-options { - border: 1px solid #E26B00; -} -body.category2 .search-options { - border: 1px solid #58A80A; -} -body.category3 .search-options { - border: 1px solid #694371; -} -body.category4 .search-options { - border: 1px solid #B80000; -} - -.search-results-box { - width: 32.5%; -} - -.search-results-box.odd { - margin-left: 0px; -} - -.search-results-box.col2_of3, -.search-results-box.col3_of3 { - margin-left: 1.25%; -} - -.category-innerbox, -.search-results-innerbox { - padding: 10px 0px 10px 10px; - overflow: auto; - border: none; - background: #B8CFE7; - -moz-border-radius: 15px; -} -body.category1 .search-results-innerbox { - background: #FDD79E; -} -body.category2 .search-results-innerbox { - background: #C4F099; -} -body.category3 .search-results-innerbox { - background: #D6BFD3; -} -body.category4 .search-results-innerbox { - background: #F79494; -} - -.search-results-type-product li li a { - color: #204A87; -} - -#search-results .common-profile-list-block li a { - border: 2px solid #B8CFE7; -} -#search-results .common-profile-list-block li a:hover { - border: 2px solid #2A5896; - background: #CFDFF7; -} - -.search-results-type-empty div { - color: #729FCF; -} - -.item_meta { - font-size: 10px; - padding: 0px 0px 5px 0px; -} - -.search-results-type-profile.common-profile-list-block a { - width: 90px; -} -.search-results-type-profile.common-profile-list-block li div { - width: 88px; - height: 64px; -} -.search-results-type-profile.common-profile-list-block li span { - display: block; - width: 82px; -} - -.search-results-type-profile.common-profile-list-block li a { - color: #000; -} - -body.category1 .search-results-type-profile.common-profile-list-block li a { - background: #FDD79E; -} -body.category2 .search-results-type-profile.common-profile-list-block li a { - border: 2px solid #C4F099 !important; -} -body.category2 .search-results-type-profile.common-profile-list-block li a:hover { - border: 2px solid #61B60E !important; - background: #D0F8A0 !important; -} -body.category3 .search-results-type-profile.common-profile-list-block li a { - background: #D6BFD3; -} -body.category4 .search-results-type-profile.common-profile-list-block li a { - background: #F79494; -} - -/* * * Category Page * * * * * * * * * * * * */ - -#view-category h3 { - font-size: 14px; - line-height: 20px; - margin: 0px; - padding: 20px 0px 0px 20px; -} - -#most-commented h2 { - font-size: 14px; -} - -#category-recent-articles { - width: 53%; - float: left; -} - -.category-innerbox { - height: 170px; -} -#category-recent-articles .category-innerbox { - height: 400px; -} - -body.category1 .category-innerbox { - background: #FDD79E; -} -body.category2 .category-innerbox { - background: #C4F099; -} -body.category3 .category-innerbox { - background: #D6BFD3; -} -body.category4 .category-innerbox { - background: #F79494; -} - -#content #category-recent-articles ul, -#content #category-recent-articles li { - margin: 0px; - padding: 0px; - list-style: none; - color: #888; -} - -#category-childs { - clear: both; -} - -#category-childs ul { - margin: 0px; - padding: 0px 0px 0px 20px; -} - -#category-childs li { - margin: 0px; - padding: 0px; - float: left; - width: 33%; - font-size: 12px; -} - -#category-childs a { - font-weight: bold; -} - diff --git a/public/designs/themes/default/stylesheets/controller_tasks.css b/public/designs/themes/default/stylesheets/controller_tasks.css deleted file mode 100644 index e227988..0000000 --- a/public/designs/themes/default/stylesheets/controller_tasks.css +++ /dev/null @@ -1,36 +0,0 @@ - -#content .task-list li { - margin: 10px 20px 10px 10px; - padding: 0px 10px; - list-style: none; - border: 1px solid #3465A4; - background: #B8CFE7; -} - -.task-AddFriend h2 { - text-align: center; -} - -.task-AddFriend img { - position: relative; /* msie sux */ - float: left; - margin-right: 10px; -} - -.task-AddFriend form { - margin: 5px 0px; -} - -.friend-classify-suggestions { - font-size: 10px; -} - -.task-AddFriend .submit { - position: relative; - top: -5px; - float: right; -} -.msie .task-AddFriend .submit { - top: -10px; -} - diff --git a/public/designs/themes/default/thumbnail.jpg b/public/designs/themes/default/thumbnail.jpg deleted file mode 100644 index 034fb9f..0000000 Binary files a/public/designs/themes/default/thumbnail.jpg and /dev/null differ diff --git a/public/designs/themes/ecosol/default.yml b/public/designs/themes/ecosol/default.yml new file mode 100644 index 0000000..bcad135 --- /dev/null +++ b/public/designs/themes/ecosol/default.yml @@ -0,0 +1,2 @@ +title: "Default" +description: "A simple theme" diff --git a/public/designs/themes/ecosol/images/bg-tags-2.png b/public/designs/themes/ecosol/images/bg-tags-2.png new file mode 100644 index 0000000..8d9d789 Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-tags-2.png differ diff --git a/public/designs/themes/ecosol/images/bg-tags-top-2.png b/public/designs/themes/ecosol/images/bg-tags-top-2.png new file mode 100644 index 0000000..61c5e33 Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-tags-top-2.png differ diff --git a/public/designs/themes/ecosol/images/bg-tags-top.png b/public/designs/themes/ecosol/images/bg-tags-top.png new file mode 100644 index 0000000..44028ce Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-tags-top.png differ diff --git a/public/designs/themes/ecosol/images/bg-tags.png b/public/designs/themes/ecosol/images/bg-tags.png new file mode 100644 index 0000000..c8b9ab5 Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-tags.png differ diff --git a/public/designs/themes/ecosol/images/bg-top-azul.png b/public/designs/themes/ecosol/images/bg-top-azul.png new file mode 100644 index 0000000..32a5e88 Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-top-azul.png differ diff --git a/public/designs/themes/ecosol/images/bg-top-cinza.jpg b/public/designs/themes/ecosol/images/bg-top-cinza.jpg new file mode 100644 index 0000000..ae5798a Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-top-cinza.jpg differ diff --git a/public/designs/themes/ecosol/images/bg-top-laranja.png b/public/designs/themes/ecosol/images/bg-top-laranja.png new file mode 100644 index 0000000..1b5a988 Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-top-laranja.png differ diff --git a/public/designs/themes/ecosol/images/bg-top-lilas.png b/public/designs/themes/ecosol/images/bg-top-lilas.png new file mode 100644 index 0000000..37c91f3 Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-top-lilas.png differ diff --git a/public/designs/themes/ecosol/images/bg-top-verde.png b/public/designs/themes/ecosol/images/bg-top-verde.png new file mode 100644 index 0000000..e64d058 Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-top-verde.png differ diff --git a/public/designs/themes/ecosol/images/bg-top-vermelho.png b/public/designs/themes/ecosol/images/bg-top-vermelho.png new file mode 100644 index 0000000..9464e9c Binary files /dev/null and b/public/designs/themes/ecosol/images/bg-top-vermelho.png differ diff --git a/public/designs/themes/ecosol/images/logo-colivre-footer.gif b/public/designs/themes/ecosol/images/logo-colivre-footer.gif new file mode 100644 index 0000000..9b3bc3c Binary files /dev/null and b/public/designs/themes/ecosol/images/logo-colivre-footer.gif differ diff --git a/public/designs/themes/ecosol/images/logo-fbes-footer.gif b/public/designs/themes/ecosol/images/logo-fbes-footer.gif new file mode 100644 index 0000000..11b68fd Binary files /dev/null and b/public/designs/themes/ecosol/images/logo-fbes-footer.gif differ diff --git a/public/designs/themes/ecosol/stylesheets/blocks/communities-block.css b/public/designs/themes/ecosol/stylesheets/blocks/communities-block.css new file mode 120000 index 0000000..748a402 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/communities-block.css @@ -0,0 +1 @@ +profile-list-block.css \ No newline at end of file diff --git a/public/designs/themes/ecosol/stylesheets/blocks/enterprises-block.css b/public/designs/themes/ecosol/stylesheets/blocks/enterprises-block.css new file mode 120000 index 0000000..748a402 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/enterprises-block.css @@ -0,0 +1 @@ +profile-list-block.css \ No newline at end of file diff --git a/public/designs/themes/ecosol/stylesheets/blocks/environment-statistics-block.css b/public/designs/themes/ecosol/stylesheets/blocks/environment-statistics-block.css new file mode 100644 index 0000000..bf0f6c8 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/environment-statistics-block.css @@ -0,0 +1,12 @@ + +#content .environment-statistics-block .block-title { + padding-left: 30px; + font-size: 12px; +} + +#content .environment-statistics-block ul { + margin: 0px 0px 0px 5px; +} +.msie #content .environment-statistics-block ul { + margin: 0px 0px 0px 45px; +} diff --git a/public/designs/themes/ecosol/stylesheets/blocks/friends-block.css b/public/designs/themes/ecosol/stylesheets/blocks/friends-block.css new file mode 120000 index 0000000..748a402 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/friends-block.css @@ -0,0 +1 @@ +profile-list-block.css \ No newline at end of file diff --git a/public/designs/themes/ecosol/stylesheets/blocks/main-block.css b/public/designs/themes/ecosol/stylesheets/blocks/main-block.css new file mode 100644 index 0000000..e92442f --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/main-block.css @@ -0,0 +1,97 @@ + +.article { + position: relative; + text-align: justify; +} + +.article-tags { + text-align: right; + font-size: 10px; + margin-top: -9px; + padding-right: 15px; +} + +.article-tags a { + color: #729FCF; + border: 1px solid #B8CFE7; + text-decoration: none; + padding: 0px 2px 1px 2px; +} +.article-tags a:hover { + color: #FFF; + border: 1px solid #3465A4; + background: #729FCF; +} + +.article-actions { + position: absolute; + top: -5px; + right: 0px; + padding-right: 15px; +} + +.article-parent { + text-align: right; + padding-right: 15px; +} + +.article-cat { + position: relative; + border: 1px dotted #B8CFE7; + margin-top: 10px; + padding: 10px; +} + +#content .article-cat h3 { + margin: 0px 0px 5px 0px; +} + +/* * * Comments * * */ + +.article-comment { + position: relative; + border: 1px solid #B8CFE7; + margin-bottom: 10px; + padding: 10px; +} + +.comment-from-owner { + border: 1px solid #3465A4; + background: #B8CFE7; +} + +#content .article-comment h4 { + font-size: 14px; + margin: 0px; +} + +.comment-picture { + position: relative; + display: block; + width: 50px; + height: 50px; + background-repeat: no-repeat; + background-position: 50% 50%; + margin-right: 10px; + float: left; +} +.comment-picture span { + display: none; +} + +.comment-info { + font-size: 10px; + color: #999; +} +.comment-from-owner .comment-info { + color: #729FCF; +} + +.comment-text { + clear: left; +} + +.comment-logged-out .comment-text { + color: #888; +} + diff --git a/public/designs/themes/ecosol/stylesheets/blocks/members-block.css b/public/designs/themes/ecosol/stylesheets/blocks/members-block.css new file mode 120000 index 0000000..748a402 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/members-block.css @@ -0,0 +1 @@ +profile-list-block.css \ No newline at end of file diff --git a/public/designs/themes/ecosol/stylesheets/blocks/profile-info-block.css b/public/designs/themes/ecosol/stylesheets/blocks/profile-info-block.css new file mode 100644 index 0000000..78c37da --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/profile-info-block.css @@ -0,0 +1,30 @@ +.profile-info-block h2 { + text-align: center; +} + +.profile-info-picture { + border: 2px solid #204A87; + padding: 1px; + background: #FFF; + margin-right: 40px; +} +.msie6 .profile-info-picture { + margin-right: 20px; +} + +.profile-info-data { + width: 110px; + font-size: 10px; + text-align: right; + position: relative; + top: 20px; +} + +.profile-info-options { + clear: both; +} + +.profile-info-options { + text-align: center; +} + diff --git a/public/designs/themes/ecosol/stylesheets/blocks/profile-list-block.css b/public/designs/themes/ecosol/stylesheets/blocks/profile-list-block.css new file mode 100644 index 0000000..440be20 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/profile-list-block.css @@ -0,0 +1,47 @@ + +.common-profile-list-block { + color: #B8CFE7; +} + +#content .common-profile-list-block .block-title { + font-size: 14px; +} + +.common-profile-list-block li a { + border: 2px solid #FFF; +} + +.common-profile-list-block li a:hover { + border: 2px solid #2A5896; + background: #B8CFE7; + color: #035; +} + +.enterprises-block .block-footer-content, +.friends-block .block-footer-content, +.communities-block .block-footer-content { + text-align: center; + font-size: 80%; + padding: 5px 0px 0px 0px; +} +.msie .enterprises-block .block-footer-content, +.msie .friends-block .block-footer-content, +.msie .communities-block .block-footer-content { + padding: 0px; + margin-top: -5px; +} + +.common-profile-list-block-none { + font-style: italic; + margin-bottom: -10px; +} +.msie .common-profile-list-block-none { + margin-bottom: 0px; + padding-bottom: 10px; +} + +.common-profile-list-block .button-bar { + padding-top: 15px; + clear: left; +} + diff --git a/public/designs/themes/ecosol/stylesheets/blocks/recent-documents-block.css b/public/designs/themes/ecosol/stylesheets/blocks/recent-documents-block.css new file mode 100644 index 0000000..37e0717 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/recent-documents-block.css @@ -0,0 +1,12 @@ + +#content .recent-documents-block .block-title { + padding-left: 30px; + font-size: 12px; +} + +#content .recent-documents-block ul { + margin: 0px 0px 0px 5px; +} +.msie #content .recent-documents-block ul { + margin: 0px 0px 0px 45px; +} diff --git a/public/designs/themes/ecosol/stylesheets/blocks/tags-block.css b/public/designs/themes/ecosol/stylesheets/blocks/tags-block.css new file mode 100644 index 0000000..b43ad4c --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/blocks/tags-block.css @@ -0,0 +1,34 @@ +.tags-block { +} +.box-2 .tags-block { + text-align: right; +} + +#content .tags-block .block-title { + margin-bottom: 0px; + background: url(../../images/bg-tags-top.png) no-repeat 0% 0%; + padding: 3px 0px 0px 20px; +} + +.tags-block .tag_cloud { + background: url(../../images/bg-tags.png) no-repeat 0% 100%; + padding: 0px 0px 5px 5px; +} + +#content .box-2 .tags-block .block-title { + background: url(../../images/bg-tags-top-2.png) no-repeat 100% 0%; + padding: 3px 20px 0px 0px; +} +.box-2 .tags-block .tag_cloud { + background: url(../../images/bg-tags-2.png) no-repeat 100% 100%; + padding: 0px 5px 5px 0px; +} + +.tags-block .tag_cloud a { + text-decoration: none; + padding: 0px 4px; +} + +.tags-block .tag_cloud a:hover { + color: red; +} diff --git a/public/designs/themes/ecosol/stylesheets/common.css b/public/designs/themes/ecosol/stylesheets/common.css new file mode 100644 index 0000000..3fb8a11 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/common.css @@ -0,0 +1,179 @@ + +body.noosfero { + /* + ** a imagem de fundo colorida é mais pesada, por isso carregamos + ** essa cinza mais leve antes para melhorar a esperiência do usuário. + */ + background-position: 50% 25px; + background-repeat: repeat-x; + background-image: url(../images/bg-top-cinza.jpg); +} + +#wrap { + background-position: 50% 22px; + background-repeat: repeat-x; + background-image: url(../images/bg-top-azul.png); +} + +body.category1 #wrap { background-image: url("../images/bg-top-laranja.png"); } +body.category2 #wrap { background-image: url("../images/bg-top-verde.png"); } +body.category3 #wrap { background-image: url("../images/bg-top-lilas.png"); } +body.category4 #wrap { background-image: url("../images/bg-top-vermelho.png"); } + +#path_category { + position: absolute; + top: 40px; + left: 30px; + font-weight: bold; + z-index: 10; +} + +a { color: #05B } +body.category2 a { color: #270 } +a:visited { color: #68C } +body.category2 a:visited { color: #8A6 } +a:hover, a:active { color: #08F } +body.category2 a:hover { color: #5C0 } + +/* file manager (big) style */ + +div.file-manager { + clear: both; +} + +div.file-manager +div.file-manager-button { + float: left; + width: 140px; + text-align: center; + margin-right: 0.5em; + margin-top: 0.5em; +} + +div.file-manager +div.file-manager-button a img { + border: none; +} + +div.file-manager +div.file-manager-button a { + border: 1px solid #e0e0e0; + display: block; + padding: 3px; + height: 90px; + overflow: hidden; + background: white; + font-size: 90%; +} + +div.file-manager +div.file-manager-button a:hover { + border: 1px solid #006; + background: #acf; + color: #006; +} + +/************* file manager (small) style *****************/ +.file-manager-small { + background: white; + border: 1px solid gray; +} + +.file-manager-title { + font-weight: bold; + border: 1px solid gray; + border-bottom: none; + border-top: none; + padding: 2px; + background: #579; + color: white; + height: 24px; +} + +.file-manager-small ul { + padding: 5px; + margin: 0px; +} + +.file-manager-small li { + list-style: none; + padding: 2px; +} + +div.file-manager-small +div.file-manager-button a div { + display: inline; +} + +div.file-manager-small +div.file-manager-button a img { + border: none; + vertical-align: middle; +} + +div.file-manager-small +div.file-manager-button a { + border: 1px solid transparent; +} + +div.file-manager-small +div.file-manager-button a:hover { + border: 1px solid #006; + background: #acf; + color: #006; +} + +.file-manager-small { + position: relative; +} + +.file-manager-small .file-manager-controls { + border-top: 1px solid gray; + padding: 4px; +} + +.file-manager-small .file-manager-controls * { + text-align: right; +} + + +#lightbox{ + background: #FFF url(../images/bg-top-cinza.jpg) no-repeat 50% -15px; +} + +#footer { + background: #ffffff url("/images/bg_footer.png") repeat-x; + background-position: 0px 0px; + margin: 0px; + padding: 10px; +} + +#footer a { + border-bottom: 1px dotted #777; +} +#footer a:hover { + border: 0px; +} + +#footer a#footer-esq { + background: url(../images/logo-fbes-footer.gif) no-repeat 0% 50%; + padding: 5px 0px 5px 45px; + float: left; + text-align: left; + border: none; + opacity: 0.5; +} + +#footer a#footer-dir { + background: url(../images/logo-colivre-footer.gif) no-repeat 100% 50%; + padding: 5px 35px 5px 0px; + float: right; + text-align: right; + border: none; + opacity: 0.5; +} + +#footer a#footer-esq:hover, +#footer a#footer-dir:hover { + opacity: 1; +} diff --git a/public/designs/themes/ecosol/stylesheets/controller_account.css b/public/designs/themes/ecosol/stylesheets/controller_account.css new file mode 100644 index 0000000..566aac5 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/controller_account.css @@ -0,0 +1,15 @@ + +.main-block form { + border: 2px solid #3465A4; + padding: 10px 5px 10px 20px; + background: #B8CFE7; +} + +.main-block label { + font-weight: bold; +} + +.main-block small { + color: #3465A4; +} + diff --git a/public/designs/themes/ecosol/stylesheets/controller_cms.css b/public/designs/themes/ecosol/stylesheets/controller_cms.css new file mode 100644 index 0000000..17ff475 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/controller_cms.css @@ -0,0 +1,27 @@ + +.categorie_box { + -moz-border-radius: 4px; + border: 1px solid #729FCF; + margin-bottom: 2px; + padding: 2px 0px; +} + +#content .categorie_box h5 { + margin: 0px; + padding: 0px; + line-height: 22px; +} + +#content ul.categories { + padding: 5px 4px 3px 4px; +} + +ul.categories li { + -moz-border-radius: 9px; + border-bottom: 1px solid #FFF; +} + +ul.categories li.cat_checked { + border-bottom: 1px solid #729FCF; +} + diff --git a/public/designs/themes/ecosol/stylesheets/controller_friends.css b/public/designs/themes/ecosol/stylesheets/controller_friends.css new file mode 100644 index 0000000..a3e91df --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/controller_friends.css @@ -0,0 +1,9 @@ + +.profile-list .profile_link span { + font-weight: bold; +} + +.profile-list li:hover .profile_link span { + color: #FFF; +} + diff --git a/public/designs/themes/ecosol/stylesheets/controller_profile.css b/public/designs/themes/ecosol/stylesheets/controller_profile.css new file mode 100644 index 0000000..bb81a3f --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/controller_profile.css @@ -0,0 +1,2 @@ +@import url(profile-list-block.css); + diff --git a/public/designs/themes/ecosol/stylesheets/controller_profile_editor.css b/public/designs/themes/ecosol/stylesheets/controller_profile_editor.css new file mode 100644 index 0000000..36acfca --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/controller_profile_editor.css @@ -0,0 +1,23 @@ +@import url(controller_cms.css); + +.profile_info { + border: 2px solid #3465A4; +} + +.profile_info .button:hover { + color: #FFF !important; +} + +.profile_info th, +.profile_info td { + border: 1px solid #729FCF; +} + +.profile_info .header { + background: #729FCF; + border: 1px solid #3465A4; +} +.profile_info th { + background: #B8CFE7; +} + diff --git a/public/designs/themes/ecosol/stylesheets/controller_search.css b/public/designs/themes/ecosol/stylesheets/controller_search.css new file mode 100644 index 0000000..cb9c2fb --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/controller_search.css @@ -0,0 +1,190 @@ + +#view-category, +#search-results { + padding: 0% 2% 10px 2%; +} + +#view-category a, +#search-results a { + text-decoration: none; +} +#view-category a:hover, +#search-results .search-results-type-comment a:hover, +#search-results .search-results-type-article a:hover, +#search-results .search-results-type-product a:hover { + text-decoration: underline; +} + +#content .search_form { + margin: 0px; + padding: 0% 10%; +} + +body.category1 .search-options { + border: 1px solid #E26B00; +} +body.category2 .search-options { + border: 1px solid #58A80A; +} +body.category3 .search-options { + border: 1px solid #694371; +} +body.category4 .search-options { + border: 1px solid #B80000; +} + +.search-results-box { + width: 32.5%; +} + +.search-results-box.odd { + margin-left: 0px; +} + +.search-results-box.col2_of3, +.search-results-box.col3_of3 { + margin-left: 1.25%; +} + +.category-innerbox, +.search-results-innerbox { + padding: 10px 0px 10px 10px; + overflow: auto; + border: none; + background: #B8CFE7; + -moz-border-radius: 15px; +} +body.category1 .search-results-innerbox { + background: #FDD79E; +} +body.category2 .search-results-innerbox { + background: #C4F099; +} +body.category3 .search-results-innerbox { + background: #D6BFD3; +} +body.category4 .search-results-innerbox { + background: #F79494; +} + +.search-results-type-product li li a { + color: #204A87; +} + +#search-results .common-profile-list-block li a { + border: 2px solid #B8CFE7; +} +#search-results .common-profile-list-block li a:hover { + border: 2px solid #2A5896; + background: #CFDFF7; +} + +.search-results-type-empty div { + color: #729FCF; +} + +.item_meta { + font-size: 10px; + padding: 0px 0px 5px 0px; +} + +.search-results-type-profile.common-profile-list-block a { + width: 90px; +} +.search-results-type-profile.common-profile-list-block li div { + width: 88px; + height: 64px; +} +.search-results-type-profile.common-profile-list-block li span { + display: block; + width: 82px; +} + +.search-results-type-profile.common-profile-list-block li a { + color: #000; +} + +body.category1 .search-results-type-profile.common-profile-list-block li a { + background: #FDD79E; +} +body.category2 .search-results-type-profile.common-profile-list-block li a { + border: 2px solid #C4F099 !important; +} +body.category2 .search-results-type-profile.common-profile-list-block li a:hover { + border: 2px solid #61B60E !important; + background: #D0F8A0 !important; +} +body.category3 .search-results-type-profile.common-profile-list-block li a { + background: #D6BFD3; +} +body.category4 .search-results-type-profile.common-profile-list-block li a { + background: #F79494; +} + +/* * * Category Page * * * * * * * * * * * * */ + +#view-category h3 { + font-size: 14px; + line-height: 20px; + margin: 0px; + padding: 20px 0px 0px 20px; +} + +#most-commented h2 { + font-size: 14px; +} + +#category-recent-articles { + width: 53%; + float: left; +} + +.category-innerbox { + height: 170px; +} +#category-recent-articles .category-innerbox { + height: 400px; +} + +body.category1 .category-innerbox { + background: #FDD79E; +} +body.category2 .category-innerbox { + background: #C4F099; +} +body.category3 .category-innerbox { + background: #D6BFD3; +} +body.category4 .category-innerbox { + background: #F79494; +} + +#content #category-recent-articles ul, +#content #category-recent-articles li { + margin: 0px; + padding: 0px; + list-style: none; + color: #888; +} + +#category-childs { + clear: both; +} + +#category-childs ul { + margin: 0px; + padding: 0px 0px 0px 20px; +} + +#category-childs li { + margin: 0px; + padding: 0px; + float: left; + width: 33%; + font-size: 12px; +} + +#category-childs a { + font-weight: bold; +} + diff --git a/public/designs/themes/ecosol/stylesheets/controller_tasks.css b/public/designs/themes/ecosol/stylesheets/controller_tasks.css new file mode 100644 index 0000000..e227988 --- /dev/null +++ b/public/designs/themes/ecosol/stylesheets/controller_tasks.css @@ -0,0 +1,36 @@ + +#content .task-list li { + margin: 10px 20px 10px 10px; + padding: 0px 10px; + list-style: none; + border: 1px solid #3465A4; + background: #B8CFE7; +} + +.task-AddFriend h2 { + text-align: center; +} + +.task-AddFriend img { + position: relative; /* msie sux */ + float: left; + margin-right: 10px; +} + +.task-AddFriend form { + margin: 5px 0px; +} + +.friend-classify-suggestions { + font-size: 10px; +} + +.task-AddFriend .submit { + position: relative; + top: -5px; + float: right; +} +.msie .task-AddFriend .submit { + top: -10px; +} + diff --git a/public/designs/themes/ecosol/thumbnail.jpg b/public/designs/themes/ecosol/thumbnail.jpg new file mode 100644 index 0000000..034fb9f Binary files /dev/null and b/public/designs/themes/ecosol/thumbnail.jpg differ -- libgit2 0.21.2