/*------------------------------------------------------------------------------ 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.
The LA-based artist believes the attack was sparked by a misunderstanding over his mural commemorating the demolition of the legendary "Ungdomshuset" (youth house) at Jagtvej 69. The building, a long-term base for Copenhagen's leftwing community, was controversially demolished in 2007. In the intervening years it has become a potent symbol of the standoff between the establishment in Copenhagen and its radical fringe. …
Within a day of completion, the mural was vandalized by protesters, with graffiti sending messages of 'no peace' and 'go home, Yankee hipster'. Fairey subsequently collaborated with former members of the 69 youth house to redecorate the lower half of the installation. His new version contains images of riot police and explosions, together with a new, more combative slogan: "Nothing forgotten, nothing forgiven".
At first glance, it might seem like Fairey's come back to Earth. (After all, he has now literally inserted himself into fight in a foreign land over issues of social justice.) But Fairey's as capitalist as ever. He's even selling prints that feature the Copenhagen mural's iconography online.Read more at www.theatlanticwire.com
ANTONIO PRATA
É ASSOMBROSO que em pleno século 21, 135 anos depois de Graham Bell ter inventado o telefone, ainda haja pessoas incapazes de aceitar esta situação tão banal da vida cotidiana: o engano. Sem dúvida, o leitor sabe do que estou falando: no meio da tarde você atende a uma chamada e, do outro lado da linha, uma voz estranha pergunta: "Alô, Waldemar?".Read more at avaranda.blogspot.com
Seu nome não é Waldemar. Você não se casou com um Waldemar nem batizou assim qualquer um de seus filhos, de modo que só há uma explicação, simples e evidente: foi engano. Você engole o pequeno mau humor que escorre dos segundos perdidos, aceita a frustração de ter-se imaginado necessário ou querido em algum canto da cidade, no meio da tarde, quando, na verdade, era de um Waldemar que precisavam. Você diz, seco, mas não antipático: "Amigo, aqui não tem nenhum Waldemar: foi engano", e já está tirando o telefone da orelha, pronto a voltar a seus afazeres, quando a voz ressurge, indignada: "Como assim não tem nenhum Waldemar?".
Como assim, "como assim?!"?! O que passa pela cabeça do cidadão?
Que você é o Waldemar, mas está mudando a voz e fingindo ser outro só para não atendê-lo? Ou que você é um assaltante e invadiu a casa do Waldemar -que agora tenta gritar, amordaçado e amarrado a uma cadeira: "Mmmm! Mmmm!"?!
Prefeito mais velho do país é cassado por improbidade em Uraí
O prefeito de Uraí, Susumo Itimura (PSDB), teve o mandato cassado pela Câmara de Vereadores. Em uma sessão que durou mais de 20 horas e terminou somente na madrugada desta quarta-feira (22), Itimura, de 93 anos, perdeu o cargo por 6 a 2.
Read more at www.jornaldelondrina.com.brPrefeito mais velho do Brasil eleito nas últimas eleições, Itimura era acusado de ter pago R$ 44 mil para uma empresa de informática que nunca prestou serviços à Prefeitura. A denúncia também é alvo de dois processos na Justiça.
Flagrantes mostram roupas da Zara sendo fabricadas por escravos
O quadro encontrado pelos agentes do poder público, e acompanhado pela Repórter Brasil, incluía contratações completamente ilegais, trabalho infantil, condições degradantes, jornadas exaustivas de até 16h diárias e cerceamento de liberdade (seja pela cobrança e desconto irregular de dívidas dos salários, o truck system, seja pela proibição de deixar o local de trabalho sem prévia autorização). Apesar do clima de medo entre as vítimas, um dos trabalhadores explorados confirmou que só conseguia sair da casa com a autorização do dono da oficina, só concedida em casos urgentes, como quando levou seu filho ao médico
Quem vê as blusas de tecidos finos e as calças da estação nas vitrines das lojas da Zara não imagina que, algumas delas, foram feitas em ambientes apertados, sem ventilação, sujos, com crianças circulando entre as máquinas de costura e a fiação elétrica toda exposta. Principalmente porque as peças custam caro.
Os cadernos mostram alguns dos salários recebidos pelos empregados: de R$ 274 a R$ 460, bem menos que o salário mínimo vigente no país, que é de R$ 545.
Para cada peça feita, o dono da oficina recebia R$ 7. Os costureiros declararam que recebiam, em média, R$ 2 por peça costurada. No dia seguinte à ação, 27 de junho, a reportagem foi até uma loja da Zara na Zona Oeste de São Paulo (SP), e encontrou uma blusa semelhante, fabricada originalmente na Espanha, sendo vendida por R$ 139.Read more at noticias.uol.com.br
Read more at blogdosquadrinhos.blog.uol.com.brO desenhista argentino Francisco Solano López, morto na última sexta-feira, teve uma passagem pelo Brasil entre as décadas de 1980 e 90.
A passagem pelo país, mais especificamente pelo Rio de Janeiro, rendeu parceiras com diferentes autores brasileiros, muitas delas ainda inéditas por aqui.
Uma das exceções, publicada pela editora Opera Graphica, foi "Sangue Bom". O álbum foi desenhado por Solano, escrito pelo brasileiro Carlos Patati e arte-finalizado por Allan Alex.
O blog convidou Patati para rememorar na forma de depoimento essa experiência com o quadrinista argentino. Convite gentilmente aceito, segue o precioso relato.
Time for some hot gossip from the 1940s, everybody! Twentieth-century fashion designer and 21st-century movie subject Coco Chanel was an anti-Semite who "dabbled in Nazi foreign policy" and also dabbled in sexual relations with Nazis, says a new book about her.
Vaughan's book also discusses another Coco Chanel boyfriend, Baron Hans Günther von Dincklage—who supposedly came off as an "an innocuous, English-speaking tennis player, playboy, and harmless dupe," but was actually a Nazi agent lauded by Adolf Hitler and Joseph Goebbels. Hmmm, Dincklage sounds like a gross bodily fluid
Read more at gawker.com
By Lauri Apple
Marcadores: musicas
What happened in London -- and is now happening in Birmingham and Manchester -- is not an obviously political protest; there are no banners on display, no clear demands being made. But it's not simply a large-scale crime wave either. The perpetrators -- mostly young men and women (some as young as 11) -- acted in public. This was deliberate antagonism under the glare of media spotlight. They smashed windows and stole goods as the television cameras rolled, knowing that their actions would be captured on Britain's extensive network of closed-circuit televisions. So what touched off such wanton destruction?
Read more at www.foreignpolicy.com
"There's just a lot of very frustrated, very fed up, young guys around," reflected Logan Wilmont, an advertising director from Belfast, which has certainly seen its own fair share of unrest. "They're living at a time where they can't have anything. We're living in a broken moment."
A série El Eternauta ainda hoje segue relevante para a cultura argentina. Escrita por Héctor Germán Oesterheld entre 1957 e 1959, a história fala da invasão de Buenos Aires por forças alienígenas no ano de 1963.
López ainda desenhou as outras duas sequências feitas nas décadas de 1970 e 80.
A HQ tornou-se importante por seu contexto socio-político. É possível fazer leituras que identificam diversos segmentos da sociedade argentina. Segundo o escritor Oesterheld, o verdadeiro herói da história é o herói coletivo. Muitos estudiosos e leitores fizeram associação dos extraterrestres com os militares argentinos, além de outras referências ao regime. Outra coisa que fez a obra ganhar mais fama foi o desaparecimento de seu escritor por forças militares na segunda metade dos anos 1970.
morte de López além de ser triste para os quadrinhos, também serve para deixar explícito o quanto ainda é grande a lacuna que existe no intercâmbio de quadrinho entre Argentina e Brasil.Read more at ne10.uol.com.br
He was the artist for arguably the most important Argentinian comic book of all time, El Eternauta, from 1957, as well as a number of comics for Fleetway in the UK during the sixties and seventies.Read more at www.bleedingcool.com
El Eternuata was a sci-fi allegorical comic in which one man fighting an alien invasion parallelled the political situation in both Argentine and Chile, the comic speaking out against social injustice and the military junta.
"The crowds involved in violence and looting are drawn from a complex mix of social and racial backgrounds "
A few young men sculpted impromptu masks out of stolen pharmacy bags, making them resemble members of the youth wing of the Ku Klux Klan. An older girl with them reached into a bag and pulled out a giant bag of Haribo sweets. The atmosphere was akin to a school sports day or a visit to a rowdy open-air cinema.
In some senses the rioting has been unifying a cross-section of deprived young men who identify with each other, he added.
This is unadulterated, indigenous anger and ennui. It's a provocation, a test of will and a hamfisted two-finger salute to the authorities.
Read more at m.guardian.co.ukPaul Lewis and James Harkin
Marcadores: charges. duke, son salvador
The well-intentioned, if slightly misguided, campaign to get the bathtub bros united in holy matrimony sprang from an online petition and Facebook page. Backers sought to marry off the fabric friends, arguing that such an official pairing would be a boon to gay rights, send a progressive message that would be hard to argue with (though that hasn't stopped some people from trying) and teach impressionable young viewers about tolerance and equality.
Read more at today.msnbc.msn.com"Even though they are identified as male characters and possess many human traits and characteristics (as most 'Sesame Street' Muppets do), they remain puppets, and do not have a sexual orientation."
Uh, guess we'll just ignore Kermit the Frog and Miss Piggy's decades of simmering, flirtatious sexual tension, then, shall we?
It's been 50 years since the start of construction on the Berlin Wall. Here, TIME looks back at 10 movies that were set in the time of the Wall — and now have outlasted it
Read more at www.time.com
The building of the Berlin Wall, which began Aug. 13, 1961, gave a stark architectural face to the Cold War and spawned a slew of spy movies located on the fault line of East-West intrigue. Hollywood masters like Billy Wilder and Alfred Hitchcock were among the first to spin political fables in this divided city. But in the '80s and beyond, as Soviet ideology cracked along with its most notorious edifice, German filmmakers addressed their own fissured history.
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER