/*------------------------------------------------------------------------------ this template is a mash up of the 2 column template http://webhost.bridgew.edu/etribou/layouts/skidoo/2/ from ruthsarianlayouts http://webhost.bridgew.edu/etribou/layouts/ and the blogger code from Blogger Template Style Name: Minima Designer: Douglas Bowman URL: www.stopdesign.com Date: 26 Feb 2004 and code tidying up http://djmaniak777.blogspot.com plus inserts & adaptations of codes by ricky goodwin ------------------------------------------------------------------------------*/ /*----start ruthsarian layout-------------------------------------------------*/ /*----start base.css----------------------------------------------------------*/ #pageWrapper { margin: 0; width: auto; min-width: 500px; } #outerColumnContainer { z-index: 1; } #innerColumnContainer { z-index: 2; } #innerColumnContainer, #contentColumn { margin: 0 -1px; width: 100%; } #leftColumn, #rightColumn, #contentColumn { float: left; position: relative; z-index: 10; overflow: visible; /* fix for IE italics bug */ } #leftColumn { width: 200px; margin: 0 1px 0 -200px; } #rightColumn { width: 200px; margin: 0 -200px 0 1px; display: none; /* comment this out and edit borders.css to create the third column */ } #footer { position: relative; } #masthead h1 { display: inline; /* personal preference to keep the header inline. you could just as easily change padding and margins to 0. */ } .clear { clear: both; } .hide { display: none; /* hide elements that CSS-targeted browsers shouldn't show */ } html>body #innerColumnContainer { border-bottom: 1px solid transparent; /* help mozilla render borders and colors. try removing this line and see what happens */ } /*------------------------------------------------------------end base.css----*/ /*----start vnav.css----------------------------------------------------------*/ .vnav ul, .vnav ul li { margin: 0; padding: 0; list-style-type: none; display: block; } .vnav ul { border: solid 1px #000; border-bottom-width: 0; } .vnav ul li { border-bottom: solid 1px #000; } .vnav ul li a { display: block; text-decoration: none; padding: 2px 10px; } * html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */ { height: 1%; } * html .vnav { position: relative; /* IE needs this to fix a rendering problem */ } /*------------------------------------------------------------end vnav.css----*/ /*----start hnav.css----------------------------------------------------------*/ .hnav { white-space: nowrap; margin: 0; color: #000; padding: 3px 0 4px 0; } * html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */ { height: 1%; /* holly hack to fix a render bug in IE6/Win */ } * html .HNAV { height: auto; /* above IE6/Win holly hack breaks IE5/Win when page length get beyond the point that 1% height is taller than the text height. IE5/Win does not need this holly hack so we remove it here */ padding: 0; /* IE5/Win will resize #hnav to fit the heights of its inline children that have vertical padding. So this incorrect case selector will remove that padding */ } .hnav ul { text-align: center; list-style-type: none; line-height: normal; margin: 0; padding: 0; } .hnav ul li { display: inline; white-space: nowrap; margin: 0; } .hnav ul li a { text-decoration: none; color: #000; background-color: #eee; margin: 0 -1px 0 0; padding: 3px 10px 4px 10px; border-left: solid 1px #000; border-right: solid 1px #000; } * html .HNAV ul li a { width: 1%; /* holly hack for IE5/Win inline padding by default this hack fixes different rendering bugs in 5.0 and 5.5. Width is used instead of height because if the document is too long, these elements become very tall and disrupt the look of the document. too wide an element is better, visually, than too tall a document. */ } .hnav ul li a:hover { text-decoration: underline; } .hnav ul li a:hover { text-decoration: none; } /*------------------------------------------------------------end hnav.css----*/ /*----start colors.css--------------------------------------------------------*/ body { background-color: #665; color: #fff; } #outerColumnContainer { border-left-color: #eec; /* left hand column background color */ border-right-color: #bb8; /* right hand column background color */ } #masthead, #footer { background-color: #885; color: #fff; } #outerColumnContainer { background-color: #fff; /* this sets the background color on the center column */ color: #000; } #leftColumn, #rightColumn, #contentColumn { color: #000; } .vnav ul li a { color: #336; background-color: #cc9; } #rightColumn .vnav ul li a:hover, .vnav ul li a:hover { background-color: #336; color: #fff; } #rightColumn .vnav ul li a { color: #336; background-color: #ddb; } .hnav, .hnav ul li a { background-color: #cc9; color: #336; } .hnav ul li a:hover { background-color: #336; color: #fff; } #pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav { border-color: #000; } /*----------------------------------------------------------end colors.css----*/ /*----start borders.css-------------------------------------------------------*/ #pageWrapper { border-style: solid; /* explicitly defined within eact selector in case you want change border styles (to mix it up) between elements */ border-width: 1px; /* puts a border around the whole page */ } #outerColumnContainer { border-style: solid; border-width: 0 0 0 200px; /* sets the width of the borders used to create the left and right columns' background color. */ /* border-width: 0 200px; */ /* for three columns */ } #innerColumnContainer { border-style: solid; border-width: 0 0 0 1px; /* puts borders between center and the side columns */ /* border-width: 0 1px; */ /* for three columns */ } #masthead, .hnav { border-style: solid; border-width: 0 0 1px 0; } #footer { border-style: solid; border-width: 1px 0 0 0; } /*---------------------------------------------------------end borders.css----*/ /*----start fonts.css---------------------------------------------------------*/ body { font-family: arial, helvetica, sans-serif; font-size : medium; voice-family : "\"}\""; voice-family : inherit; font-size : medium; } #footer { text-align: center; } /*-----------------------------------------------------------end fonts.css----*/ /*----start gutters.css-------------------------------------------------------*/ body { margin: 0; padding: 2em; } .inside { padding: 0.5em 1.5em; /* this padding is applied to every major box within the layout for a uniform gutter between borders */ } #masthead, #footer { padding: 1em; } .vnav { margin: 1em 0; } .vnav h3 { margin-bottom: 0; padding-bottom: 0; } /*---------------------------------------------------------end gutters.css----*/ /*----start screen.css--------------------------------------------------------*/ @import "base.css"; @import "hnav.css"; @import "vnav.css"; @import "colors.css"; @import "gutters.css"; @import "borders.css"; @import "fonts.css"; /* see http://www.dithered.com/css_filters/css_only/index.php for tips on how to block inclusion of whole css files for certain browsers */ /*----------------------------------------------------------end screen.css----*/ /*---------------------------------------------------end ruthsarian layout----*/ /*----start minima template---------------------------------------------------*/ a:link { color:#3333FF text-decoration:none; } a:visited { color:#9933FF text-decoration:none; } a:hover { color:#c60; text-decoration:underline; } a img { border-width:0; } /*----Header------------------------------------------------------------------*/ #masthead h1 a { color:#666; text-decoration:none; } #masthead h1 a:hover { color:#c60; } #description { display:inline; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:# #949494; text-align: right; } /* Headings ----------------------------------------------- */ h2 { margin:1.5em 0 .75em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#BB0000; } /* Posts ----------------------------------------------- */ .date-header { margin:1.5em 0 .5em; } .post { margin:.5em 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .post-title { margin:.25em 0 0; padding:0 0 4px; font-size:140%; font-weight:normal; line-height:1.4em; color:#c60; } .post-title a, .post-title a:visited, .post-title strong { display:block; text-decoration:none; color:#c60; font-weight:normal; } .post-title strong, .post-title a:hover { color:#333; } .post p { margin:0 0 .75em; line-height:1.6em; } p.post-footer { margin:-.25em 0 0; color:#ccc; } .post-footer em, .comment-link { font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .post-footer em { font-style:normal; color:#999; margin-right:.6em; } .comment-link { margin-left:.6em; } .post img { padding:4px; border:0px solid #ddd; } .post blockquote { margin:1em 20px; } .post blockquote p { margin:.75em 0; } /* Comments ----------------------------------------------- */ #comments h4 { margin:1em 0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#999; } #comments h4 strong { font-size:130%; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block dt { margin:.5em 0; } #comments-block dd { margin:.25em 0 0; } #comments-block dd.comment-timestamp { margin:-.25em 0 2em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } #comments-block dd p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } /* Sidebar Content ----------------------------------------------- */ #sidebar ul { margin:0 0 1.5em; padding:0 0 1.5em; border-bottom:1px dotted #ccc; list-style:none; } #sidebar li { margin:0; padding:0 0 .25em 15px; text-indent:-15px; line-height:1.5em; } #sidebar p { color:#666; line-height:1.5em; } /* Profile ----------------------------------------------- */ #profile-container { margin:0 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .profile-datablock { margin:.5em 0 .5em; } .profile-img { display:inline; } .profile-img img { float:left; padding:4px; border:1px solid #ddd; margin:0 8px 3px 0; } .profile-data { margin:0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .profile-data strong { display:none; } .profile-textblock { margin:0 0 .5em; } .profile-link { margin:0; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } /*-----------------------------------------------------end minima template----*/
This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.
Assinar
Postagens [Atom]
Fragmentos de textos e imagens catadas nesta tela, capturadas desta web, varridas de jornais, revistas, livros, sons, filtradas pelos olhos e ouvidos e escorrendo pelos dedos para serem derramadas sobre as teclas... e viverem eterna e instanta neamente num logradouro digital. Desagua douro de pensa mentos.
Marcadores: pitacos
Michael foi muito mais macho que a massa covarde embalada pelo bolsonarismo homofóbico
AMIGO TORCEDOR, amigo secador, de repente todos viraram Bolsonaros no ginásio do Riacho, em Contagem, Minas Gerais. Crianças, seguindo a fúria de pais e mestres, vestiram a máscara de Bolsonarinhos. Respeitáveis senhoras da sociedade também bolsonarizaram. Os machões, nem se fala, arrotaram testosterona com bílis verde-oliva.Read more at sergyovitro.blogspot.com
O bolsonarismo homofóbico tinha como alvo Michael, jogador do Vôlei Futuro, de Araçatuba, que enfrentava o Cruzeiro. O atleta não deixou barato. Com o apoio de seu time e de dirigentes, reagiu publicamente, lavrou protesto e assumiu que era gay mesmo, e daí, qual é o problema, exigiu respeito.
Foi muito mais macho, aqui em um sentido de bravura, do que a massa covarde embalada pelo bolsonarismo latente.
dir Rachid Bouchareb
Uma senhora branca inglesa procura por sua filha que não responde aos telefonemas depois do atentado terrorista no metro de Londres em 2005. Ao mesmo tempo, um senhor negro africano muçulmano procura por seu filho. O interrrelacionamento entre os dois distintos resulta numa grande história e num ótimo filme.
Marcadores: potocas
Nas ruas de Realengo o povo vai transformando o medo e a perplexidade em força para reagir
Arnaldo Bloch
Existem dias que, melhor seria, não amanhecessem
As fitas se multiplicam, mas a verdade é que não há mais cena do crime: a multidão está mais interessada em imaginar, submergir, reviver, reconstituir, aquilo que sequer testemunhou, mas cujos elementos já estão na internet e na TV.
Um repórter televisivo prepara-se para entrevistar uma senhora com ar resignado. "Mãe de aluno" ele diz para a câmera, no tom impessoal de uma claquete. Nos terraços dos casebres as equipes montam cenários para entrevistas. Não faltam testemunhas, e a impressão, pelos falares da rua, é que não há morador de Realengo que não conheça uma das vítimas, ou, ao menos, parentes ou amigos das mesmas. "O moço quis me filmar, mas eu não deixei", diz uma menina ao amigo, orgulhosa do interesse que despertou e também de sua recusa. "Mas tinha câmera mesmo?". "Tinha".Read more at moglobo.globo.com
Marcadores: artigos
Why Bob Dylan didn't ring the chimes of freedom over Ai Weiwei
Those who wanted pop's once-political poet to condemn China's treatment of Ai Weiwei haven't been paying attention to his career
Bob Dylan was criticised last week for failing to speak up on behalf of detained artist Ai Weiwei during his tour to China. He was also accused of allowing songs such as The Times They Are a-Changin' to be censored from his playlist. What a lot of nonsense: if you thought Dylan would ever take an obvious political line you haven't been following him carefully enough. It's understandable for human-rights campaigners to wish for public support from Dylan. It is obtuse, however, for them to suggest that he is somehow betraying his own values as a political songwriter by not protesting. Dylan betrayed those values, deliberately and gleefully, in the mid-1960s. He has never looked back.
Read more at www.guardian.co.ukThe canting voices on this particular story will fade, but they will be going strong on other subjects. We live in a time when people feel pressured to make sententious, pompous and completely false statements about the arts. Art does not have an inherent social or political responsibility. Today, with arts funding slashed, there are even more temptations than usual to pretend otherwise – to insist that art can save derelict urban areas, that it can heal the sick and make flowers grow. But the very language that claims to defend art can smother its wild nature. A work of art, if it is any good, is enigmatic, remote and takes centuries to understand.
Não há como blindarmos e protegermos todas as escolas e crianças, infelizmente. No entanto, nós podemos, sim, impedir que essas perversões individuais se armem.
A Polícia Federal, por exemplo, se empenha em muitas investigações no plano empresarial e político contra a corrupção, mas qual foi a grande operação da Polícia Federal contra as armas ilegais? E nas secretarias de seguranças dos Estados, qual a importância que se atribui ao controle, à fiscalização e à retenção das armas ilegais? Isso tem que ser uma prioridade absoluta para as polícias.Read more at colunistas.ig.com.br
Sensacionalista estreia hoje 21h30 no Multishow
O programa, chamado “Jornal Sensacionalista” terá a mesma linha do site: notícias fictícias mostradas como se fossem sérias. Repórteres e apresentadores comportam-se como nos telejornais de verdade, embora o Sensacionalista seja isento de verdade. Não há caretas, bordões, nada: o espectador vai sentir que está vendo um telejornal comum.Read more at www.sensacionalista.com.br
Para dar uma sensação maior de realidade, os únicos atores fixos são os repórteres e apresentadores. Os personagens das matérias mudam a cada reportagem.
dir George Stevens (EUA, 1951)
Ainda nas rememorações de Elizabeth Taylor... lindíssima neste filme que tem também as excelentes presenças de Montgomery Clift e Shelley Winters. Um clássico
Rapaz busca um lugar ao sol (e na luminosidade de Liz) mas é casado com uma operária como ele.
ONG denuncia marcas de jeans que usam técnica de lavagem prejudicial à saúde
ntada pela ONG Declaração de Berna
Silicose, doença que afeta os pulmões, é a principal ameaça apontada pela ONG Declaração de Berna
Cerca de 20 marcas já se comprometeram a parar de usar esse método na produção, entre elas algumas famosas como Benetton, C&A, H&M, Levi's e Mango.
No entanto, lamenta a Declaração de Berna, muitas outras marcas ainda não deram resposta, como Armani, Dolce&Gabbana, Roberto Cavalli e Versace.
Read more at www.estadao.com.brA marca New Yorker, presente em 31 países com 842 lojas, rejeitou categoricamente eliminar a técnica de jateamento de areia.
For Dylan to be singing in the week when the Chinese artist Ai Weiwei and many other cultural figures have again been silenced feels queasy, especially given his longstanding image as a troubadour of reform. And the protest singer has weakened his position by seemingly meekly agreeing to the censor's request not to perform Blowin' in the Wind or The Times They Are A-Changing or to preach cultural freedom from the stage.
Read more at m.guardian.co.ukMy own experience of Dylan performances is that his renditions are now so idiosyncratic and his inter-number mumbling so impenetrable that it remains entirely possible that he performed both of his most famous protest songs, and made an impassioned plea for the release of Ai Weiwei, without either Chinese censors or audience noticing. But the key question in exporting art into contentious territories is the extent to which the work's essential values are diluted, as seems to be the case with Dylan.
Mulher que narrou assassinato critica PM
Testemunha diz que divulgação de gravação, com sua voz original, da ligação que fez ao 190 a põe em risco
"Eu não acredito mais. Uma coisa que
aconteceu em março. Falaram que iriam me preservar.
A prova de que isso não é verdade é que eu estou falando
com você neste momento".
Essa mulher, cuja coragemRead more at www1.folha.uol.com.br
foi elogiada pelo governador
Geraldo Alckmin (PSDB), é a
principal testemunha do caso, mas ainda não foi ouvida
pelo Ministério Público Estadual
NÃO É PRECISO ser nenhum Contardo Calligaris, nenhuma Rosely Sayão, diria que não é preciso nem mesmo saber se Sigmund Freud vivia entre os aborígenes australianos ou em Viena e Londres do século 19 para ter certeza de que o atirador que encerrou prematuramente a vida de 12 brasileirinhos tinha um problema de ordem sexual.
Até quando o Vaticano vai usar a sexualidade da gente como instrumento político é o que a gente deveria estar se perguntando, não se a Preta Gil faz suruba.Read more at sergyovitro.blogspot.com
Nesta semana, a polícia encontrou o corpo de uma garota de 16 anos, em Itarumã, Goiás. Suspeita-se que tenha sido morta a facadas, depois de ter sido emboscada por parentes de sua namorada que não aceitavam o relacionamento.
Em outro caso, no sábado passado, Michael, jogador do Vôlei Futuro, se viu forçado a assumir sua homossexualidade publicamente ao ser humilhado em estádio de Contagem, MG. "Foi a primeira vez que vi um estádio inteiro gritando "bicha" em alto e bom som", diz. "Tinha até criança, senhora, muita gente gritando". Pois eu digo que ninguém mais merece sofrer por causa da sexualidade. Ninguém.
Marcadores: artigos
Marcadores: musica
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER