-
diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 75fd5ca..0000000 --- a/TODO.md +++ /dev/null @@ -1,55 +0,0 @@ -* Make animated inserting to the any position - -* Make drag'n'dropping with saving position - -* Correctly handle changing size of item - -* make rational spans -* make item-specific width - -* utilize modernizr to detect features - -* Insert inside the list - animate displacing - -* Make layouter - generic layout description thing - -* Correct chrome rounding of item offsets - -* Use translate-3d and calc, if possible. If not - use simple absolute positioning. - -* BUG: data-col-width fails to read - -* BUG: fix case where there’s only three items, but pasteable 4 columns (footer in kudago) - * Min-col-num property, max-col-num - -* Restrict max columns number - -* Move out animations to the css - -* Finish up deferreds (fix zepto/jquery bad behaviour, test for nested images) - -* Make full equivalent to css-columns - -* Test on jquery sequential image-loading along with non-image elements (as header inside content) - -* On `add` - animate from bottom of the screen - -* BUG: Fucks up layout if -webkit-animation top - -* Update only visible part on add, do not recalculate - -* Speed up appending of elements. Too slow for now. - -* Deferred image loading of new elements. - -* Scroll only visible part - -* Specified number of columns, e.g. 2,4,6. No 3. - -* Keep viewport scrolling on reflow - -* Fixed-width floating aside column -* Correct reflow when inner element size changed -* Displacement as on gplus when new item added. -* Test float elements with prerender mode -* Keep position(order) tracking, e.g. if I want to fix some element on top of column \ No newline at end of file diff --git a/appearance_menu.html.erb b/appearance_menu.html.erb deleted file mode 100644 index 07fba92..0000000 --- a/appearance_menu.html.erb +++ /dev/null @@ -1,17 +0,0 @@ -
diff --git a/cabecalho.css b/cabecalho.css deleted file mode 100644 index 5cbdb5b..0000000 --- a/cabecalho.css +++ /dev/null @@ -1,1198 +0,0 @@ -/*(amarelo-claro=#fcdd4e)*/ -/*(amarelo-escuro=#f9c404)*/ -/****************** cabecalho ******************/ -#theme-header{height: auto;} - -#header { - padding: 13px 0 0 0; -background-color: #fcdd4e;/*(amarelo-claro)*/ - /* Old browsers */ - background-color: #f9c404; /*(amarelo-escuro)*/ - background-image: -moz-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); /*(amarelo-claro)(amarelo-escuro)*/ - /* FF3.6+ */ - background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#fcdd4e), color-stop(100%,#f9c404)); - /* Chrome,Safari4+ */ - background-image: -webkit-radial-gradient(center, ellipse cover, #fcdd4e 1%,#f9c404 100%); - /* Chrome10+,Safari5.1+ */ - background-image: -o-radial-gradient(center, ellipse cover, #fcdd4e 1%,#f9c404 100%); - /* Opera 12+ */ - background-image: -ms-radial-gradient(center, ellipse cover, #fcdd4e 1%,#f9c404 100%); - /* IE10+ */ - background-image: radial-gradient(ellipse at center, #fcdd4e 1%,#f9c404 100%); - /* W3C */ -/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcdd4e', endColorstr='#f9c404',GradientType=1 );*/ - /* IE6-9 fallback on horizontal gradient */ - color: #fff; -} - -#header>div { - max-width: 960px; - margin: 0 auto; -} - -.header-content * { - margin: 0; - padding: 0; - list-style: none; - vertical-align: baseline; -} - -.header-content { - height: 5px; - transition-duration: 0.6s; - overflow: hidden; -} - -.header-content:hover, -.header-content *:focus + .header-content, -.header-content *:focus > .header-content { - height: 173px; -} - -.header-content li { display: inline; } - -#brasilgov { - background: #00510f; - border-bottom: 1px solid #ffcc00; - padding: 5px 10px; - color: #03316f; -} - -#accessibility { - display: block !important; - float: left; - font-family: arial; - font-size: 10px; - width: 50%; -} - -#accessibility a { - color: #00500f; - margin-right: 8px; -} - -#accessibility span { - background: none repeat scroll 0 0 #497B16; - color: #FFFFFF; - padding: 0 4px; -} - - - -/* logo */ -#logo { - padding: 0; - float: left; - width: 70%; -} - -#logo span { - display: block; -} - -#logo a { - display: block; - width: 100%; - color: #03316f !important; - margin: 1em 0px; -} - -#logo a, #logo #portal-title { - color: #03316f; -} - -#logo #portal-title { - margin: 30px 0px 46px 0px; - color: #03316f; - font-size: 40px; - font-family: 'Open Sans Extrabold', Arial, Helvetica, sans-serif; - font-weight: normal; - line-height: 1em; - letter-spacing: -0.05em; -} - -#logo .luongo { - font-size: 3em !important; - line-height: 1.1em; - margin-bottom: 0.2em; -} - -#logo #portal-description { - font-size: 1.2em; - text-transform: uppercase; -} - -/* Site Actions */ -#portal-siteactions { - display: block; - float: right; - clear: left; - border-bottom: 1px dotted #00500f; - padding-bottom: 2px; - margin-top: -15px; - font-size: 10px; - text-align: center; -} - -#portal-siteactions a { - color: #00500f; - text-decoration: none; - padding: 4px 0 4px 10px; - text-transform: uppercase; - font-family: 'Open Sans', Arial, Helvetica, sans-serif; -} - -#portal-siteactions a:hover { - color: #03316f; -} - -#portal-siteactions li { - display: inline; -} - -#portal-siteactions li a:hover { -color: #75ad0a -} -#portal-siteactions li a { - padding: 4px 0px; -} - -#social-icons { - float: right; - clear: right; - margin: 0px; -} - -#social-icons ul { - display: table-row; -} - -#social-icons li { - display: table-cell; -} - -#social-icons li a { - border: none; - padding: 0 5px; -} - -#siteaction-accessibility, -#siteaction-contraste { - margin: 0px 15px 0px 0px; -} -/* */ - -/* Top links */ -#theme-header .header-content #link-faq a { - border-right: 1px solid #00500f; - padding: 0 10px; -} -#theme-header .header-content #link-contact a { - padding-left: 10px; -} - -#theme-header #sobre { - line-height: 20px; - font-size: 12px; -} -/* */ - -/* Sobre o brasil */ -#sobre { - clear: both; - max-width: 100% !important; - margin: 0; - background: #f8c300;/*amarelo-mais-escuro*/ - padding: 5px 0; -} - -#sobre ul { - max-width: 960px; - margin: 0 auto; - text-align: right; -} - -#sobre a { - color: #00500f; - font-family: 'Open Sans', Arial, Helvetica, sans-serif; -} - -#sobre .portalservicos-item a { - padding: 0 10px; - border-right: 1px solid #03316f; -} - -#sobre .last-item a { - padding: 0 0 0 10px; - border-right: none; -} - -/* Searchbox */ -.LSBox { - margin: 0; - padding: 0; - border: none; -} - -input.searchField { - -moz-appearance: none; -} - -#portal-searchbox { - clear: right; - float: right; - font-size: 80%; - margin: 30px 0 14px; - /*margin: 3.12em 0px 3px 0px;*/ - text-align: right; - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border: 1px solid #CCCCCC; - background: #fff; - padding: 2px; -} - -#portal-searchbox .searchField { - padding: 0.45em; - border-right: none; - border: none; - width: 170px; -} - -#portal-searchbox form { -white-space: nowrap; -} - -#portal-searchbox label { -font-weight: normal; -} - -#searchGadget { -width: 13em; -} - -#header input.searchButton { - padding: 0.3em; - background: transparent; - text-indent: -2000px; - padding: 4px 15px; - border: none; -} - -#content input.searchField { -margin-bottom: 1em; -} -input.searchField { --moz-appearance: searchfield; -} - -#header input.searchButton { - background-image: url("images/search-button.gif"); - background-position: 8px 2px; - background-repeat: no-repeat; - background-color: #ffffff; -} - -#LSResult { - z-index: 1; - margin-top: 0.5%; -} - - -/* Search Button */ -#search-button a { - display: inline-block; - width: 29px; - height: 25px; - margin-right: 3px; - margin-top: 10px; -} - -#search-button a:hover { - opacity: 0.6; -} - -#search-button #sb_search { -background-image: url(images/search.png); -background-size: 100% 100%; -} - -#search-button span { display: none; } - - -/* */ - -/* Social Buttons */ -#social-buttons a { - width: 18px; - height: 20px; - margin-right: 3px; - margin-top: 10px; -} - -#social-icons li a { - width: 20px; - height: 20px; - padding: 0px; - display: inline-block; - background-repeat: no-repeat; -} - -#social-icons li { - float: right; - width: 20px; - margin-left: 4px; -} - -#social-icons #sb_face { -background-image: url(images/icone-verde-facebook.png); -} -#social-icons #sb_face:hover { -background: url(images/icone-verde-facebook.png) 0 20px; -} - -#social-icons #sb_tweet { -background-image: url(images/icone-verde-twitter.png); -} -#social-icons #sb_tweet:hover { -background: url(images/icone-verde-twitter.png) 0 20px; -} - -#social-icons #sb_youtb { -background-image: url(images/icone-verde-youtube.png); -} -#social-icons #sb_youtb:hover { -background: url(images/icone-verde-youtube.png) 0 20px; -} - -#social-icons #sb_flickr { -background-image: url(images/icone-verde-flickr.png); -} -#social-icons #sb_flickr:hover { -background: url(images/icone-verde-flickr.png) 0 20px; -} - -#social-icons span { display: none; } - -/* FIM social Buttons */ - -/****************** FIM cabecalho ******************/ - - - -/****************** Barra do usuário e Espaço do usuário ******************/ - -/********ABA Lateral - Espaço do Usuário**********/ -/*escondendo e revelando a aba lateral*/ -.notransition { - -webkit-transition: none !important; - -moz-transition: none !important; - -o-transition: none !important; - -ms-transition: none !important; - transition: none !important; -} -div#wrap-1,div#wrap-0,div#theme-footer { - transition-duration: 0.6s; - -webkit-transition-duration:0.6s; -} -div#wrap-1,div#theme-footer {float: right;width:100%;} -div#wrap-1.menu,div#theme-footer.menu {width: 80%;} -div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} - -/*Propriedades da aba lateral e elementos internos*/ -#navigation-control { - width: 0%; - transition: 0.6s; - /*position: absolute;*/ - position: fixed; - left: 0px; - display: inline-block; - background-color: transparent; - color: black; - z-index: -1; - font-size:80%; -} - -.menu #navigation-control {width: 20%;} - -#navigation-control a{} - -#navigation-control ul li { - margin: 10px 0; - text-align: left; - list-style: none; -} - -#navigation-control ul li a.button.with-text, -#navigation-control ul li a.button.with-text:visited { - border: 0px solid #AAA; -} - -#navigation-control ul li a span { - background-repeat: no-repeat; - /*padding-left: 25px;*/ -} - -/**/ -#navigation-control .perfil{ - display: inline-block; - background-color: gray; - width: 100%; -} - -#navigation-control .perfil ul{padding-left: 0;} - -#navigation-control .perfil ul li{} - -#navigation-control .perfil .name{text-align: center;} - -#navigation-control .perfil .name h1{color: #fff;} - -#navigation-control .perfil .picture{display: inline-block;width: 100%;text-align: center;} - -#navigation-control .perfil .picture img{max-width: 140px; max-height: 140px;overflow: hidden;/*border-radius: 50%;border: 1px solid red;*/} - -#navigation-control .perfil .tasks_inner{cursor:pointer; color: #fff;display: inline-block;width: 49%;text-align: center;background: url(images/barra-menu-task.png) no-repeat 10px center gray;} - -#navigation-control .perfil .user_status{cursor:pointer; display:inline-block; width:49% ; text-align: center;} - -#navigation-control .perfil .online{color: greenyellow;} -#navigation-control .perfil .busy{color: red;} -#navigation-control .perfil .away{color: yellow;} -#navigation-control .perfil .offline{color: #ccc;} - -#navigation-control .perfil .online span{font-size: large;vertical-align: -1px;} - - -#navigation-control .menu_user{margin-top: 0;} - -#navigation-control .menu_user .activity_menu {margin-top: 0;padding: 0;border-top: 1px solid #ddd;} - -#navigation-control .menu_user .activity_menu .activity_menu_item{ - color: #ddd; - background-color: gray; - padding: 0 28px; - margin: 0; - border-bottom: 1px solid #ddd; - height: 40px; -} - -#navigation-control .menu_user .activity_menu .activity_menu_item * { - line-height: 40px; -} -#navigation-control .menu_user .activity_menu .activity_menu_item a { - display: inline-block; - width: 100%; -} - -#navigation-control .menu_user .activity_menu .activity_menu_item:hover {background-color: #ddd; color: #333;} - -#navigation-control .menu_user .activity_menu .activity_menu_item .arrow{float: right;} - -#navigation-control .menu_user .activity_menu .activity_menu_item .quick_post{padding: 14px;background-color: #fff;margin-top: 10px;display: none;} - -/********FIM ABA Lateral - Espaço do Usuário**********/ - - -/****************** Barra do usuário ******************/ -#top-bar { - position: relative; - height: 40px; - margin: auto; - background: url(images/top-bar-bg.png) repeat-x; -} - -#top-bar.top { - background-color: #fff; - height: 40px; -} - -#top-bar li { - float: left; -} - - -/*****Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ -.btn_control_panel { - min-width: 40px; - height: 40px; - color: #999; - margin-top: 0; - margin-right: -3px; - display: inline-block; - /*float: left;*/ - vertical-align:top; - cursor: pointer; - border-right: 1px solid #999; - opacity:0.4; - filter:alpha(opacity=40); - padding: 0px 0px 0 35px; - position:relative; - /*z-index: 99;*/ -} - -#user .logged-in #pending-tasks-count { - background-color: #eee; - padding-left: 15px; - border-left: 1px solid #999; - border-right: 1px solid #999; - margin-left: 15px; - height: 40px; - display: inline-block; -} -#user .logged-in #pending-tasks-count i { - left: 0; -} - -#theme-header .btn_control_panel #user a:hover { - background-color: #eee; - opacity:0.8; - filter:alpha(opacity=80); -} -#theme-header .btn_control_panel #user a { - display: inline-block; - margin: 0; -} -#theme-header .btn_control_panel #user a strong { - line-height: 40px; - padding: 10px 5px 10px 33px; -} -#theme-header .btn_control_panel #user a span { - line-height: 40px; -} -#theme-header .btn_control_panel #user a i { - left: 10px; - top: 12px; -} -#theme-header .btn_control_panel #user a .task-count { - padding: 5px; - margin-left: 16px; -} -#theme-header .btn_control_panel #user .ctrl-panel { - display: none; -} - -/* -#theme-header .btn_control_panel #user a strong:hover { - line-height: 40px; -}*/ - -.btn_control_panel span{ - border: 1px solid gray; - border-radius: 5px; - background-color: white; - padding: 3px; - color: #333; - display: inline; -} - -a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} - -.btn_control_panel ul {padding-left: 0;text-align: left;margin: 0;padding: 1em} - -.btn_control_panel ul li {display: none;padding-left: 0;text-align: left;margin: 0;padding: 1em} - -a.btn_control_panel:hover ul li{display: block;} - -.btn_control_panel ul li ul {display: none;} - -.btn_control_panel ul.menu_conteudo li:hover ul {display: inline-block} - -.btn_control_panel.btn_control {padding: 0;} - -/*****FIM Botões da barra do usuário - Menu - Pendẽncias - Mensagens *****/ - -/*.btn_control,*/ -.btn_menu { - background: url(images/barra-menu-control.png) no-repeat 14px center #eee; - padding-left: 10px; -} - -#navigation ul li#btn_profile { - border-left: 0; - padding: 0; - margin: 5px 10px; -} -#navigation ul li#btn_profile a { - border-left: 0; - padding: 0 10px; -} -#navigation ul li#btn_profile a img { - vertical-align: middle; -} -#navigation ul li#btn_profile span { - background: none; - padding: 0 0 0 5px; - color: rgb(170, 170, 170); - font-weight: bold; -} - -.icon-menu-tasks { - background-image: url(images/barra-menu-task.png); -} - -.btn_msg { - background: url(images/barra-menu-mail.png) no-repeat 10px center #eee; -} - - -/*tarefas da barra do usuário*/ -.task_list { - position: absolute; - background: #eee; - z-index: 9999; - margin-left: 50px; - visibility: visible; - display: block; -} - -#msg_list.task_list {margin-left: 122px;} - -.task_list ul {display: inline-block;padding-left: 0;} - -.task_list ul li { - float: none; - display: block; - padding: 10px; -} -.task_list ul .task_box { - border-bottom: 1px solid #ccc; - padding:16px; -} - -.task_icon { - float: left; - margin-right: 14px; -} - -.task_list ul .task_decisions { - clear: right; -} - -.task_information { - display: inline-block; - width: 300px; -} - -.task_list ul .task_title {margin-right: 0px !important} - -.task_list .button-bar{float: right;margin-right: 10px;} - -.task_list .button-bar a.button.with-text { - padding: 5px 10px; - padding-left: 20px; - padding-right: 5px; -} -.task_list .button-bar input.button.with-text { - max-height: 32px; - height: 32px; - padding: 0 25px; - padding-right: 10px; -} - -.task_list.hide {display: none; visibility: hidden;} - -/*FIM tarefas da barra do usuário*/ - - -/**/ - -/************* Bar Psocial Style - Menu Horizontal**************/ - -#user{ - font-size: 12px; - position: static; - z-index: 9; -} - -#user form { - top: -32px; - right: -200px; -} - -#user form input { - width: 180px; - height: 20px; -} - -#user .logged-in { - visibility: hidden; - display: block; - background:url("images/barra-menu-user-bg.png") repeat-x bottom center #FEFEFE; - display: block; - padding: 0; - text-align: left; - width: 130px; - border-radius: 10px -} - -#user .logged-in:hover { - visibility: visible; -} -#user .logged-in a#homepage-link { - visibility: visible; -} - - -#user .logged-in span.welcome { - display: none; -} - -#user .logged-in a { - width: auto; -} - -/*info do usuário na barra do usuário*/ -#top-bar .layout_user #user .logged-in a{text-decoration: none;} - -#top-bar .layout_user #user .logged-in { - visibility: visible; - display: block; - background: none; - display: block; - text-align: left; - width: auto; - border-radius: 0; - border: 0px; -} - -.btn_control_panel #user span.not-logged-in, -.btn_control_panel #user span.not-logged-in span { -margin: 5px 5px 5px 5px; -border: 0; -background-color: transparent; -padding: 3px; -color: #333; -} - -#top-bar .layout_user #user .not-logged-in a{text-decoration: none;} - -/*info do usuário no espaço do usuário*/ -#navigation-control{ - height: 100%; - overflow-y: scroll; - overflow-x: hidden; - background-color:gray; -} - -#navigation-control #user{margin-top: 0;width: 300px;} - - -#navigation-control #user .logged-in { - visibility: visible; - display: block; - background: none; - display: block; - padding: 5px; - text-align: left; - width: auto; - border-radius: 0; - border: 0px; - margin-top: 0; - padding: 0; - border-top: 0px solid #DDD; -} - -#navigation-control #user .logged-in a { - text-decoration: none; - color: #DDD; - background-color: #808080; - padding: 14px 28px; - margin: 0; - border-bottom: 1px solid #DDD; -} - -#navigation-control #user .logged-in a strong { -font-weight: normal; -color: #DDD; -background-color: #808080; -padding: 14px; -margin: 0; -border-bottom: 0px solid #DDD; -font-size: 16px; -font-family: Arial, sans-serif; -text-decoration: none; -} - -#navigation-control .menu_user .activity_menu{border-top: 0px solid #DDD;} - - -/*modificação da scroll bar DO ESPAÇO DO USUÁRIO*/ -#navigation-control::-webkit-scrollbar-button { - height: 0; - width: 0; -} - -#navigation-control::-webkit-scrollbar-thumb { - background-clip: padding-box; - background-color: gray;/*rgba(0,0,0,.3);*/ - border: 5px solid transparent; - border-radius: 10px; - min-height: 20px; - min-width: 20px; - height: 5px; - width: 5px; -} - -#navigation-control::-webkit-scrollbar-thumb:hover { - background-clip: padding-box; - background-color: #eee;/*rgba(0,0,0,.3);*/ - border: 5px solid transparent; - border-radius: 10px; - min-height: 20px; - min-width: 20px; - height: 5px; - width: 5px; -} - - -#navigation-control::-webkit-scrollbar { - height: 15px; - width: 15px; -} - -/*fim de modificação da scroll bar DO ESPAÇO DO USUÁRIO */ - -/****************** FIM Barra do usuário ******************/ - -/****************** FIM Barra do usuário e Menu do usuário ******************/ - - -/****************** Painel de Controle ******************/ - -.btn_home { - margin-right: 14px; - float: right; - line-height: 40px; -} - -.btn_home a{ - display: inline-block; - text-decoration: none; - margin-left: 5px; - width: 35px; - background: url("images/logo.png") no-repeat left center transparent; -} - -/*Botão Painel de controle*/ - -#btn_open_control_panel { -/* float: right;*/ -/* width: 100%;*/ - background-color: #eee; - position: relative; - padding: 0 14px; - text-decoration: none; - font-size: small; - color: #666; -} - -#navigation li span { - position: relative; - background: url("images/20-gear2.png") no-repeat left center transparent; - padding-left: 30px; - display: inline-block; - height: 30px; - line-height: 30px; - text-decoration: none; -} - -#btn_open_control_panel.show span {} - -/*****FIM Botão Painel de controle*****/ - -/*barra (menu) painel de controle*/ - -#control_panel_bar { - /*width: 100%;*/ - text-align: center; - display: inline-block; - padding-top: 0px; - overflow: hidden; - height: 0px; - transition: 0.6s; - /*margin-bottom: 14px;*/ - width: 100%; -} - -#control_panel_bar.show { - padding-top: 0px; - background-color: rgb(248, 248, 248); - height: 60px; -} - -#navigation { - text-align: right; - position: static; - background: none; - background-color: #eee; - border-bottom: 1px solid #d3d7cf; -} - -#navigation ul { - text-align: center; - height: auto; - float: none; - font-size: small; - color: #666; - padding: 0; -} -#wrap-1 #wrap-2 { - padding: 0; - border-top: none; -} - -#navigation #navigation-end { - width: 0px; - height: 0px; - background: none; - clear: both; -} - -#navigation ul li{ -border-left: 1px solid rgb(187, 187, 187); -padding: 0 14px; -width: auto; -margin: 12px 0; -float: right; -} -#navigation ul li:hover { - cursor: pointer; - background-color: rgb(112, 112, 112); - color: #FFF; -} - -#navigation ul li#btn_icon { - border: none; - padding: 4px; - margin: 0; - background: none; - cursor: auto; -} - -#control_panel_bar .btn_control_panel{ - float: none; -} - -#control_panel_bar #new_content{ - background-image: url(images/text-editor.png); - background-repeat: no-repeat; -} - -#control_panel_bar .btn_control { - background-position: center 3px; - height: 35px; - padding: 40px 14px 0px 14px; - display: inline-block; - width: 100px; - vertical-align: top; - background-size: 25%; -} - -#control_panel_bar .btn_menu{ - background-position: center 3px; - height: 0px; - overflow: hidden; - padding: 0px; - display: inline-block; - width: 100px; - vertical-align: top; - background-size: 25%; - transition: 0.6s; -} - -#control_panel_bar.show .btn_menu{ - background-position: center 3px; - height: 35px; - overflow: hidden; - padding: 40px 14px 0px 14px; - display: inline-block; - width: 100px; - vertical-align: top; - background-size: 25%; -} - -#control_panel_bar.show .btn_menu:hover{ - overflow: visible; -} - -/*Menu e SubMenu do Painel de controle*/ -#control_panel_bar a.btn_control_panel span{margin:0px; border: 0px solid gray;border-radius: 0px; background-color: transparent; padding: 0px;color: #333;display: inline-block;height: 35px;} - - -#control_panel_bar .btn_control_panel ul {display: inline-block;padding-left: 0;padding-top: 0;text-align: left;margin: 0;position: relative;left: -14px;} - -#control_panel_bar .btn_control_panel ul:hover {} - -#control_panel_bar .btn_control_panel ul li {padding: 0;display: block;display: inline-block;}/*{display: block;padding-left: 0;text-align: left;margin: 0;padding: 0 1em}*/ - -#control_panel_bar a.btn_control_panel:hover ul li{display: block;} - -#control_panel_bar a.btn_control_panel ul li span{height: auto;width: 140px;background-color: #eee;padding: 7px 14px;} - -#control_panel_bar a.btn_control_panel ul li span:hover{background-color: #ccc;} - -#control_panel_bar .btn_control_panel ul li ul {display: none;} - -#control_panel_bar .btn_control_panel ul.menu_conteudo li:hover ul {display: inline-block} -/*FIM Menu e SubMenu do Painel de controle*/ - -/* FIM barra (menu) painel de controle*/ - - - -/****************** FIM Painel de Controle ******************/ - - -#assets-menu { - background: #E8E8E8; - top: 35px; - left: 80px; - min-width: 132px; -} - -#assets-menu a { - border: 1px solid #E8E8E8; -} - -#categories_menu { - /*max-width: 960px;*/ - padding: 0 1em; - margin: auto; - float: left; -} - -#cat_menu { - background: url(images/logo-ps.png) no-repeat center left; - height: 40px; - padding-left: 70px; - -} - -#cat_menu li { - list-style: none; - font-size: 12px; - font-weight: bold; - padding: 0px 20px; - height: 100%; - text-transform: uppercase; -} - -#cat_menu li:hover { - background-color: #E1E4E4; -} - -#cat_menu li a { - line-height: 40px; - width: 100%; - height: 100%; - display: block; -} -/************* FIM Bar Psocial Style - Menu Horizontal**************/ - -/*ajuste no content*/ -#content{margin-top: 8px;} - - -/******************Footer - Rodapé**********************************/ - -#theme-footer { - background-color: #eee; - position: relative; - margin-bottom: 0; -} -} - -#footer-content { - background: #fff; -} - -#footer-logos { - background: #F28F00; - max-width: 100%; - padding: 2em 0; - height: 49px; -} - -#footer-logos div { - max-width: 960px; - margin: 0 auto; -} - -#footer-logos a { - display: block; - height: 49px; - float: left; -} - -#footer-logos span { - display: none; -} - -#footer-logos .logo-acesso { - background: transparent url(images/acesso-a-informacao.png) center center no-repeat; - width: 107px; -} - -#footer-logos .logo-brasil { - background: transparent url(images/brasil.png) center center no-repeat; - width: 153px; -} - -#footer-logos .logo-sgpr { - background: transparent url(images/sgpr.png) center center no-repeat; - width: 187px; - margin-right: 30px; -} - -#footer-logos .institucionais { - float: right; -} - -#footer-license { - max-width: 960px; - margin: 0 auto; - text-align: left; - padding: 19px; -} - -#footer-license p { - color: #F28F00; - text-align: left; -} - -#user #homepage-link { - background: url(images/barra-menu-control.png) no-repeat 10px center; - margin-left: 0px; -} -#user #homepage-link i { - display: none; -} - -#control_panel_bar .control-panel a { - margin: 0; - border: 0; - line-height: normal; - background-color: transparent; - background-size: 32px; - padding: 0 0 0 36px; - width: 120px; - font-size: 13px; - background-position: 0 0; - color: rgb(60, 60, 60); -} -#control_panel_bar .control-panel span { - background: none; - padding-left: 0; -} - -.controller-profile_editor a.icon-new { - background-image: url(../../../images/control-panel/text-editor.png); -} - -#openchat .unread-messages { - position: relative; - left: 27px; - border: 0; -} diff --git a/content_menu.html.erb b/content_menu.html.erb deleted file mode 100644 index ffb8993..0000000 --- a/content_menu.html.erb +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/errors.css b/errors.css deleted file mode 100644 index b78d6d1..0000000 --- a/errors.css +++ /dev/null @@ -1,5 +0,0 @@ -@import url(../base/errors.css); - -#logo { - background: url(images/logo-noosfero.png) no-repeat; -} diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 6b3c88b..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/footer.html.erb b/footer.html.erb deleted file mode 120000 index 97dded9..0000000 --- a/footer.html.erb +++ /dev/null @@ -1 +0,0 @@ -../base/footer.html.erb \ No newline at end of file diff --git a/header.html.erb b/header.html.erb deleted file mode 100644 index 11cb716..0000000 --- a/header.html.erb +++ /dev/null @@ -1,21 +0,0 @@ -<% user = (session[:user] && User.find_by_id(session[:user])) || nil %> -<%= theme_include "user_menu", :locals => {:person => user.person} if user %> - - - - - - diff --git a/header.rhtml b/header.rhtml deleted file mode 100644 index c341a40..0000000 --- a/header.rhtml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/images/20-gear2.png b/images/20-gear2.png deleted file mode 100644 index 48b6f92..0000000 Binary files a/images/20-gear2.png and /dev/null differ diff --git a/images/503-logo.jpg b/images/503-logo.jpg deleted file mode 100644 index 9abf016..0000000 Binary files a/images/503-logo.jpg and /dev/null differ diff --git a/images/503-small.jpg b/images/503-small.jpg deleted file mode 100644 index c2c0efa..0000000 Binary files a/images/503-small.jpg and /dev/null differ diff --git a/images/503.jpg b/images/503.jpg deleted file mode 100644 index 5048c71..0000000 Binary files a/images/503.jpg and /dev/null differ diff --git a/images/acesso-a-informacao.png b/images/acesso-a-informacao.png deleted file mode 100644 index fffec98..0000000 Binary files a/images/acesso-a-informacao.png and /dev/null differ diff --git a/images/acesso-a-infornacao.png b/images/acesso-a-infornacao.png deleted file mode 100644 index fffec98..0000000 Binary files a/images/acesso-a-infornacao.png and /dev/null differ diff --git a/images/adicionarcomentario.gif b/images/adicionarcomentario.gif deleted file mode 100644 index fadb241..0000000 Binary files a/images/adicionarcomentario.gif and /dev/null differ diff --git a/images/apagar.jpg b/images/apagar.jpg deleted file mode 100644 index 16b3221..0000000 Binary files a/images/apagar.jpg and /dev/null differ diff --git a/images/arrow_down.jpg b/images/arrow_down.jpg deleted file mode 100644 index ae93957..0000000 Binary files a/images/arrow_down.jpg and /dev/null differ diff --git a/images/arrow_right.jpg b/images/arrow_right.jpg deleted file mode 100644 index c91c8d0..0000000 Binary files a/images/arrow_right.jpg and /dev/null differ diff --git a/images/aumentarfonte.gif b/images/aumentarfonte.gif deleted file mode 100644 index a1adcd8..0000000 Binary files a/images/aumentarfonte.gif and /dev/null differ diff --git a/images/background.png b/images/background.png deleted file mode 100644 index 537fee5..0000000 Binary files a/images/background.png and /dev/null differ diff --git a/images/background_footer.png b/images/background_footer.png deleted file mode 100644 index 2082c3e..0000000 Binary files a/images/background_footer.png and /dev/null differ diff --git a/images/balao-amarelo.png b/images/balao-amarelo.png deleted file mode 100644 index a3adc03..0000000 Binary files a/images/balao-amarelo.png and /dev/null differ diff --git a/images/barra-menu-control.png b/images/barra-menu-control.png deleted file mode 100644 index 8c4ee5e..0000000 Binary files a/images/barra-menu-control.png and /dev/null differ diff --git a/images/barra-menu-mail.png b/images/barra-menu-mail.png deleted file mode 100644 index a733a94..0000000 Binary files a/images/barra-menu-mail.png and /dev/null differ diff --git a/images/barra-menu-task.png b/images/barra-menu-task.png deleted file mode 100644 index abfee5c..0000000 Binary files a/images/barra-menu-task.png and /dev/null differ diff --git a/images/barra-menu-user-bg.png b/images/barra-menu-user-bg.png deleted file mode 100644 index 08e7707..0000000 Binary files a/images/barra-menu-user-bg.png and /dev/null differ diff --git a/images/barra-menu/18-envelope.png b/images/barra-menu/18-envelope.png deleted file mode 100644 index cbe22c5..0000000 Binary files a/images/barra-menu/18-envelope.png and /dev/null differ diff --git a/images/barra-menu/19-gear.png b/images/barra-menu/19-gear.png deleted file mode 100644 index 699445e..0000000 Binary files a/images/barra-menu/19-gear.png and /dev/null differ diff --git a/images/barra-menu/20-gear2.png b/images/barra-menu/20-gear2.png deleted file mode 100644 index 48b6f92..0000000 Binary files a/images/barra-menu/20-gear2.png and /dev/null differ diff --git a/images/barra-menu/bell.png b/images/barra-menu/bell.png deleted file mode 100644 index b564dd3..0000000 Binary files a/images/barra-menu/bell.png and /dev/null differ diff --git a/images/barra-menu/email 1.png b/images/barra-menu/email 1.png deleted file mode 100644 index 1ec2c3e..0000000 Binary files a/images/barra-menu/email 1.png and /dev/null differ diff --git a/images/barra-menu/email 2.png b/images/barra-menu/email 2.png deleted file mode 100644 index be2471f..0000000 Binary files a/images/barra-menu/email 2.png and /dev/null differ diff --git a/images/barra-menu/engine.png b/images/barra-menu/engine.png deleted file mode 100644 index 934ac6c..0000000 Binary files a/images/barra-menu/engine.png and /dev/null differ diff --git a/images/barra-menu/list 2.png b/images/barra-menu/list 2.png deleted file mode 100644 index 66070a5..0000000 Binary files a/images/barra-menu/list 2.png and /dev/null differ diff --git a/images/barra-psocial-bg-contarste.png b/images/barra-psocial-bg-contarste.png deleted file mode 100644 index d533843..0000000 Binary files a/images/barra-psocial-bg-contarste.png and /dev/null differ diff --git a/images/barra-psocial-bg.png b/images/barra-psocial-bg.png deleted file mode 100644 index c379867..0000000 Binary files a/images/barra-psocial-bg.png and /dev/null differ diff --git a/images/barra-psocial.png b/images/barra-psocial.png deleted file mode 100644 index f2946eb..0000000 Binary files a/images/barra-psocial.png and /dev/null differ diff --git a/images/bg-bloco-de-trilhas.png b/images/bg-bloco-de-trilhas.png deleted file mode 100644 index df72b20..0000000 Binary files a/images/bg-bloco-de-trilhas.png and /dev/null differ diff --git a/images/bg-btn-buscar.png b/images/bg-btn-buscar.png deleted file mode 100644 index 0aba29c..0000000 Binary files a/images/bg-btn-buscar.png and /dev/null differ diff --git a/images/bg-btn-ver-mais-1px.png b/images/bg-btn-ver-mais-1px.png deleted file mode 100644 index 1ffab6a..0000000 Binary files a/images/bg-btn-ver-mais-1px.png and /dev/null differ diff --git a/images/bg-btn-ver-mais.png b/images/bg-btn-ver-mais.png deleted file mode 100644 index c6d331d..0000000 Binary files a/images/bg-btn-ver-mais.png and /dev/null differ diff --git a/images/bg-fundo-verde-tags.png b/images/bg-fundo-verde-tags.png deleted file mode 100644 index 82ca489..0000000 Binary files a/images/bg-fundo-verde-tags.png and /dev/null differ diff --git a/images/bg-linhas-cinza.png b/images/bg-linhas-cinza.png deleted file mode 100644 index 3dcb773..0000000 Binary files a/images/bg-linhas-cinza.png and /dev/null differ diff --git a/images/bg-menu-mobile-panel.png b/images/bg-menu-mobile-panel.png deleted file mode 100644 index 0a084bf..0000000 Binary files a/images/bg-menu-mobile-panel.png and /dev/null differ diff --git a/images/bg-menu-mobile.png b/images/bg-menu-mobile.png deleted file mode 100644 index 3b7954f..0000000 Binary files a/images/bg-menu-mobile.png and /dev/null differ diff --git a/images/bg-paginacao-preto.png b/images/bg-paginacao-preto.png deleted file mode 100644 index 5d8f15a..0000000 Binary files a/images/bg-paginacao-preto.png and /dev/null differ diff --git a/images/bg-paginacao.png b/images/bg-paginacao.png deleted file mode 100644 index 1362729..0000000 Binary files a/images/bg-paginacao.png and /dev/null differ diff --git a/images/bg-palacio-do-planalto.jpg b/images/bg-palacio-do-planalto.jpg deleted file mode 100644 index 7034432..0000000 Binary files a/images/bg-palacio-do-planalto.jpg and /dev/null differ diff --git a/images/bg-palacio-do-planalto_old.jpg b/images/bg-palacio-do-planalto_old.jpg deleted file mode 100644 index 00db70d..0000000 Binary files a/images/bg-palacio-do-planalto_old.jpg and /dev/null differ diff --git a/images/bg-titulo-interno.png b/images/bg-titulo-interno.png deleted file mode 100644 index b186658..0000000 Binary files a/images/bg-titulo-interno.png and /dev/null differ diff --git a/images/bg-titulo-login.png b/images/bg-titulo-login.png deleted file mode 100644 index 3672fa0..0000000 Binary files a/images/bg-titulo-login.png and /dev/null differ diff --git a/images/bg_h1.gif b/images/bg_h1.gif deleted file mode 100644 index 2f5414f..0000000 Binary files a/images/bg_h1.gif and /dev/null differ diff --git a/images/bg_h3_busca.gif b/images/bg_h3_busca.gif deleted file mode 100644 index 73faf7f..0000000 Binary files a/images/bg_h3_busca.gif and /dev/null differ diff --git a/images/bg_tags.png b/images/bg_tags.png deleted file mode 100644 index 2e30379..0000000 Binary files a/images/bg_tags.png and /dev/null differ diff --git a/images/border-hor.png b/images/border-hor.png deleted file mode 100644 index 8c1f185..0000000 Binary files a/images/border-hor.png and /dev/null differ diff --git a/images/border-ver.png b/images/border-ver.png deleted file mode 100644 index 037ebdb..0000000 Binary files a/images/border-ver.png and /dev/null differ diff --git a/images/botao-enviar-pairwise.png b/images/botao-enviar-pairwise.png deleted file mode 100644 index 9f5025b..0000000 Binary files a/images/botao-enviar-pairwise.png and /dev/null differ diff --git a/images/brasil.png b/images/brasil.png deleted file mode 100644 index 0ac6ed2..0000000 Binary files a/images/brasil.png and /dev/null differ diff --git a/images/btn_busca.png b/images/btn_busca.png deleted file mode 100644 index 5e3dd03..0000000 Binary files a/images/btn_busca.png and /dev/null differ diff --git a/images/btn_cancelar_login.png b/images/btn_cancelar_login.png deleted file mode 100644 index b081e5e..0000000 Binary files a/images/btn_cancelar_login.png and /dev/null differ diff --git a/images/btn_commit.png b/images/btn_commit.png deleted file mode 100644 index 5e3dd03..0000000 Binary files a/images/btn_commit.png and /dev/null differ diff --git a/images/btn_continue.png b/images/btn_continue.png deleted file mode 100644 index 74445f1..0000000 Binary files a/images/btn_continue.png and /dev/null differ diff --git a/images/btn_duvida_pairwise.png b/images/btn_duvida_pairwise.png deleted file mode 100644 index 49f06ac..0000000 Binary files a/images/btn_duvida_pairwise.png and /dev/null differ diff --git a/images/btn_duvida_pairwise_hover.png b/images/btn_duvida_pairwise_hover.png deleted file mode 100644 index 666f105..0000000 Binary files a/images/btn_duvida_pairwise_hover.png and /dev/null differ diff --git a/images/btn_entrar_login.png b/images/btn_entrar_login.png deleted file mode 100644 index 7900127..0000000 Binary files a/images/btn_entrar_login.png and /dev/null differ diff --git a/images/btn_entrar_login_hover.png b/images/btn_entrar_login_hover.png deleted file mode 100644 index e3bb0d7..0000000 Binary files a/images/btn_entrar_login_hover.png and /dev/null differ diff --git a/images/bullet.png b/images/bullet.png deleted file mode 100644 index e5fb945..0000000 Binary files a/images/bullet.png and /dev/null differ diff --git a/images/button-read-more-vazio-contraste.png b/images/button-read-more-vazio-contraste.png deleted file mode 100755 index 0be02f4..0000000 Binary files a/images/button-read-more-vazio-contraste.png and /dev/null differ diff --git a/images/button-read-more-vazio.png b/images/button-read-more-vazio.png deleted file mode 100644 index fe2488e..0000000 Binary files a/images/button-read-more-vazio.png and /dev/null differ diff --git a/images/button-read-more2.png b/images/button-read-more2.png deleted file mode 100644 index 6d0c0f0..0000000 Binary files a/images/button-read-more2.png and /dev/null differ diff --git a/images/cabecalho_pairwise.png b/images/cabecalho_pairwise.png deleted file mode 100755 index 6756212..0000000 Binary files a/images/cabecalho_pairwise.png and /dev/null differ diff --git a/images/cadeado.png b/images/cadeado.png deleted file mode 100644 index f2e1c87..0000000 Binary files a/images/cadeado.png and /dev/null differ diff --git a/images/carta-comentarios.png b/images/carta-comentarios.png deleted file mode 100644 index c72c4f2..0000000 Binary files a/images/carta-comentarios.png and /dev/null differ diff --git a/images/coala.jpeg b/images/coala.jpeg deleted file mode 100644 index 6e8eaac..0000000 Binary files a/images/coala.jpeg and /dev/null differ diff --git a/images/comentarios.gif b/images/comentarios.gif deleted file mode 100644 index e3982a9..0000000 Binary files a/images/comentarios.gif and /dev/null differ diff --git a/images/comentarios.png b/images/comentarios.png deleted file mode 100644 index f1855a3..0000000 Binary files a/images/comentarios.png and /dev/null differ diff --git a/images/diminuirfonte.gif b/images/diminuirfonte.gif deleted file mode 100644 index ef62298..0000000 Binary files a/images/diminuirfonte.gif and /dev/null differ diff --git a/images/divisoria-coluna1.gif b/images/divisoria-coluna1.gif deleted file mode 100644 index a489b85..0000000 Binary files a/images/divisoria-coluna1.gif and /dev/null differ diff --git a/images/divisoria-coluna2.gif b/images/divisoria-coluna2.gif deleted file mode 100644 index ca05c82..0000000 Binary files a/images/divisoria-coluna2.gif and /dev/null differ diff --git a/images/down-arrow-light.png b/images/down-arrow-light.png deleted file mode 100644 index e3f5c10..0000000 Binary files a/images/down-arrow-light.png and /dev/null differ diff --git a/images/em-destaque.png b/images/em-destaque.png deleted file mode 100644 index d729d35..0000000 Binary files a/images/em-destaque.png and /dev/null differ diff --git a/images/enterprise-big.png b/images/enterprise-big.png deleted file mode 100644 index 12746e8..0000000 Binary files a/images/enterprise-big.png and /dev/null differ diff --git a/images/enterprise-icon.png b/images/enterprise-icon.png deleted file mode 100644 index 8f31987..0000000 Binary files a/images/enterprise-icon.png and /dev/null differ diff --git a/images/enterprise-minor.png b/images/enterprise-minor.png deleted file mode 100644 index 4460368..0000000 Binary files a/images/enterprise-minor.png and /dev/null differ diff --git a/images/enterprise-portrait.png b/images/enterprise-portrait.png deleted file mode 100644 index 637515b..0000000 Binary files a/images/enterprise-portrait.png and /dev/null differ diff --git a/images/enterprise-thumb.png b/images/enterprise-thumb.png deleted file mode 100644 index 68f65e1..0000000 Binary files a/images/enterprise-thumb.png and /dev/null differ diff --git a/images/facebook-widget.png b/images/facebook-widget.png deleted file mode 100644 index 60fb8f8..0000000 Binary files a/images/facebook-widget.png and /dev/null differ diff --git a/images/facebook.png b/images/facebook.png deleted file mode 100644 index 5895cc6..0000000 Binary files a/images/facebook.png and /dev/null differ diff --git a/images/faleconosco.gif b/images/faleconosco.gif deleted file mode 100644 index 30ed265..0000000 Binary files a/images/faleconosco.gif and /dev/null differ diff --git a/images/favicon.ico b/images/favicon.ico deleted file mode 100644 index f8c4036..0000000 Binary files a/images/favicon.ico and /dev/null differ diff --git a/images/flag-en.gif b/images/flag-en.gif deleted file mode 100644 index 350aa05..0000000 Binary files a/images/flag-en.gif and /dev/null differ diff --git a/images/flag-en.png b/images/flag-en.png deleted file mode 100644 index 0f4fb95..0000000 Binary files a/images/flag-en.png and /dev/null differ diff --git a/images/flag-es.gif b/images/flag-es.gif deleted file mode 100644 index b98c599..0000000 Binary files a/images/flag-es.gif and /dev/null differ diff --git a/images/flag-pt_br.png b/images/flag-pt_br.png deleted file mode 100644 index f0e0221..0000000 Binary files a/images/flag-pt_br.png and /dev/null differ diff --git a/images/flickr.png b/images/flickr.png deleted file mode 100644 index bc3aee7..0000000 Binary files a/images/flickr.png and /dev/null differ diff --git a/images/foto.gif b/images/foto.gif deleted file mode 100644 index e2d42e3..0000000 Binary files a/images/foto.gif and /dev/null differ diff --git a/images/fundo-de-tela-amarelo.png b/images/fundo-de-tela-amarelo.png deleted file mode 100644 index 44ffb0d..0000000 Binary files a/images/fundo-de-tela-amarelo.png and /dev/null differ diff --git a/images/google_follow.png b/images/google_follow.png deleted file mode 100644 index 385410f..0000000 Binary files a/images/google_follow.png and /dev/null differ diff --git a/images/google_follow.svg b/images/google_follow.svg deleted file mode 100644 index bc1ee39..0000000 --- a/images/google_follow.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - diff --git a/images/header.gif b/images/header.gif deleted file mode 100644 index 9e231ba..0000000 Binary files a/images/header.gif and /dev/null differ diff --git a/images/hub-arrow-right.png b/images/hub-arrow-right.png deleted file mode 100644 index 6c65f4c..0000000 Binary files a/images/hub-arrow-right.png and /dev/null differ diff --git a/images/hub-not-pinned-icon.png b/images/hub-not-pinned-icon.png deleted file mode 100644 index 9b510c8..0000000 Binary files a/images/hub-not-pinned-icon.png and /dev/null differ diff --git a/images/hub-not-promote-icon.png b/images/hub-not-promote-icon.png deleted file mode 100644 index 4f57c4e..0000000 Binary files a/images/hub-not-promote-icon.png and /dev/null differ diff --git a/images/hub-pinned-icon.png b/images/hub-pinned-icon.png deleted file mode 100644 index 9b510c8..0000000 Binary files a/images/hub-pinned-icon.png and /dev/null differ diff --git a/images/hub-promote-icon.png b/images/hub-promote-icon.png deleted file mode 100644 index 4f57c4e..0000000 Binary files a/images/hub-promote-icon.png and /dev/null differ diff --git a/images/hub-remove-icon.png b/images/hub-remove-icon.png deleted file mode 100644 index 1246778..0000000 Binary files a/images/hub-remove-icon.png and /dev/null differ diff --git a/images/hub-samarelo-a.png b/images/hub-samarelo-a.png deleted file mode 100644 index 453d2a4..0000000 Binary files a/images/hub-samarelo-a.png and /dev/null differ diff --git a/images/hub-samarelo-b.png b/images/hub-samarelo-b.png deleted file mode 100644 index 936bf46..0000000 Binary files a/images/hub-samarelo-b.png and /dev/null differ diff --git a/images/hub-samarelo.gif b/images/hub-samarelo.gif deleted file mode 100644 index 2da3de2..0000000 Binary files a/images/hub-samarelo.gif and /dev/null differ diff --git a/images/hub-sverde-a.png b/images/hub-sverde-a.png deleted file mode 100644 index 5bc1c40..0000000 Binary files a/images/hub-sverde-a.png and /dev/null differ diff --git a/images/hub-sverde-b.png b/images/hub-sverde-b.png deleted file mode 100644 index ee21942..0000000 Binary files a/images/hub-sverde-b.png and /dev/null differ diff --git a/images/hub-svermelho-a.png b/images/hub-svermelho-a.png deleted file mode 100644 index 36d4dfc..0000000 Binary files a/images/hub-svermelho-a.png and /dev/null differ diff --git a/images/hub-svermelho-b.png b/images/hub-svermelho-b.png deleted file mode 100644 index 6df643a..0000000 Binary files a/images/hub-svermelho-b.png and /dev/null differ diff --git a/images/hub-time-bg.gif b/images/hub-time-bg.gif deleted file mode 100644 index 43032c7..0000000 Binary files a/images/hub-time-bg.gif and /dev/null differ diff --git a/images/icone-branco-facebook.png b/images/icone-branco-facebook.png deleted file mode 100644 index 5f4046c..0000000 Binary files a/images/icone-branco-facebook.png and /dev/null differ diff --git a/images/icone-branco-flickr.png b/images/icone-branco-flickr.png deleted file mode 100644 index bf9b974..0000000 Binary files a/images/icone-branco-flickr.png and /dev/null differ diff --git a/images/icone-branco-twitter.png b/images/icone-branco-twitter.png deleted file mode 100644 index b91d361..0000000 Binary files a/images/icone-branco-twitter.png and /dev/null differ diff --git a/images/icone-branco-youtube.png b/images/icone-branco-youtube.png deleted file mode 100644 index 345983e..0000000 Binary files a/images/icone-branco-youtube.png and /dev/null differ diff --git a/images/icone-facebook.gif b/images/icone-facebook.gif deleted file mode 100644 index 5cdbe68..0000000 Binary files a/images/icone-facebook.gif and /dev/null differ diff --git a/images/icone-facebook.png b/images/icone-facebook.png deleted file mode 100644 index 9e12698..0000000 Binary files a/images/icone-facebook.png and /dev/null differ diff --git a/images/icone-flickr.png b/images/icone-flickr.png deleted file mode 100644 index fa805c1..0000000 Binary files a/images/icone-flickr.png and /dev/null differ diff --git a/images/icone-related-items.png b/images/icone-related-items.png deleted file mode 100644 index 59bac09..0000000 Binary files a/images/icone-related-items.png and /dev/null differ diff --git a/images/icone-twitter-branco.png b/images/icone-twitter-branco.png deleted file mode 100644 index bb08da3..0000000 Binary files a/images/icone-twitter-branco.png and /dev/null differ diff --git a/images/icone-twitter.png b/images/icone-twitter.png deleted file mode 100644 index 2538edc..0000000 Binary files a/images/icone-twitter.png and /dev/null differ diff --git a/images/icone-verde-facebook.png b/images/icone-verde-facebook.png deleted file mode 100644 index 18b907a..0000000 Binary files a/images/icone-verde-facebook.png and /dev/null differ diff --git a/images/icone-verde-flickr.png b/images/icone-verde-flickr.png deleted file mode 100644 index 0d997cf..0000000 Binary files a/images/icone-verde-flickr.png and /dev/null differ diff --git a/images/icone-verde-twitter.png b/images/icone-verde-twitter.png deleted file mode 100644 index d0b3b5a..0000000 Binary files a/images/icone-verde-twitter.png and /dev/null differ diff --git a/images/icone-verde-youtube.png b/images/icone-verde-youtube.png deleted file mode 100644 index 4ed1206..0000000 Binary files a/images/icone-verde-youtube.png and /dev/null differ diff --git a/images/icone-youtube.png b/images/icone-youtube.png deleted file mode 100644 index 003c75b..0000000 Binary files a/images/icone-youtube.png and /dev/null differ diff --git a/images/img-padrao-comunidade.png b/images/img-padrao-comunidade.png deleted file mode 100644 index 4e6aa39..0000000 Binary files a/images/img-padrao-comunidade.png and /dev/null differ diff --git a/images/img-padrao-usuario-grande.png b/images/img-padrao-usuario-grande.png deleted file mode 100644 index 8f22233..0000000 Binary files a/images/img-padrao-usuario-grande.png and /dev/null differ diff --git a/images/img-padrao-usuario.png b/images/img-padrao-usuario.png deleted file mode 100644 index 76ad7aa..0000000 Binary files a/images/img-padrao-usuario.png and /dev/null differ diff --git a/images/img_login_popUp.png b/images/img_login_popUp.png deleted file mode 100644 index c47fdc2..0000000 Binary files a/images/img_login_popUp.png and /dev/null differ diff --git a/images/instagram-widget.png b/images/instagram-widget.png deleted file mode 100644 index b51f7de..0000000 Binary files a/images/instagram-widget.png and /dev/null differ diff --git a/images/logo-PS-barra-pb.png b/images/logo-PS-barra-pb.png deleted file mode 100644 index f9f9d42..0000000 Binary files a/images/logo-PS-barra-pb.png and /dev/null differ diff --git a/images/logo-PS-barra.png b/images/logo-PS-barra.png deleted file mode 100644 index 77c694e..0000000 Binary files a/images/logo-PS-barra.png and /dev/null differ diff --git a/images/logo-noosfero-no-text.png b/images/logo-noosfero-no-text.png deleted file mode 100644 index 9001ea7..0000000 Binary files a/images/logo-noosfero-no-text.png and /dev/null differ diff --git a/images/logo-noosfero.png b/images/logo-noosfero.png deleted file mode 100644 index 6fbb2a8..0000000 Binary files a/images/logo-noosfero.png and /dev/null differ diff --git a/images/logo-noosfero.xcf b/images/logo-noosfero.xcf deleted file mode 100644 index a90a5eb..0000000 Binary files a/images/logo-noosfero.xcf and /dev/null differ diff --git a/images/logo-participa.png b/images/logo-participa.png deleted file mode 100644 index 436bceb..0000000 Binary files a/images/logo-participa.png and /dev/null differ diff --git a/images/logo-ps.png b/images/logo-ps.png deleted file mode 100644 index a9c6bcb..0000000 Binary files a/images/logo-ps.png and /dev/null differ diff --git a/images/logo.png b/images/logo.png deleted file mode 100644 index 73123bc..0000000 Binary files a/images/logo.png and /dev/null differ diff --git a/images/logo_facebook_50x50.png b/images/logo_facebook_50x50.png deleted file mode 100644 index 7e5fdb3..0000000 Binary files a/images/logo_facebook_50x50.png and /dev/null differ diff --git a/images/logo_p_e_2016.jpg b/images/logo_p_e_2016.jpg deleted file mode 100644 index 6c8e289..0000000 Binary files a/images/logo_p_e_2016.jpg and /dev/null differ diff --git a/images/logo_twitter_50x50.png b/images/logo_twitter_50x50.png deleted file mode 100644 index 4ffd721..0000000 Binary files a/images/logo_twitter_50x50.png and /dev/null differ diff --git a/images/logo_twitter_bird_blue_50x50.png b/images/logo_twitter_bird_blue_50x50.png deleted file mode 100644 index a43574b..0000000 Binary files a/images/logo_twitter_bird_blue_50x50.png and /dev/null differ diff --git a/images/logo_twitter_bird_white_50x50.png b/images/logo_twitter_bird_white_50x50.png deleted file mode 100644 index 90fdebd..0000000 Binary files a/images/logo_twitter_bird_white_50x50.png and /dev/null differ diff --git a/images/mais_fotos.png b/images/mais_fotos.png deleted file mode 100644 index 9aa88f0..0000000 Binary files a/images/mais_fotos.png and /dev/null differ diff --git a/images/marca-consultapublica.png b/images/marca-consultapublica.png deleted file mode 100644 index 1a183e5..0000000 Binary files a/images/marca-consultapublica.png and /dev/null differ diff --git a/images/marca-participacao-social.png b/images/marca-participacao-social.png deleted file mode 100644 index 4ad05e3..0000000 Binary files a/images/marca-participacao-social.png and /dev/null differ diff --git a/images/mascote-bug.png b/images/mascote-bug.png deleted file mode 100644 index e9f98ec..0000000 Binary files a/images/mascote-bug.png and /dev/null differ diff --git a/images/menu-ativo.gif b/images/menu-ativo.gif deleted file mode 100644 index 89415eb..0000000 Binary files a/images/menu-ativo.gif and /dev/null differ diff --git a/images/menu-mobile-itemx.png b/images/menu-mobile-itemx.png deleted file mode 100644 index d3fa756..0000000 Binary files a/images/menu-mobile-itemx.png and /dev/null differ diff --git a/images/menuconsulta-fim.png b/images/menuconsulta-fim.png deleted file mode 100644 index 141dd9e..0000000 Binary files a/images/menuconsulta-fim.png and /dev/null differ diff --git a/images/menuconsulta.gif b/images/menuconsulta.gif deleted file mode 100644 index e4eff30..0000000 Binary files a/images/menuconsulta.gif and /dev/null differ diff --git a/images/menuconsulta.png b/images/menuconsulta.png deleted file mode 100644 index 16c6101..0000000 Binary files a/images/menuconsulta.png and /dev/null differ diff --git a/images/negative-hand.png b/images/negative-hand.png deleted file mode 100644 index 59804b4..0000000 Binary files a/images/negative-hand.png and /dev/null differ diff --git a/images/no-image.gif b/images/no-image.gif deleted file mode 100644 index e565824..0000000 Binary files a/images/no-image.gif and /dev/null differ diff --git a/images/no-image.png b/images/no-image.png deleted file mode 100644 index 34340e5..0000000 Binary files a/images/no-image.png and /dev/null differ diff --git a/images/noosfero/logo-noosfero-no-text.png b/images/noosfero/logo-noosfero-no-text.png deleted file mode 100644 index 9001ea7..0000000 Binary files a/images/noosfero/logo-noosfero-no-text.png and /dev/null differ diff --git a/images/noosfero/logo-noosfero.png b/images/noosfero/logo-noosfero.png deleted file mode 100644 index 6fbb2a8..0000000 Binary files a/images/noosfero/logo-noosfero.png and /dev/null differ diff --git a/images/noosfero/logo-noosfero.xcf b/images/noosfero/logo-noosfero.xcf deleted file mode 100644 index a90a5eb..0000000 Binary files a/images/noosfero/logo-noosfero.xcf and /dev/null differ diff --git a/images/noosfero/thin-logo.png b/images/noosfero/thin-logo.png deleted file mode 100644 index 009c975..0000000 Binary files a/images/noosfero/thin-logo.png and /dev/null differ diff --git a/images/noosfero/thin-logo.xcf b/images/noosfero/thin-logo.xcf deleted file mode 100644 index d8ccb03..0000000 Binary files a/images/noosfero/thin-logo.xcf and /dev/null differ diff --git a/images/oops.png b/images/oops.png deleted file mode 100644 index ddeb2dd..0000000 Binary files a/images/oops.png and /dev/null differ diff --git a/images/paginainicial.gif b/images/paginainicial.gif deleted file mode 100644 index e9b6a70..0000000 Binary files a/images/paginainicial.gif and /dev/null differ diff --git a/images/person-minor.png b/images/person-minor.png deleted file mode 100644 index b410d88..0000000 Binary files a/images/person-minor.png and /dev/null differ diff --git a/images/person-minor_50.png b/images/person-minor_50.png deleted file mode 100644 index 7bf25a3..0000000 Binary files a/images/person-minor_50.png and /dev/null differ diff --git a/images/portlet-footer-textmore.png b/images/portlet-footer-textmore.png deleted file mode 100644 index 777d1af..0000000 Binary files a/images/portlet-footer-textmore.png and /dev/null differ diff --git a/images/portlet-header-expanded.gif b/images/portlet-header-expanded.gif deleted file mode 100644 index a46eb43..0000000 Binary files a/images/portlet-header-expanded.gif and /dev/null differ diff --git a/images/portlet-header.gif b/images/portlet-header.gif deleted file mode 100644 index 6aa5d3f..0000000 Binary files a/images/portlet-header.gif and /dev/null differ diff --git a/images/positive-hand.png b/images/positive-hand.png deleted file mode 100644 index 44c85ca..0000000 Binary files a/images/positive-hand.png and /dev/null differ diff --git a/images/prompt_bg.png b/images/prompt_bg.png deleted file mode 100644 index 5a8ce78..0000000 Binary files a/images/prompt_bg.png and /dev/null differ diff --git a/images/prompt_bg_hover.png b/images/prompt_bg_hover.png deleted file mode 100644 index 25eb01e..0000000 Binary files a/images/prompt_bg_hover.png and /dev/null differ diff --git a/images/prompt_bg_normal.png b/images/prompt_bg_normal.png deleted file mode 100644 index c8cc9c1..0000000 Binary files a/images/prompt_bg_normal.png and /dev/null differ diff --git a/images/rails.png b/images/rails.png deleted file mode 100644 index b8441f1..0000000 Binary files a/images/rails.png and /dev/null differ diff --git a/images/read-more-home.png b/images/read-more-home.png deleted file mode 100644 index a39fcd0..0000000 Binary files a/images/read-more-home.png and /dev/null differ diff --git a/images/readmoreblue.png b/images/readmoreblue.png deleted file mode 100644 index 74408e3..0000000 Binary files a/images/readmoreblue.png and /dev/null differ diff --git a/images/readmorebrown.png b/images/readmorebrown.png deleted file mode 100644 index 291a6e8..0000000 Binary files a/images/readmorebrown.png and /dev/null differ diff --git a/images/readmoredarkblue.png b/images/readmoredarkblue.png deleted file mode 100644 index 18eacef..0000000 Binary files a/images/readmoredarkblue.png and /dev/null differ diff --git a/images/readmoredarkgray.png b/images/readmoredarkgray.png deleted file mode 100644 index 898ac8b..0000000 Binary files a/images/readmoredarkgray.png and /dev/null differ diff --git a/images/readmoregray.png b/images/readmoregray.png deleted file mode 100644 index 4ead1c0..0000000 Binary files a/images/readmoregray.png and /dev/null differ diff --git a/images/readmoregreen.png b/images/readmoregreen.png deleted file mode 100644 index 8c486b8..0000000 Binary files a/images/readmoregreen.png and /dev/null differ diff --git a/images/readmoreorange.png b/images/readmoreorange.png deleted file mode 100644 index d5f5a01..0000000 Binary files a/images/readmoreorange.png and /dev/null differ diff --git a/images/readmorepurple.png b/images/readmorepurple.png deleted file mode 100644 index ad9f569..0000000 Binary files a/images/readmorepurple.png and /dev/null differ diff --git a/images/readmorewhiteblue.png b/images/readmorewhiteblue.png deleted file mode 100644 index 98b89ba..0000000 Binary files a/images/readmorewhiteblue.png and /dev/null differ diff --git a/images/reportar-erros.png b/images/reportar-erros.png deleted file mode 100644 index b28c2a1..0000000 Binary files a/images/reportar-erros.png and /dev/null differ diff --git a/images/rss.png b/images/rss.png deleted file mode 100644 index 7661d92..0000000 Binary files a/images/rss.png and /dev/null differ diff --git a/images/rss.svg b/images/rss.svg deleted file mode 100644 index 8256f3b..0000000 --- a/images/rss.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - diff --git a/images/search-buttom.gif b/images/search-buttom.gif deleted file mode 100644 index 460a98e..0000000 Binary files a/images/search-buttom.gif and /dev/null differ diff --git a/images/search-button-30px.gif b/images/search-button-30px.gif deleted file mode 100644 index 3ea65f2..0000000 Binary files a/images/search-button-30px.gif and /dev/null differ diff --git a/images/search-button.gif b/images/search-button.gif deleted file mode 100644 index 460a98e..0000000 Binary files a/images/search-button.gif and /dev/null differ diff --git a/images/search-ico.png b/images/search-ico.png deleted file mode 100644 index 6d102ce..0000000 Binary files a/images/search-ico.png and /dev/null differ diff --git a/images/search.png b/images/search.png deleted file mode 100644 index 757f6a5..0000000 Binary files a/images/search.png and /dev/null differ diff --git a/images/sections-ico.png b/images/sections-ico.png deleted file mode 100644 index 4ba2a1e..0000000 Binary files a/images/sections-ico.png and /dev/null differ diff --git a/images/seta_cidadania_justica.png b/images/seta_cidadania_justica.png deleted file mode 100644 index 242a3a2..0000000 Binary files a/images/seta_cidadania_justica.png and /dev/null differ diff --git a/images/seta_ciencia_tecnologia.png b/images/seta_ciencia_tecnologia.png deleted file mode 100644 index ae05455..0000000 Binary files a/images/seta_ciencia_tecnologia.png and /dev/null differ diff --git a/images/seta_cultura.png b/images/seta_cultura.png deleted file mode 100644 index d221d2c..0000000 Binary files a/images/seta_cultura.png and /dev/null differ diff --git a/images/seta_defesa_seguranca.png b/images/seta_defesa_seguranca.png deleted file mode 100644 index 2668bd1..0000000 Binary files a/images/seta_defesa_seguranca.png and /dev/null differ diff --git a/images/seta_economia_emprego.png b/images/seta_economia_emprego.png deleted file mode 100644 index ff79913..0000000 Binary files a/images/seta_economia_emprego.png and /dev/null differ diff --git a/images/seta_educacao.png b/images/seta_educacao.png deleted file mode 100644 index 7934c02..0000000 Binary files a/images/seta_educacao.png and /dev/null differ diff --git a/images/seta_esporte.png b/images/seta_esporte.png deleted file mode 100644 index dd484c6..0000000 Binary files a/images/seta_esporte.png and /dev/null differ diff --git a/images/seta_governo.png b/images/seta_governo.png deleted file mode 100644 index 7d6341d..0000000 Binary files a/images/seta_governo.png and /dev/null differ diff --git a/images/seta_infraestrutura.png b/images/seta_infraestrutura.png deleted file mode 100644 index 66cdff1..0000000 Binary files a/images/seta_infraestrutura.png and /dev/null differ diff --git a/images/seta_meio_ambiente.png b/images/seta_meio_ambiente.png deleted file mode 100644 index 2079b67..0000000 Binary files a/images/seta_meio_ambiente.png and /dev/null differ diff --git a/images/seta_saude.png b/images/seta_saude.png deleted file mode 100644 index 8cd6d10..0000000 Binary files a/images/seta_saude.png and /dev/null differ diff --git a/images/seta_tursimo.png b/images/seta_tursimo.png deleted file mode 100644 index ed796e4..0000000 Binary files a/images/seta_tursimo.png and /dev/null differ diff --git a/images/sgpr.png b/images/sgpr.png deleted file mode 100644 index 0c6187e..0000000 Binary files a/images/sgpr.png and /dev/null differ diff --git a/images/shadow-bottom.gif b/images/shadow-bottom.gif deleted file mode 100644 index f804faa..0000000 Binary files a/images/shadow-bottom.gif and /dev/null differ diff --git a/images/site-footer.png b/images/site-footer.png deleted file mode 100644 index ce5e61d..0000000 Binary files a/images/site-footer.png and /dev/null differ diff --git a/images/sprite-icons.png b/images/sprite-icons.png deleted file mode 100644 index 70781ca..0000000 Binary files a/images/sprite-icons.png and /dev/null differ diff --git a/images/sprite-setas.png b/images/sprite-setas.png deleted file mode 100644 index 4537a80..0000000 Binary files a/images/sprite-setas.png and /dev/null differ diff --git a/images/sprite.png b/images/sprite.png deleted file mode 100644 index 440acbb..0000000 Binary files a/images/sprite.png and /dev/null differ diff --git a/images/sprite_social-2.png b/images/sprite_social-2.png deleted file mode 100644 index f9f90a6..0000000 Binary files a/images/sprite_social-2.png and /dev/null differ diff --git a/images/sprite_social-verde.png b/images/sprite_social-verde.png deleted file mode 100644 index 87eb3f5..0000000 Binary files a/images/sprite_social-verde.png and /dev/null differ diff --git a/images/sprite_social.png b/images/sprite_social.png deleted file mode 100644 index 300cb9d..0000000 Binary files a/images/sprite_social.png and /dev/null differ diff --git a/images/steps_bg.png b/images/steps_bg.png deleted file mode 100644 index 430b99d..0000000 Binary files a/images/steps_bg.png and /dev/null differ diff --git a/images/text-editor.png b/images/text-editor.png deleted file mode 100644 index 0365687..0000000 Binary files a/images/text-editor.png and /dev/null differ diff --git a/images/textoemvigor.gif b/images/textoemvigor.gif deleted file mode 100644 index 3f2cdec..0000000 Binary files a/images/textoemvigor.gif and /dev/null differ diff --git a/images/textosemconsulta-canto.gif b/images/textosemconsulta-canto.gif deleted file mode 100644 index d9e5d6c..0000000 Binary files a/images/textosemconsulta-canto.gif and /dev/null differ diff --git a/images/textosemconsulta.gif b/images/textosemconsulta.gif deleted file mode 100644 index 105b75c..0000000 Binary files a/images/textosemconsulta.gif and /dev/null differ diff --git a/images/thin-logo.png b/images/thin-logo.png deleted file mode 100644 index 1aeb9fc..0000000 Binary files a/images/thin-logo.png and /dev/null differ diff --git a/images/thin-logo.xcf b/images/thin-logo.xcf deleted file mode 100644 index d8ccb03..0000000 Binary files a/images/thin-logo.xcf and /dev/null differ diff --git a/images/topo.gif b/images/topo.gif deleted file mode 100644 index cae9b8d..0000000 Binary files a/images/topo.gif and /dev/null differ diff --git a/images/topo2.gif b/images/topo2.gif deleted file mode 100644 index 47689f5..0000000 Binary files a/images/topo2.gif and /dev/null differ diff --git a/images/touch_icon.png b/images/touch_icon.png deleted file mode 100644 index 98c3ad4..0000000 Binary files a/images/touch_icon.png and /dev/null differ diff --git a/images/twitter-widget.png b/images/twitter-widget.png deleted file mode 100644 index e0cd726..0000000 Binary files a/images/twitter-widget.png and /dev/null differ diff --git a/images/twitter.png b/images/twitter.png deleted file mode 100644 index aededc4..0000000 Binary files a/images/twitter.png and /dev/null differ diff --git a/images/usuario_participa.png b/images/usuario_participa.png deleted file mode 100644 index a86a6a3..0000000 Binary files a/images/usuario_participa.png and /dev/null differ diff --git a/images/visualizacoes.png b/images/visualizacoes.png deleted file mode 100644 index 9a014d5..0000000 Binary files a/images/visualizacoes.png and /dev/null differ diff --git a/images/voltar-topo.png b/images/voltar-topo.png deleted file mode 100644 index 3303386..0000000 Binary files a/images/voltar-topo.png and /dev/null differ diff --git a/images/youtube.png b/images/youtube.png deleted file mode 100644 index 22b1fb7..0000000 Binary files a/images/youtube.png and /dev/null differ diff --git a/index.html.erb b/index.html.erb deleted file mode 100644 index 0911d06..0000000 --- a/index.html.erb +++ /dev/null @@ -1,91 +0,0 @@ - - - -t |