Commit 4b28d7ee915ab4a31274b27413017873d5f69cb0
1 parent
1fecdd93
Exists in
master
and in
28 other branches
ActionItem358: moving default to ecosol
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1753 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
64 changed files
with
719 additions
and
719 deletions
Show diff stats
public/designs/themes/default/default.yml
public/designs/themes/default/images/bg-tags-2.png
1.16 KB
public/designs/themes/default/images/bg-tags-top-2.png
919 Bytes
public/designs/themes/default/images/bg-tags-top.png
905 Bytes
public/designs/themes/default/images/bg-tags.png
1.18 KB
public/designs/themes/default/images/bg-top-azul.png
78.7 KB
public/designs/themes/default/images/bg-top-cinza.jpg
13.4 KB
public/designs/themes/default/images/bg-top-laranja.png
76.2 KB
public/designs/themes/default/images/bg-top-lilas.png
79 KB
public/designs/themes/default/images/bg-top-verde.png
82.1 KB
public/designs/themes/default/images/bg-top-vermelho.png
70.2 KB
public/designs/themes/default/images/logo-colivre-footer.gif
1.49 KB
public/designs/themes/default/images/logo-fbes-footer.gif
1.5 KB
public/designs/themes/default/stylesheets/blocks/communities-block.css
public/designs/themes/default/stylesheets/blocks/enterprises-block.css
public/designs/themes/default/stylesheets/blocks/environment-statistics-block.css
| ... | ... | @@ -1,12 +0,0 @@ |
| 1 | - | |
| 2 | -#content .environment-statistics-block .block-title { | |
| 3 | - padding-left: 30px; | |
| 4 | - font-size: 12px; | |
| 5 | -} | |
| 6 | - | |
| 7 | -#content .environment-statistics-block ul { | |
| 8 | - margin: 0px 0px 0px 5px; | |
| 9 | -} | |
| 10 | -.msie #content .environment-statistics-block ul { | |
| 11 | - margin: 0px 0px 0px 45px; | |
| 12 | -} |
public/designs/themes/default/stylesheets/blocks/friends-block.css
public/designs/themes/default/stylesheets/blocks/main-block.css
| ... | ... | @@ -1,97 +0,0 @@ |
| 1 | - | |
| 2 | -.article { | |
| 3 | - position: relative; | |
| 4 | - text-align: justify; | |
| 5 | -} | |
| 6 | - | |
| 7 | -.article-tags { | |
| 8 | - text-align: right; | |
| 9 | - font-size: 10px; | |
| 10 | - margin-top: -9px; | |
| 11 | - padding-right: 15px; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.article-tags a { | |
| 15 | - color: #729FCF; | |
| 16 | - border: 1px solid #B8CFE7; | |
| 17 | - text-decoration: none; | |
| 18 | - padding: 0px 2px 1px 2px; | |
| 19 | -} | |
| 20 | -.article-tags a:hover { | |
| 21 | - color: #FFF; | |
| 22 | - border: 1px solid #3465A4; | |
| 23 | - background: #729FCF; | |
| 24 | -} | |
| 25 | - | |
| 26 | -.article-actions { | |
| 27 | - position: absolute; | |
| 28 | - top: -5px; | |
| 29 | - right: 0px; | |
| 30 | - padding-right: 15px; | |
| 31 | -} | |
| 32 | - | |
| 33 | -.article-parent { | |
| 34 | - text-align: right; | |
| 35 | - padding-right: 15px; | |
| 36 | -} | |
| 37 | - | |
| 38 | -.article-cat { | |
| 39 | - position: relative; | |
| 40 | - border: 1px dotted #B8CFE7; | |
| 41 | - margin-top: 10px; | |
| 42 | - padding: 10px; | |
| 43 | -} | |
| 44 | - | |
| 45 | -#content .article-cat h3 { | |
| 46 | - margin: 0px 0px 5px 0px; | |
| 47 | -} | |
| 48 | - | |
| 49 | -/* * * Comments * * */ | |
| 50 | - | |
| 51 | -.article-comment { | |
| 52 | - position: relative; | |
| 53 | - border: 1px solid #B8CFE7; | |
| 54 | - margin-bottom: 10px; | |
| 55 | - padding: 10px; | |
| 56 | -} | |
| 57 | - | |
| 58 | -.comment-from-owner { | |
| 59 | - border: 1px solid #3465A4; | |
| 60 | - background: #B8CFE7; | |
| 61 | -} | |
| 62 | - | |
| 63 | -#content .article-comment h4 { | |
| 64 | - font-size: 14px; | |
| 65 | - margin: 0px; | |
| 66 | -} | |
| 67 | - | |
| 68 | -.comment-picture { | |
| 69 | - position: relative; | |
| 70 | - display: block; | |
| 71 | - width: 50px; | |
| 72 | - height: 50px; | |
| 73 | - background-repeat: no-repeat; | |
| 74 | - background-position: 50% 50%; | |
| 75 | - margin-right: 10px; | |
| 76 | - float: left; | |
| 77 | -} | |
| 78 | -.comment-picture span { | |
| 79 | - display: none; | |
| 80 | -} | |
| 81 | - | |
| 82 | -.comment-info { | |
| 83 | - font-size: 10px; | |
| 84 | - color: #999; | |
| 85 | -} | |
| 86 | -.comment-from-owner .comment-info { | |
| 87 | - color: #729FCF; | |
| 88 | -} | |
| 89 | - | |
| 90 | -.comment-text { | |
| 91 | - clear: left; | |
| 92 | -} | |
| 93 | - | |
| 94 | -.comment-logged-out .comment-text { | |
| 95 | - color: #888; | |
| 96 | -} | |
| 97 | - |
public/designs/themes/default/stylesheets/blocks/members-block.css
public/designs/themes/default/stylesheets/blocks/profile-info-block.css
| ... | ... | @@ -1,30 +0,0 @@ |
| 1 | -.profile-info-block h2 { | |
| 2 | - text-align: center; | |
| 3 | -} | |
| 4 | - | |
| 5 | -.profile-info-picture { | |
| 6 | - border: 2px solid #204A87; | |
| 7 | - padding: 1px; | |
| 8 | - background: #FFF; | |
| 9 | - margin-right: 40px; | |
| 10 | -} | |
| 11 | -.msie6 .profile-info-picture { | |
| 12 | - margin-right: 20px; | |
| 13 | -} | |
| 14 | - | |
| 15 | -.profile-info-data { | |
| 16 | - width: 110px; | |
| 17 | - font-size: 10px; | |
| 18 | - text-align: right; | |
| 19 | - position: relative; | |
| 20 | - top: 20px; | |
| 21 | -} | |
| 22 | - | |
| 23 | -.profile-info-options { | |
| 24 | - clear: both; | |
| 25 | -} | |
| 26 | - | |
| 27 | -.profile-info-options { | |
| 28 | - text-align: center; | |
| 29 | -} | |
| 30 | - |
public/designs/themes/default/stylesheets/blocks/profile-list-block.css
| ... | ... | @@ -1,47 +0,0 @@ |
| 1 | - | |
| 2 | -.common-profile-list-block { | |
| 3 | - color: #B8CFE7; | |
| 4 | -} | |
| 5 | - | |
| 6 | -#content .common-profile-list-block .block-title { | |
| 7 | - font-size: 14px; | |
| 8 | -} | |
| 9 | - | |
| 10 | -.common-profile-list-block li a { | |
| 11 | - border: 2px solid #FFF; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.common-profile-list-block li a:hover { | |
| 15 | - border: 2px solid #2A5896; | |
| 16 | - background: #B8CFE7; | |
| 17 | - color: #035; | |
| 18 | -} | |
| 19 | - | |
| 20 | -.enterprises-block .block-footer-content, | |
| 21 | -.friends-block .block-footer-content, | |
| 22 | -.communities-block .block-footer-content { | |
| 23 | - text-align: center; | |
| 24 | - font-size: 80%; | |
| 25 | - padding: 5px 0px 0px 0px; | |
| 26 | -} | |
| 27 | -.msie .enterprises-block .block-footer-content, | |
| 28 | -.msie .friends-block .block-footer-content, | |
| 29 | -.msie .communities-block .block-footer-content { | |
| 30 | - padding: 0px; | |
| 31 | - margin-top: -5px; | |
| 32 | -} | |
| 33 | - | |
| 34 | -.common-profile-list-block-none { | |
| 35 | - font-style: italic; | |
| 36 | - margin-bottom: -10px; | |
| 37 | -} | |
| 38 | -.msie .common-profile-list-block-none { | |
| 39 | - margin-bottom: 0px; | |
| 40 | - padding-bottom: 10px; | |
| 41 | -} | |
| 42 | - | |
| 43 | -.common-profile-list-block .button-bar { | |
| 44 | - padding-top: 15px; | |
| 45 | - clear: left; | |
| 46 | -} | |
| 47 | - |
public/designs/themes/default/stylesheets/blocks/recent-documents-block.css
public/designs/themes/default/stylesheets/blocks/tags-block.css
| ... | ... | @@ -1,34 +0,0 @@ |
| 1 | -.tags-block { | |
| 2 | -} | |
| 3 | -.box-2 .tags-block { | |
| 4 | - text-align: right; | |
| 5 | -} | |
| 6 | - | |
| 7 | -#content .tags-block .block-title { | |
| 8 | - margin-bottom: 0px; | |
| 9 | - background: url(../../images/bg-tags-top.png) no-repeat 0% 0%; | |
| 10 | - padding: 3px 0px 0px 20px; | |
| 11 | -} | |
| 12 | - | |
| 13 | -.tags-block .tag_cloud { | |
| 14 | - background: url(../../images/bg-tags.png) no-repeat 0% 100%; | |
| 15 | - padding: 0px 0px 5px 5px; | |
| 16 | -} | |
| 17 | - | |
| 18 | -#content .box-2 .tags-block .block-title { | |
| 19 | - background: url(../../images/bg-tags-top-2.png) no-repeat 100% 0%; | |
| 20 | - padding: 3px 20px 0px 0px; | |
| 21 | -} | |
| 22 | -.box-2 .tags-block .tag_cloud { | |
| 23 | - background: url(../../images/bg-tags-2.png) no-repeat 100% 100%; | |
| 24 | - padding: 0px 5px 5px 0px; | |
| 25 | -} | |
| 26 | - | |
| 27 | -.tags-block .tag_cloud a { | |
| 28 | - text-decoration: none; | |
| 29 | - padding: 0px 4px; | |
| 30 | -} | |
| 31 | - | |
| 32 | -.tags-block .tag_cloud a:hover { | |
| 33 | - color: red; | |
| 34 | -} |
public/designs/themes/default/stylesheets/common.css
| ... | ... | @@ -1,179 +0,0 @@ |
| 1 | - | |
| 2 | -body.noosfero { | |
| 3 | - /* | |
| 4 | - ** a imagem de fundo colorida é mais pesada, por isso carregamos | |
| 5 | - ** essa cinza mais leve antes para melhorar a esperiência do usuário. | |
| 6 | - */ | |
| 7 | - background-position: 50% 25px; | |
| 8 | - background-repeat: repeat-x; | |
| 9 | - background-image: url(../images/bg-top-cinza.jpg); | |
| 10 | -} | |
| 11 | - | |
| 12 | -#wrap { | |
| 13 | - background-position: 50% 22px; | |
| 14 | - background-repeat: repeat-x; | |
| 15 | - background-image: url(../images/bg-top-azul.png); | |
| 16 | -} | |
| 17 | - | |
| 18 | -body.category1 #wrap { background-image: url("../images/bg-top-laranja.png"); } | |
| 19 | -body.category2 #wrap { background-image: url("../images/bg-top-verde.png"); } | |
| 20 | -body.category3 #wrap { background-image: url("../images/bg-top-lilas.png"); } | |
| 21 | -body.category4 #wrap { background-image: url("../images/bg-top-vermelho.png"); } | |
| 22 | - | |
| 23 | -#path_category { | |
| 24 | - position: absolute; | |
| 25 | - top: 40px; | |
| 26 | - left: 30px; | |
| 27 | - font-weight: bold; | |
| 28 | - z-index: 10; | |
| 29 | -} | |
| 30 | - | |
| 31 | -a { color: #05B } | |
| 32 | -body.category2 a { color: #270 } | |
| 33 | -a:visited { color: #68C } | |
| 34 | -body.category2 a:visited { color: #8A6 } | |
| 35 | -a:hover, a:active { color: #08F } | |
| 36 | -body.category2 a:hover { color: #5C0 } | |
| 37 | - | |
| 38 | -/* file manager (big) style */ | |
| 39 | - | |
| 40 | -div.file-manager { | |
| 41 | - clear: both; | |
| 42 | -} | |
| 43 | - | |
| 44 | -div.file-manager | |
| 45 | -div.file-manager-button { | |
| 46 | - float: left; | |
| 47 | - width: 140px; | |
| 48 | - text-align: center; | |
| 49 | - margin-right: 0.5em; | |
| 50 | - margin-top: 0.5em; | |
| 51 | -} | |
| 52 | - | |
| 53 | -div.file-manager | |
| 54 | -div.file-manager-button a img { | |
| 55 | - border: none; | |
| 56 | -} | |
| 57 | - | |
| 58 | -div.file-manager | |
| 59 | -div.file-manager-button a { | |
| 60 | - border: 1px solid #e0e0e0; | |
| 61 | - display: block; | |
| 62 | - padding: 3px; | |
| 63 | - height: 90px; | |
| 64 | - overflow: hidden; | |
| 65 | - background: white; | |
| 66 | - font-size: 90%; | |
| 67 | -} | |
| 68 | - | |
| 69 | -div.file-manager | |
| 70 | -div.file-manager-button a:hover { | |
| 71 | - border: 1px solid #006; | |
| 72 | - background: #acf; | |
| 73 | - color: #006; | |
| 74 | -} | |
| 75 | - | |
| 76 | -/************* file manager (small) style *****************/ | |
| 77 | -.file-manager-small { | |
| 78 | - background: white; | |
| 79 | - border: 1px solid gray; | |
| 80 | -} | |
| 81 | - | |
| 82 | -.file-manager-title { | |
| 83 | - font-weight: bold; | |
| 84 | - border: 1px solid gray; | |
| 85 | - border-bottom: none; | |
| 86 | - border-top: none; | |
| 87 | - padding: 2px; | |
| 88 | - background: #579; | |
| 89 | - color: white; | |
| 90 | - height: 24px; | |
| 91 | -} | |
| 92 | - | |
| 93 | -.file-manager-small ul { | |
| 94 | - padding: 5px; | |
| 95 | - margin: 0px; | |
| 96 | -} | |
| 97 | - | |
| 98 | -.file-manager-small li { | |
| 99 | - list-style: none; | |
| 100 | - padding: 2px; | |
| 101 | -} | |
| 102 | - | |
| 103 | -div.file-manager-small | |
| 104 | -div.file-manager-button a div { | |
| 105 | - display: inline; | |
| 106 | -} | |
| 107 | - | |
| 108 | -div.file-manager-small | |
| 109 | -div.file-manager-button a img { | |
| 110 | - border: none; | |
| 111 | - vertical-align: middle; | |
| 112 | -} | |
| 113 | - | |
| 114 | -div.file-manager-small | |
| 115 | -div.file-manager-button a { | |
| 116 | - border: 1px solid transparent; | |
| 117 | -} | |
| 118 | - | |
| 119 | -div.file-manager-small | |
| 120 | -div.file-manager-button a:hover { | |
| 121 | - border: 1px solid #006; | |
| 122 | - background: #acf; | |
| 123 | - color: #006; | |
| 124 | -} | |
| 125 | - | |
| 126 | -.file-manager-small { | |
| 127 | - position: relative; | |
| 128 | -} | |
| 129 | - | |
| 130 | -.file-manager-small .file-manager-controls { | |
| 131 | - border-top: 1px solid gray; | |
| 132 | - padding: 4px; | |
| 133 | -} | |
| 134 | - | |
| 135 | -.file-manager-small .file-manager-controls * { | |
| 136 | - text-align: right; | |
| 137 | -} | |
| 138 | - | |
| 139 | - | |
| 140 | -#lightbox{ | |
| 141 | - background: #FFF url(../images/bg-top-cinza.jpg) no-repeat 50% -15px; | |
| 142 | -} | |
| 143 | - | |
| 144 | -#footer { | |
| 145 | - background: #ffffff url("/images/bg_footer.png") repeat-x; | |
| 146 | - background-position: 0px 0px; | |
| 147 | - margin: 0px; | |
| 148 | - padding: 10px; | |
| 149 | -} | |
| 150 | - | |
| 151 | -#footer a { | |
| 152 | - border-bottom: 1px dotted #777; | |
| 153 | -} | |
| 154 | -#footer a:hover { | |
| 155 | - border: 0px; | |
| 156 | -} | |
| 157 | - | |
| 158 | -#footer a#footer-esq { | |
| 159 | - background: url(../images/logo-fbes-footer.gif) no-repeat 0% 50%; | |
| 160 | - padding: 5px 0px 5px 45px; | |
| 161 | - float: left; | |
| 162 | - text-align: left; | |
| 163 | - border: none; | |
| 164 | - opacity: 0.5; | |
| 165 | -} | |
| 166 | - | |
| 167 | -#footer a#footer-dir { | |
| 168 | - background: url(../images/logo-colivre-footer.gif) no-repeat 100% 50%; | |
| 169 | - padding: 5px 35px 5px 0px; | |
| 170 | - float: right; | |
| 171 | - text-align: right; | |
| 172 | - border: none; | |
| 173 | - opacity: 0.5; | |
| 174 | -} | |
| 175 | - | |
| 176 | -#footer a#footer-esq:hover, | |
| 177 | -#footer a#footer-dir:hover { | |
| 178 | - opacity: 1; | |
| 179 | -} |
public/designs/themes/default/stylesheets/controller_account.css
public/designs/themes/default/stylesheets/controller_cms.css
| ... | ... | @@ -1,27 +0,0 @@ |
| 1 | - | |
| 2 | -.categorie_box { | |
| 3 | - -moz-border-radius: 4px; | |
| 4 | - border: 1px solid #729FCF; | |
| 5 | - margin-bottom: 2px; | |
| 6 | - padding: 2px 0px; | |
| 7 | -} | |
| 8 | - | |
| 9 | -#content .categorie_box h5 { | |
| 10 | - margin: 0px; | |
| 11 | - padding: 0px; | |
| 12 | - line-height: 22px; | |
| 13 | -} | |
| 14 | - | |
| 15 | -#content ul.categories { | |
| 16 | - padding: 5px 4px 3px 4px; | |
| 17 | -} | |
| 18 | - | |
| 19 | -ul.categories li { | |
| 20 | - -moz-border-radius: 9px; | |
| 21 | - border-bottom: 1px solid #FFF; | |
| 22 | -} | |
| 23 | - | |
| 24 | -ul.categories li.cat_checked { | |
| 25 | - border-bottom: 1px solid #729FCF; | |
| 26 | -} | |
| 27 | - |
public/designs/themes/default/stylesheets/controller_friends.css
public/designs/themes/default/stylesheets/controller_profile.css
public/designs/themes/default/stylesheets/controller_profile_editor.css
| ... | ... | @@ -1,23 +0,0 @@ |
| 1 | -@import url(controller_cms.css); | |
| 2 | - | |
| 3 | -.profile_info { | |
| 4 | - border: 2px solid #3465A4; | |
| 5 | -} | |
| 6 | - | |
| 7 | -.profile_info .button:hover { | |
| 8 | - color: #FFF !important; | |
| 9 | -} | |
| 10 | - | |
| 11 | -.profile_info th, | |
| 12 | -.profile_info td { | |
| 13 | - border: 1px solid #729FCF; | |
| 14 | -} | |
| 15 | - | |
| 16 | -.profile_info .header { | |
| 17 | - background: #729FCF; | |
| 18 | - border: 1px solid #3465A4; | |
| 19 | -} | |
| 20 | -.profile_info th { | |
| 21 | - background: #B8CFE7; | |
| 22 | -} | |
| 23 | - |
public/designs/themes/default/stylesheets/controller_search.css
| ... | ... | @@ -1,190 +0,0 @@ |
| 1 | - | |
| 2 | -#view-category, | |
| 3 | -#search-results { | |
| 4 | - padding: 0% 2% 10px 2%; | |
| 5 | -} | |
| 6 | - | |
| 7 | -#view-category a, | |
| 8 | -#search-results a { | |
| 9 | - text-decoration: none; | |
| 10 | -} | |
| 11 | -#view-category a:hover, | |
| 12 | -#search-results .search-results-type-comment a:hover, | |
| 13 | -#search-results .search-results-type-article a:hover, | |
| 14 | -#search-results .search-results-type-product a:hover { | |
| 15 | - text-decoration: underline; | |
| 16 | -} | |
| 17 | - | |
| 18 | -#content .search_form { | |
| 19 | - margin: 0px; | |
| 20 | - padding: 0% 10%; | |
| 21 | -} | |
| 22 | - | |
| 23 | -body.category1 .search-options { | |
| 24 | - border: 1px solid #E26B00; | |
| 25 | -} | |
| 26 | -body.category2 .search-options { | |
| 27 | - border: 1px solid #58A80A; | |
| 28 | -} | |
| 29 | -body.category3 .search-options { | |
| 30 | - border: 1px solid #694371; | |
| 31 | -} | |
| 32 | -body.category4 .search-options { | |
| 33 | - border: 1px solid #B80000; | |
| 34 | -} | |
| 35 | - | |
| 36 | -.search-results-box { | |
| 37 | - width: 32.5%; | |
| 38 | -} | |
| 39 | - | |
| 40 | -.search-results-box.odd { | |
| 41 | - margin-left: 0px; | |
| 42 | -} | |
| 43 | - | |
| 44 | -.search-results-box.col2_of3, | |
| 45 | -.search-results-box.col3_of3 { | |
| 46 | - margin-left: 1.25%; | |
| 47 | -} | |
| 48 | - | |
| 49 | -.category-innerbox, | |
| 50 | -.search-results-innerbox { | |
| 51 | - padding: 10px 0px 10px 10px; | |
| 52 | - overflow: auto; | |
| 53 | - border: none; | |
| 54 | - background: #B8CFE7; | |
| 55 | - -moz-border-radius: 15px; | |
| 56 | -} | |
| 57 | -body.category1 .search-results-innerbox { | |
| 58 | - background: #FDD79E; | |
| 59 | -} | |
| 60 | -body.category2 .search-results-innerbox { | |
| 61 | - background: #C4F099; | |
| 62 | -} | |
| 63 | -body.category3 .search-results-innerbox { | |
| 64 | - background: #D6BFD3; | |
| 65 | -} | |
| 66 | -body.category4 .search-results-innerbox { | |
| 67 | - background: #F79494; | |
| 68 | -} | |
| 69 | - | |
| 70 | -.search-results-type-product li li a { | |
| 71 | - color: #204A87; | |
| 72 | -} | |
| 73 | - | |
| 74 | -#search-results .common-profile-list-block li a { | |
| 75 | - border: 2px solid #B8CFE7; | |
| 76 | -} | |
| 77 | -#search-results .common-profile-list-block li a:hover { | |
| 78 | - border: 2px solid #2A5896; | |
| 79 | - background: #CFDFF7; | |
| 80 | -} | |
| 81 | - | |
| 82 | -.search-results-type-empty div { | |
| 83 | - color: #729FCF; | |
| 84 | -} | |
| 85 | - | |
| 86 | -.item_meta { | |
| 87 | - font-size: 10px; | |
| 88 | - padding: 0px 0px 5px 0px; | |
| 89 | -} | |
| 90 | - | |
| 91 | -.search-results-type-profile.common-profile-list-block a { | |
| 92 | - width: 90px; | |
| 93 | -} | |
| 94 | -.search-results-type-profile.common-profile-list-block li div { | |
| 95 | - width: 88px; | |
| 96 | - height: 64px; | |
| 97 | -} | |
| 98 | -.search-results-type-profile.common-profile-list-block li span { | |
| 99 | - display: block; | |
| 100 | - width: 82px; | |
| 101 | -} | |
| 102 | - | |
| 103 | -.search-results-type-profile.common-profile-list-block li a { | |
| 104 | - color: #000; | |
| 105 | -} | |
| 106 | - | |
| 107 | -body.category1 .search-results-type-profile.common-profile-list-block li a { | |
| 108 | - background: #FDD79E; | |
| 109 | -} | |
| 110 | -body.category2 .search-results-type-profile.common-profile-list-block li a { | |
| 111 | - border: 2px solid #C4F099 !important; | |
| 112 | -} | |
| 113 | -body.category2 .search-results-type-profile.common-profile-list-block li a:hover { | |
| 114 | - border: 2px solid #61B60E !important; | |
| 115 | - background: #D0F8A0 !important; | |
| 116 | -} | |
| 117 | -body.category3 .search-results-type-profile.common-profile-list-block li a { | |
| 118 | - background: #D6BFD3; | |
| 119 | -} | |
| 120 | -body.category4 .search-results-type-profile.common-profile-list-block li a { | |
| 121 | - background: #F79494; | |
| 122 | -} | |
| 123 | - | |
| 124 | -/* * * Category Page * * * * * * * * * * * * */ | |
| 125 | - | |
| 126 | -#view-category h3 { | |
| 127 | - font-size: 14px; | |
| 128 | - line-height: 20px; | |
| 129 | - margin: 0px; | |
| 130 | - padding: 20px 0px 0px 20px; | |
| 131 | -} | |
| 132 | - | |
| 133 | -#most-commented h2 { | |
| 134 | - font-size: 14px; | |
| 135 | -} | |
| 136 | - | |
| 137 | -#category-recent-articles { | |
| 138 | - width: 53%; | |
| 139 | - float: left; | |
| 140 | -} | |
| 141 | - | |
| 142 | -.category-innerbox { | |
| 143 | - height: 170px; | |
| 144 | -} | |
| 145 | -#category-recent-articles .category-innerbox { | |
| 146 | - height: 400px; | |
| 147 | -} | |
| 148 | - | |
| 149 | -body.category1 .category-innerbox { | |
| 150 | - background: #FDD79E; | |
| 151 | -} | |
| 152 | -body.category2 .category-innerbox { | |
| 153 | - background: #C4F099; | |
| 154 | -} | |
| 155 | -body.category3 .category-innerbox { | |
| 156 | - background: #D6BFD3; | |
| 157 | -} | |
| 158 | -body.category4 .category-innerbox { | |
| 159 | - background: #F79494; | |
| 160 | -} | |
| 161 | - | |
| 162 | -#content #category-recent-articles ul, | |
| 163 | -#content #category-recent-articles li { | |
| 164 | - margin: 0px; | |
| 165 | - padding: 0px; | |
| 166 | - list-style: none; | |
| 167 | - color: #888; | |
| 168 | -} | |
| 169 | - | |
| 170 | -#category-childs { | |
| 171 | - clear: both; | |
| 172 | -} | |
| 173 | - | |
| 174 | -#category-childs ul { | |
| 175 | - margin: 0px; | |
| 176 | - padding: 0px 0px 0px 20px; | |
| 177 | -} | |
| 178 | - | |
| 179 | -#category-childs li { | |
| 180 | - margin: 0px; | |
| 181 | - padding: 0px; | |
| 182 | - float: left; | |
| 183 | - width: 33%; | |
| 184 | - font-size: 12px; | |
| 185 | -} | |
| 186 | - | |
| 187 | -#category-childs a { | |
| 188 | - font-weight: bold; | |
| 189 | -} | |
| 190 | - |
public/designs/themes/default/stylesheets/controller_tasks.css
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | - | |
| 2 | -#content .task-list li { | |
| 3 | - margin: 10px 20px 10px 10px; | |
| 4 | - padding: 0px 10px; | |
| 5 | - list-style: none; | |
| 6 | - border: 1px solid #3465A4; | |
| 7 | - background: #B8CFE7; | |
| 8 | -} | |
| 9 | - | |
| 10 | -.task-AddFriend h2 { | |
| 11 | - text-align: center; | |
| 12 | -} | |
| 13 | - | |
| 14 | -.task-AddFriend img { | |
| 15 | - position: relative; /* msie sux */ | |
| 16 | - float: left; | |
| 17 | - margin-right: 10px; | |
| 18 | -} | |
| 19 | - | |
| 20 | -.task-AddFriend form { | |
| 21 | - margin: 5px 0px; | |
| 22 | -} | |
| 23 | - | |
| 24 | -.friend-classify-suggestions { | |
| 25 | - font-size: 10px; | |
| 26 | -} | |
| 27 | - | |
| 28 | -.task-AddFriend .submit { | |
| 29 | - position: relative; | |
| 30 | - top: -5px; | |
| 31 | - float: right; | |
| 32 | -} | |
| 33 | -.msie .task-AddFriend .submit { | |
| 34 | - top: -10px; | |
| 35 | -} | |
| 36 | - |
public/designs/themes/default/thumbnail.jpg
3.51 KB
1.16 KB
919 Bytes
905 Bytes
1.18 KB
78.7 KB
13.4 KB
76.2 KB
79 KB
82.1 KB
70.2 KB
1.49 KB
1.5 KB
public/designs/themes/ecosol/stylesheets/blocks/communities-block.css
0 → 120000
public/designs/themes/ecosol/stylesheets/blocks/enterprises-block.css
0 → 120000
public/designs/themes/ecosol/stylesheets/blocks/environment-statistics-block.css
0 → 100644
| ... | ... | @@ -0,0 +1,12 @@ |
| 1 | + | |
| 2 | +#content .environment-statistics-block .block-title { | |
| 3 | + padding-left: 30px; | |
| 4 | + font-size: 12px; | |
| 5 | +} | |
| 6 | + | |
| 7 | +#content .environment-statistics-block ul { | |
| 8 | + margin: 0px 0px 0px 5px; | |
| 9 | +} | |
| 10 | +.msie #content .environment-statistics-block ul { | |
| 11 | + margin: 0px 0px 0px 45px; | |
| 12 | +} | ... | ... |
public/designs/themes/ecosol/stylesheets/blocks/friends-block.css
0 → 120000
public/designs/themes/ecosol/stylesheets/blocks/main-block.css
0 → 100644
| ... | ... | @@ -0,0 +1,97 @@ |
| 1 | + | |
| 2 | +.article { | |
| 3 | + position: relative; | |
| 4 | + text-align: justify; | |
| 5 | +} | |
| 6 | + | |
| 7 | +.article-tags { | |
| 8 | + text-align: right; | |
| 9 | + font-size: 10px; | |
| 10 | + margin-top: -9px; | |
| 11 | + padding-right: 15px; | |
| 12 | +} | |
| 13 | + | |
| 14 | +.article-tags a { | |
| 15 | + color: #729FCF; | |
| 16 | + border: 1px solid #B8CFE7; | |
| 17 | + text-decoration: none; | |
| 18 | + padding: 0px 2px 1px 2px; | |
| 19 | +} | |
| 20 | +.article-tags a:hover { | |
| 21 | + color: #FFF; | |
| 22 | + border: 1px solid #3465A4; | |
| 23 | + background: #729FCF; | |
| 24 | +} | |
| 25 | + | |
| 26 | +.article-actions { | |
| 27 | + position: absolute; | |
| 28 | + top: -5px; | |
| 29 | + right: 0px; | |
| 30 | + padding-right: 15px; | |
| 31 | +} | |
| 32 | + | |
| 33 | +.article-parent { | |
| 34 | + text-align: right; | |
| 35 | + padding-right: 15px; | |
| 36 | +} | |
| 37 | + | |
| 38 | +.article-cat { | |
| 39 | + position: relative; | |
| 40 | + border: 1px dotted #B8CFE7; | |
| 41 | + margin-top: 10px; | |
| 42 | + padding: 10px; | |
| 43 | +} | |
| 44 | + | |
| 45 | +#content .article-cat h3 { | |
| 46 | + margin: 0px 0px 5px 0px; | |
| 47 | +} | |
| 48 | + | |
| 49 | +/* * * Comments * * */ | |
| 50 | + | |
| 51 | +.article-comment { | |
| 52 | + position: relative; | |
| 53 | + border: 1px solid #B8CFE7; | |
| 54 | + margin-bottom: 10px; | |
| 55 | + padding: 10px; | |
| 56 | +} | |
| 57 | + | |
| 58 | +.comment-from-owner { | |
| 59 | + border: 1px solid #3465A4; | |
| 60 | + background: #B8CFE7; | |
| 61 | +} | |
| 62 | + | |
| 63 | +#content .article-comment h4 { | |
| 64 | + font-size: 14px; | |
| 65 | + margin: 0px; | |
| 66 | +} | |
| 67 | + | |
| 68 | +.comment-picture { | |
| 69 | + position: relative; | |
| 70 | + display: block; | |
| 71 | + width: 50px; | |
| 72 | + height: 50px; | |
| 73 | + background-repeat: no-repeat; | |
| 74 | + background-position: 50% 50%; | |
| 75 | + margin-right: 10px; | |
| 76 | + float: left; | |
| 77 | +} | |
| 78 | +.comment-picture span { | |
| 79 | + display: none; | |
| 80 | +} | |
| 81 | + | |
| 82 | +.comment-info { | |
| 83 | + font-size: 10px; | |
| 84 | + color: #999; | |
| 85 | +} | |
| 86 | +.comment-from-owner .comment-info { | |
| 87 | + color: #729FCF; | |
| 88 | +} | |
| 89 | + | |
| 90 | +.comment-text { | |
| 91 | + clear: left; | |
| 92 | +} | |
| 93 | + | |
| 94 | +.comment-logged-out .comment-text { | |
| 95 | + color: #888; | |
| 96 | +} | |
| 97 | + | ... | ... |
public/designs/themes/ecosol/stylesheets/blocks/members-block.css
0 → 120000
public/designs/themes/ecosol/stylesheets/blocks/profile-info-block.css
0 → 100644
| ... | ... | @@ -0,0 +1,30 @@ |
| 1 | +.profile-info-block h2 { | |
| 2 | + text-align: center; | |
| 3 | +} | |
| 4 | + | |
| 5 | +.profile-info-picture { | |
| 6 | + border: 2px solid #204A87; | |
| 7 | + padding: 1px; | |
| 8 | + background: #FFF; | |
| 9 | + margin-right: 40px; | |
| 10 | +} | |
| 11 | +.msie6 .profile-info-picture { | |
| 12 | + margin-right: 20px; | |
| 13 | +} | |
| 14 | + | |
| 15 | +.profile-info-data { | |
| 16 | + width: 110px; | |
| 17 | + font-size: 10px; | |
| 18 | + text-align: right; | |
| 19 | + position: relative; | |
| 20 | + top: 20px; | |
| 21 | +} | |
| 22 | + | |
| 23 | +.profile-info-options { | |
| 24 | + clear: both; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.profile-info-options { | |
| 28 | + text-align: center; | |
| 29 | +} | |
| 30 | + | ... | ... |
public/designs/themes/ecosol/stylesheets/blocks/profile-list-block.css
0 → 100644
| ... | ... | @@ -0,0 +1,47 @@ |
| 1 | + | |
| 2 | +.common-profile-list-block { | |
| 3 | + color: #B8CFE7; | |
| 4 | +} | |
| 5 | + | |
| 6 | +#content .common-profile-list-block .block-title { | |
| 7 | + font-size: 14px; | |
| 8 | +} | |
| 9 | + | |
| 10 | +.common-profile-list-block li a { | |
| 11 | + border: 2px solid #FFF; | |
| 12 | +} | |
| 13 | + | |
| 14 | +.common-profile-list-block li a:hover { | |
| 15 | + border: 2px solid #2A5896; | |
| 16 | + background: #B8CFE7; | |
| 17 | + color: #035; | |
| 18 | +} | |
| 19 | + | |
| 20 | +.enterprises-block .block-footer-content, | |
| 21 | +.friends-block .block-footer-content, | |
| 22 | +.communities-block .block-footer-content { | |
| 23 | + text-align: center; | |
| 24 | + font-size: 80%; | |
| 25 | + padding: 5px 0px 0px 0px; | |
| 26 | +} | |
| 27 | +.msie .enterprises-block .block-footer-content, | |
| 28 | +.msie .friends-block .block-footer-content, | |
| 29 | +.msie .communities-block .block-footer-content { | |
| 30 | + padding: 0px; | |
| 31 | + margin-top: -5px; | |
| 32 | +} | |
| 33 | + | |
| 34 | +.common-profile-list-block-none { | |
| 35 | + font-style: italic; | |
| 36 | + margin-bottom: -10px; | |
| 37 | +} | |
| 38 | +.msie .common-profile-list-block-none { | |
| 39 | + margin-bottom: 0px; | |
| 40 | + padding-bottom: 10px; | |
| 41 | +} | |
| 42 | + | |
| 43 | +.common-profile-list-block .button-bar { | |
| 44 | + padding-top: 15px; | |
| 45 | + clear: left; | |
| 46 | +} | |
| 47 | + | ... | ... |
public/designs/themes/ecosol/stylesheets/blocks/recent-documents-block.css
0 → 100644
| ... | ... | @@ -0,0 +1,12 @@ |
| 1 | + | |
| 2 | +#content .recent-documents-block .block-title { | |
| 3 | + padding-left: 30px; | |
| 4 | + font-size: 12px; | |
| 5 | +} | |
| 6 | + | |
| 7 | +#content .recent-documents-block ul { | |
| 8 | + margin: 0px 0px 0px 5px; | |
| 9 | +} | |
| 10 | +.msie #content .recent-documents-block ul { | |
| 11 | + margin: 0px 0px 0px 45px; | |
| 12 | +} | ... | ... |
public/designs/themes/ecosol/stylesheets/blocks/tags-block.css
0 → 100644
| ... | ... | @@ -0,0 +1,34 @@ |
| 1 | +.tags-block { | |
| 2 | +} | |
| 3 | +.box-2 .tags-block { | |
| 4 | + text-align: right; | |
| 5 | +} | |
| 6 | + | |
| 7 | +#content .tags-block .block-title { | |
| 8 | + margin-bottom: 0px; | |
| 9 | + background: url(../../images/bg-tags-top.png) no-repeat 0% 0%; | |
| 10 | + padding: 3px 0px 0px 20px; | |
| 11 | +} | |
| 12 | + | |
| 13 | +.tags-block .tag_cloud { | |
| 14 | + background: url(../../images/bg-tags.png) no-repeat 0% 100%; | |
| 15 | + padding: 0px 0px 5px 5px; | |
| 16 | +} | |
| 17 | + | |
| 18 | +#content .box-2 .tags-block .block-title { | |
| 19 | + background: url(../../images/bg-tags-top-2.png) no-repeat 100% 0%; | |
| 20 | + padding: 3px 20px 0px 0px; | |
| 21 | +} | |
| 22 | +.box-2 .tags-block .tag_cloud { | |
| 23 | + background: url(../../images/bg-tags-2.png) no-repeat 100% 100%; | |
| 24 | + padding: 0px 5px 5px 0px; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.tags-block .tag_cloud a { | |
| 28 | + text-decoration: none; | |
| 29 | + padding: 0px 4px; | |
| 30 | +} | |
| 31 | + | |
| 32 | +.tags-block .tag_cloud a:hover { | |
| 33 | + color: red; | |
| 34 | +} | ... | ... |
| ... | ... | @@ -0,0 +1,179 @@ |
| 1 | + | |
| 2 | +body.noosfero { | |
| 3 | + /* | |
| 4 | + ** a imagem de fundo colorida é mais pesada, por isso carregamos | |
| 5 | + ** essa cinza mais leve antes para melhorar a esperiência do usuário. | |
| 6 | + */ | |
| 7 | + background-position: 50% 25px; | |
| 8 | + background-repeat: repeat-x; | |
| 9 | + background-image: url(../images/bg-top-cinza.jpg); | |
| 10 | +} | |
| 11 | + | |
| 12 | +#wrap { | |
| 13 | + background-position: 50% 22px; | |
| 14 | + background-repeat: repeat-x; | |
| 15 | + background-image: url(../images/bg-top-azul.png); | |
| 16 | +} | |
| 17 | + | |
| 18 | +body.category1 #wrap { background-image: url("../images/bg-top-laranja.png"); } | |
| 19 | +body.category2 #wrap { background-image: url("../images/bg-top-verde.png"); } | |
| 20 | +body.category3 #wrap { background-image: url("../images/bg-top-lilas.png"); } | |
| 21 | +body.category4 #wrap { background-image: url("../images/bg-top-vermelho.png"); } | |
| 22 | + | |
| 23 | +#path_category { | |
| 24 | + position: absolute; | |
| 25 | + top: 40px; | |
| 26 | + left: 30px; | |
| 27 | + font-weight: bold; | |
| 28 | + z-index: 10; | |
| 29 | +} | |
| 30 | + | |
| 31 | +a { color: #05B } | |
| 32 | +body.category2 a { color: #270 } | |
| 33 | +a:visited { color: #68C } | |
| 34 | +body.category2 a:visited { color: #8A6 } | |
| 35 | +a:hover, a:active { color: #08F } | |
| 36 | +body.category2 a:hover { color: #5C0 } | |
| 37 | + | |
| 38 | +/* file manager (big) style */ | |
| 39 | + | |
| 40 | +div.file-manager { | |
| 41 | + clear: both; | |
| 42 | +} | |
| 43 | + | |
| 44 | +div.file-manager | |
| 45 | +div.file-manager-button { | |
| 46 | + float: left; | |
| 47 | + width: 140px; | |
| 48 | + text-align: center; | |
| 49 | + margin-right: 0.5em; | |
| 50 | + margin-top: 0.5em; | |
| 51 | +} | |
| 52 | + | |
| 53 | +div.file-manager | |
| 54 | +div.file-manager-button a img { | |
| 55 | + border: none; | |
| 56 | +} | |
| 57 | + | |
| 58 | +div.file-manager | |
| 59 | +div.file-manager-button a { | |
| 60 | + border: 1px solid #e0e0e0; | |
| 61 | + display: block; | |
| 62 | + padding: 3px; | |
| 63 | + height: 90px; | |
| 64 | + overflow: hidden; | |
| 65 | + background: white; | |
| 66 | + font-size: 90%; | |
| 67 | +} | |
| 68 | + | |
| 69 | +div.file-manager | |
| 70 | +div.file-manager-button a:hover { | |
| 71 | + border: 1px solid #006; | |
| 72 | + background: #acf; | |
| 73 | + color: #006; | |
| 74 | +} | |
| 75 | + | |
| 76 | +/************* file manager (small) style *****************/ | |
| 77 | +.file-manager-small { | |
| 78 | + background: white; | |
| 79 | + border: 1px solid gray; | |
| 80 | +} | |
| 81 | + | |
| 82 | +.file-manager-title { | |
| 83 | + font-weight: bold; | |
| 84 | + border: 1px solid gray; | |
| 85 | + border-bottom: none; | |
| 86 | + border-top: none; | |
| 87 | + padding: 2px; | |
| 88 | + background: #579; | |
| 89 | + color: white; | |
| 90 | + height: 24px; | |
| 91 | +} | |
| 92 | + | |
| 93 | +.file-manager-small ul { | |
| 94 | + padding: 5px; | |
| 95 | + margin: 0px; | |
| 96 | +} | |
| 97 | + | |
| 98 | +.file-manager-small li { | |
| 99 | + list-style: none; | |
| 100 | + padding: 2px; | |
| 101 | +} | |
| 102 | + | |
| 103 | +div.file-manager-small | |
| 104 | +div.file-manager-button a div { | |
| 105 | + display: inline; | |
| 106 | +} | |
| 107 | + | |
| 108 | +div.file-manager-small | |
| 109 | +div.file-manager-button a img { | |
| 110 | + border: none; | |
| 111 | + vertical-align: middle; | |
| 112 | +} | |
| 113 | + | |
| 114 | +div.file-manager-small | |
| 115 | +div.file-manager-button a { | |
| 116 | + border: 1px solid transparent; | |
| 117 | +} | |
| 118 | + | |
| 119 | +div.file-manager-small | |
| 120 | +div.file-manager-button a:hover { | |
| 121 | + border: 1px solid #006; | |
| 122 | + background: #acf; | |
| 123 | + color: #006; | |
| 124 | +} | |
| 125 | + | |
| 126 | +.file-manager-small { | |
| 127 | + position: relative; | |
| 128 | +} | |
| 129 | + | |
| 130 | +.file-manager-small .file-manager-controls { | |
| 131 | + border-top: 1px solid gray; | |
| 132 | + padding: 4px; | |
| 133 | +} | |
| 134 | + | |
| 135 | +.file-manager-small .file-manager-controls * { | |
| 136 | + text-align: right; | |
| 137 | +} | |
| 138 | + | |
| 139 | + | |
| 140 | +#lightbox{ | |
| 141 | + background: #FFF url(../images/bg-top-cinza.jpg) no-repeat 50% -15px; | |
| 142 | +} | |
| 143 | + | |
| 144 | +#footer { | |
| 145 | + background: #ffffff url("/images/bg_footer.png") repeat-x; | |
| 146 | + background-position: 0px 0px; | |
| 147 | + margin: 0px; | |
| 148 | + padding: 10px; | |
| 149 | +} | |
| 150 | + | |
| 151 | +#footer a { | |
| 152 | + border-bottom: 1px dotted #777; | |
| 153 | +} | |
| 154 | +#footer a:hover { | |
| 155 | + border: 0px; | |
| 156 | +} | |
| 157 | + | |
| 158 | +#footer a#footer-esq { | |
| 159 | + background: url(../images/logo-fbes-footer.gif) no-repeat 0% 50%; | |
| 160 | + padding: 5px 0px 5px 45px; | |
| 161 | + float: left; | |
| 162 | + text-align: left; | |
| 163 | + border: none; | |
| 164 | + opacity: 0.5; | |
| 165 | +} | |
| 166 | + | |
| 167 | +#footer a#footer-dir { | |
| 168 | + background: url(../images/logo-colivre-footer.gif) no-repeat 100% 50%; | |
| 169 | + padding: 5px 35px 5px 0px; | |
| 170 | + float: right; | |
| 171 | + text-align: right; | |
| 172 | + border: none; | |
| 173 | + opacity: 0.5; | |
| 174 | +} | |
| 175 | + | |
| 176 | +#footer a#footer-esq:hover, | |
| 177 | +#footer a#footer-dir:hover { | |
| 178 | + opacity: 1; | |
| 179 | +} | ... | ... |
public/designs/themes/ecosol/stylesheets/controller_account.css
0 → 100644
public/designs/themes/ecosol/stylesheets/controller_cms.css
0 → 100644
| ... | ... | @@ -0,0 +1,27 @@ |
| 1 | + | |
| 2 | +.categorie_box { | |
| 3 | + -moz-border-radius: 4px; | |
| 4 | + border: 1px solid #729FCF; | |
| 5 | + margin-bottom: 2px; | |
| 6 | + padding: 2px 0px; | |
| 7 | +} | |
| 8 | + | |
| 9 | +#content .categorie_box h5 { | |
| 10 | + margin: 0px; | |
| 11 | + padding: 0px; | |
| 12 | + line-height: 22px; | |
| 13 | +} | |
| 14 | + | |
| 15 | +#content ul.categories { | |
| 16 | + padding: 5px 4px 3px 4px; | |
| 17 | +} | |
| 18 | + | |
| 19 | +ul.categories li { | |
| 20 | + -moz-border-radius: 9px; | |
| 21 | + border-bottom: 1px solid #FFF; | |
| 22 | +} | |
| 23 | + | |
| 24 | +ul.categories li.cat_checked { | |
| 25 | + border-bottom: 1px solid #729FCF; | |
| 26 | +} | |
| 27 | + | ... | ... |
public/designs/themes/ecosol/stylesheets/controller_friends.css
0 → 100644
public/designs/themes/ecosol/stylesheets/controller_profile.css
0 → 100644
public/designs/themes/ecosol/stylesheets/controller_profile_editor.css
0 → 100644
| ... | ... | @@ -0,0 +1,23 @@ |
| 1 | +@import url(controller_cms.css); | |
| 2 | + | |
| 3 | +.profile_info { | |
| 4 | + border: 2px solid #3465A4; | |
| 5 | +} | |
| 6 | + | |
| 7 | +.profile_info .button:hover { | |
| 8 | + color: #FFF !important; | |
| 9 | +} | |
| 10 | + | |
| 11 | +.profile_info th, | |
| 12 | +.profile_info td { | |
| 13 | + border: 1px solid #729FCF; | |
| 14 | +} | |
| 15 | + | |
| 16 | +.profile_info .header { | |
| 17 | + background: #729FCF; | |
| 18 | + border: 1px solid #3465A4; | |
| 19 | +} | |
| 20 | +.profile_info th { | |
| 21 | + background: #B8CFE7; | |
| 22 | +} | |
| 23 | + | ... | ... |
public/designs/themes/ecosol/stylesheets/controller_search.css
0 → 100644
| ... | ... | @@ -0,0 +1,190 @@ |
| 1 | + | |
| 2 | +#view-category, | |
| 3 | +#search-results { | |
| 4 | + padding: 0% 2% 10px 2%; | |
| 5 | +} | |
| 6 | + | |
| 7 | +#view-category a, | |
| 8 | +#search-results a { | |
| 9 | + text-decoration: none; | |
| 10 | +} | |
| 11 | +#view-category a:hover, | |
| 12 | +#search-results .search-results-type-comment a:hover, | |
| 13 | +#search-results .search-results-type-article a:hover, | |
| 14 | +#search-results .search-results-type-product a:hover { | |
| 15 | + text-decoration: underline; | |
| 16 | +} | |
| 17 | + | |
| 18 | +#content .search_form { | |
| 19 | + margin: 0px; | |
| 20 | + padding: 0% 10%; | |
| 21 | +} | |
| 22 | + | |
| 23 | +body.category1 .search-options { | |
| 24 | + border: 1px solid #E26B00; | |
| 25 | +} | |
| 26 | +body.category2 .search-options { | |
| 27 | + border: 1px solid #58A80A; | |
| 28 | +} | |
| 29 | +body.category3 .search-options { | |
| 30 | + border: 1px solid #694371; | |
| 31 | +} | |
| 32 | +body.category4 .search-options { | |
| 33 | + border: 1px solid #B80000; | |
| 34 | +} | |
| 35 | + | |
| 36 | +.search-results-box { | |
| 37 | + width: 32.5%; | |
| 38 | +} | |
| 39 | + | |
| 40 | +.search-results-box.odd { | |
| 41 | + margin-left: 0px; | |
| 42 | +} | |
| 43 | + | |
| 44 | +.search-results-box.col2_of3, | |
| 45 | +.search-results-box.col3_of3 { | |
| 46 | + margin-left: 1.25%; | |
| 47 | +} | |
| 48 | + | |
| 49 | +.category-innerbox, | |
| 50 | +.search-results-innerbox { | |
| 51 | + padding: 10px 0px 10px 10px; | |
| 52 | + overflow: auto; | |
| 53 | + border: none; | |
| 54 | + background: #B8CFE7; | |
| 55 | + -moz-border-radius: 15px; | |
| 56 | +} | |
| 57 | +body.category1 .search-results-innerbox { | |
| 58 | + background: #FDD79E; | |
| 59 | +} | |
| 60 | +body.category2 .search-results-innerbox { | |
| 61 | + background: #C4F099; | |
| 62 | +} | |
| 63 | +body.category3 .search-results-innerbox { | |
| 64 | + background: #D6BFD3; | |
| 65 | +} | |
| 66 | +body.category4 .search-results-innerbox { | |
| 67 | + background: #F79494; | |
| 68 | +} | |
| 69 | + | |
| 70 | +.search-results-type-product li li a { | |
| 71 | + color: #204A87; | |
| 72 | +} | |
| 73 | + | |
| 74 | +#search-results .common-profile-list-block li a { | |
| 75 | + border: 2px solid #B8CFE7; | |
| 76 | +} | |
| 77 | +#search-results .common-profile-list-block li a:hover { | |
| 78 | + border: 2px solid #2A5896; | |
| 79 | + background: #CFDFF7; | |
| 80 | +} | |
| 81 | + | |
| 82 | +.search-results-type-empty div { | |
| 83 | + color: #729FCF; | |
| 84 | +} | |
| 85 | + | |
| 86 | +.item_meta { | |
| 87 | + font-size: 10px; | |
| 88 | + padding: 0px 0px 5px 0px; | |
| 89 | +} | |
| 90 | + | |
| 91 | +.search-results-type-profile.common-profile-list-block a { | |
| 92 | + width: 90px; | |
| 93 | +} | |
| 94 | +.search-results-type-profile.common-profile-list-block li div { | |
| 95 | + width: 88px; | |
| 96 | + height: 64px; | |
| 97 | +} | |
| 98 | +.search-results-type-profile.common-profile-list-block li span { | |
| 99 | + display: block; | |
| 100 | + width: 82px; | |
| 101 | +} | |
| 102 | + | |
| 103 | +.search-results-type-profile.common-profile-list-block li a { | |
| 104 | + color: #000; | |
| 105 | +} | |
| 106 | + | |
| 107 | +body.category1 .search-results-type-profile.common-profile-list-block li a { | |
| 108 | + background: #FDD79E; | |
| 109 | +} | |
| 110 | +body.category2 .search-results-type-profile.common-profile-list-block li a { | |
| 111 | + border: 2px solid #C4F099 !important; | |
| 112 | +} | |
| 113 | +body.category2 .search-results-type-profile.common-profile-list-block li a:hover { | |
| 114 | + border: 2px solid #61B60E !important; | |
| 115 | + background: #D0F8A0 !important; | |
| 116 | +} | |
| 117 | +body.category3 .search-results-type-profile.common-profile-list-block li a { | |
| 118 | + background: #D6BFD3; | |
| 119 | +} | |
| 120 | +body.category4 .search-results-type-profile.common-profile-list-block li a { | |
| 121 | + background: #F79494; | |
| 122 | +} | |
| 123 | + | |
| 124 | +/* * * Category Page * * * * * * * * * * * * */ | |
| 125 | + | |
| 126 | +#view-category h3 { | |
| 127 | + font-size: 14px; | |
| 128 | + line-height: 20px; | |
| 129 | + margin: 0px; | |
| 130 | + padding: 20px 0px 0px 20px; | |
| 131 | +} | |
| 132 | + | |
| 133 | +#most-commented h2 { | |
| 134 | + font-size: 14px; | |
| 135 | +} | |
| 136 | + | |
| 137 | +#category-recent-articles { | |
| 138 | + width: 53%; | |
| 139 | + float: left; | |
| 140 | +} | |
| 141 | + | |
| 142 | +.category-innerbox { | |
| 143 | + height: 170px; | |
| 144 | +} | |
| 145 | +#category-recent-articles .category-innerbox { | |
| 146 | + height: 400px; | |
| 147 | +} | |
| 148 | + | |
| 149 | +body.category1 .category-innerbox { | |
| 150 | + background: #FDD79E; | |
| 151 | +} | |
| 152 | +body.category2 .category-innerbox { | |
| 153 | + background: #C4F099; | |
| 154 | +} | |
| 155 | +body.category3 .category-innerbox { | |
| 156 | + background: #D6BFD3; | |
| 157 | +} | |
| 158 | +body.category4 .category-innerbox { | |
| 159 | + background: #F79494; | |
| 160 | +} | |
| 161 | + | |
| 162 | +#content #category-recent-articles ul, | |
| 163 | +#content #category-recent-articles li { | |
| 164 | + margin: 0px; | |
| 165 | + padding: 0px; | |
| 166 | + list-style: none; | |
| 167 | + color: #888; | |
| 168 | +} | |
| 169 | + | |
| 170 | +#category-childs { | |
| 171 | + clear: both; | |
| 172 | +} | |
| 173 | + | |
| 174 | +#category-childs ul { | |
| 175 | + margin: 0px; | |
| 176 | + padding: 0px 0px 0px 20px; | |
| 177 | +} | |
| 178 | + | |
| 179 | +#category-childs li { | |
| 180 | + margin: 0px; | |
| 181 | + padding: 0px; | |
| 182 | + float: left; | |
| 183 | + width: 33%; | |
| 184 | + font-size: 12px; | |
| 185 | +} | |
| 186 | + | |
| 187 | +#category-childs a { | |
| 188 | + font-weight: bold; | |
| 189 | +} | |
| 190 | + | ... | ... |
public/designs/themes/ecosol/stylesheets/controller_tasks.css
0 → 100644
| ... | ... | @@ -0,0 +1,36 @@ |
| 1 | + | |
| 2 | +#content .task-list li { | |
| 3 | + margin: 10px 20px 10px 10px; | |
| 4 | + padding: 0px 10px; | |
| 5 | + list-style: none; | |
| 6 | + border: 1px solid #3465A4; | |
| 7 | + background: #B8CFE7; | |
| 8 | +} | |
| 9 | + | |
| 10 | +.task-AddFriend h2 { | |
| 11 | + text-align: center; | |
| 12 | +} | |
| 13 | + | |
| 14 | +.task-AddFriend img { | |
| 15 | + position: relative; /* msie sux */ | |
| 16 | + float: left; | |
| 17 | + margin-right: 10px; | |
| 18 | +} | |
| 19 | + | |
| 20 | +.task-AddFriend form { | |
| 21 | + margin: 5px 0px; | |
| 22 | +} | |
| 23 | + | |
| 24 | +.friend-classify-suggestions { | |
| 25 | + font-size: 10px; | |
| 26 | +} | |
| 27 | + | |
| 28 | +.task-AddFriend .submit { | |
| 29 | + position: relative; | |
| 30 | + top: -5px; | |
| 31 | + float: right; | |
| 32 | +} | |
| 33 | +.msie .task-AddFriend .submit { | |
| 34 | + top: -10px; | |
| 35 | +} | |
| 36 | + | ... | ... |
3.51 KB