/*------------------------------------------------------------------------------ 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.
WikiLeaks Cables Detail Qaddafi Family’s Exploits
Read more at www.nytimes.com
As for the 68-year-old Colonel Qaddafi, the cables provide an arresting portrait, describing him as a hypochondriac who fears flying over water and often fasts on Mondays and Thursdays. The cables said he was an avid fan of horse racing and flamenco dancing who once added “King of Culture” to the long list of titles he had awarded himself. The memos also said he was accompanied everywhere by a “voluptuous blonde,” the senior member of his posse of Ukrainian nurses.
Um filme academico, com uma historia tradicional de superação e amizade. Mas é muito muito bem feito. O trabalho dos atores é impressionante. Edição, fotografia, produção de arte, também.
DVD Will Eisner, Profissão Cartunista
O premiado documentário Will Eisner, Profissão Cartunista, produzido pela diretora brasileira Marisa Furtado, já rodou o mundo, e só agora - mais de dez anos depois de seu lançamento oficial - chega ao Brasil. Em função deste feito heróico, o cubo3 foi conversar com Marisa Furtado, esta eterna amante dos quadrinhos que tornou este documentário realidade.Read more at cubo3.com.br
Read more at datacent.comHard drive sounds
These are some typical sounds we hear in our data recovery lab. If your hard drive makes noises like these and you are still able to access your files - backup immediately.
O juiz britânico Howard Riddle decidiu nesta quinta-feira que o fundador do site WikiLeaks, Julian Assange, pode ser extraditado para a Suécia para responder a acusações de ter cometido crimes sexuais.
See more at www1.folha.uol.com.br
Plágio descarado de Planes Trains & Automobiles, comedia anos 80 de John Hughes, com o sujeito que tem que atravessar o país forçado à companhia de um chato desastrado. Não tem John Candy, mesmo assim engraçado, do diretor de Hangover, repetindo seu ator grego Galifianakis.
Control: Spoek Mathambo & Pieter Hugo team up for wild Joy Division cover/video
the new video explores township cults and teen gangs. Shot on location in a squatted train boarding house in Langa, Cape Town, the video features a cast mostly made up of local neighborhood kids who run their own dance troop, Happy Feet.
See more at www.dangerousminds.net
Estudo aponta desmatamento e escravidão no rastro de carne, soja e madeira
RIO - Por trás de cadeias produtivas contaminadas por desmatamento ilegal, ocupação irregular de terras e até trabalho escravo estão grupos econômicos que atuam em setores estratégicos, como carne, soja e madeira. Ainda que mais de 70 empresas destes segmentos sejam hoje signatárias de pactos setoriais e estejam empenhadas em monitorar suas cadeias produtivas, os crimes continuam ocorrendo, sobretudo na região da Amazônia, e envolvendo gigantes como JBS Friboi, Cargill, Bunge, Louis Dreyfus, Carrefour e Wal-Mart.
o levantar casos envolvendo fornecedores e varejistas, o estudo mostra que a cidade de São Paulo é a mais importante financiadora da devastação na Amazônia, por ser o principal mercado consumidor do país.
Ao levantar casos envolvendo fornecedores e varejistas, o estudo mostra que a cidade de São Paulo é a mais importante financiadora da devastação na Amazônia, por ser o principal mercado consumidor do país.Read more at moglobo.globo.com
Dispatch from "Free Libya": The Right to Laugh at Gaddafi
Read more at www.time.comIn "Free Libya," the people are laughing at Muammar Gaddafi as he goes on and on in a speech, dressed in a traditional outfit called a jard. A dozen men gathered in a roadside cafeteria in the town of Tobruk, about 100 miles from the Egyptian border, to watch the spectacle in one of the few buildings lit up on Tuesday night. The towns here are poorer and sparser than their Egyptian counterparts. But the locals now have the luxury of poking fun at the man who once had the power of life-or-death over them. "He has a hole in his shirt," one said. "Now he is a poor man!" another shouted. They all laughed.
Intelectual norte-americano tímido criou manual usado em revolução
A meio mundo de distância da praça Tahrir no Cairo, um intelectual norte-americano de idade anda para cá e para lá em sua bagunçada casa geminada de tijolos num bairro de classe trabalhadora em Boston, nos EUA. Seu nome é Gene Sharp. Corcunda e com cabelos brancos, aos 83 anos, ele planta orquídeas, ainda precisa dominar a internet e dificilmente parece um homem perigoso.
Mas para os déspotas do mundo, suas ideias podem ser fatais.
Read more at m.noticias.uol.com.brO protesto pacífico é o melhor, diz ele – não por nenhum motivo moral, mas porque a violência provoca os autocratas e os fazem revidar.
“Se você luta com violência”, diz Sharp, “você está lutando com a melhor arma de seu inimigo, e você pode ser um herói corajoso porém morto.”
BY TINA ROSENBERG
The
botched April 6 protests, the leaders
realized in their aftermath, had been an object lesson in the limits of social
networking as a tool of democratic revolution. Facebook could bring together
tens of thousands of sympathizers online, but it couldn't organize them once
they logged off. It was a useful communication tool to call people to -- well,
to what? The April 6 leaders did not know the answer to this question. So they
decided to learn from others who did. In the summer of 2009, Mohamed Adel, a
20-year-old blogger and April 6 activist, went to Belgrade, Serbia.
TheRead more at www.foreignpolicy.com
Serbian capital is home to the Center for Applied NonViolent Action and
Strategies, or CANVAS, an organization run by young Serbs who had cut their
teeth in the late 1990s student uprising against Slobodan Milosevic. After
ousting him, they embarked on the ambitious project of figuring out how to
translate their success to other countries.
In one fell swoop, the candor of the cables released by WikiLeaks did more for Arab democracy than decades of backstage U.S. diplomacy.
America's
relationship with China did not crumble when Hillary Clinton challenged its
government to stop censoring the Internet last year, or when she challenged the
country to account for the dissidents it has disappeared
over the years just days before last week's summit between presidents Barack Obama and
Hu Jintao. America's Arab friends did not walk away from their alliances with
the United States after Clinton told them, at a
recent public forum in Qatar, that "people have grown tired of [their] corrupt institutions and stagnant political order." Such
public candor not only encourages dissidents in repressive societies, but
stimulates debate among elites, who often privately admit that the Americans
have a point. It can contribute to those magical moments -- unpredictable,
infrequent, but in the longer scheme of things inevitable -- when stagnant
order gives way to vibrant change.
Read more at www.foreignpolicy.com
The
people of Tunisia shouldn't have had to wait for WikiLeaks to learn that the
U.S. saw their country just as they did. It's time that the gulf between what American
diplomats know and what they say got smaller.
Marcadores: charges, ivan cabral
Elliott Erwitt's law of intended consequences
Elliott Erwitt's photo sequences leave his subjects multiply exposed, as the mood of one frame is shattered in the next
It's all very well for a photograph to still life and immobilise a moment, but we can't help wondering what comes next, when time resumes and the transfixed bodies stop pretending to be dead.
Read more at www.guardian.co.ukElliott Erwitt's sequences reveal the afterlife of photographs, in cinematic jump cuts that show people or animals kinetically recovering from the poses that the camera inflicts on them. Once a tragedy ends, the human comedy is bound to resume.
It's time to stop this obsession with works of art based on real events
Throughout their history, movies have been talked about in terms of dreaming: studios are "dream factories"; Hollywood is "the land of dreams". But scanning the list of contenders for this year's Oscars, such descriptions feels misplaced. The most striking thing about the leading films of the last 12 months is how many draw their inspiration from fact.
What has prompted this flood of fact-based storytelling? The reasons for these kinds of cultural shift are never easy to pinpoint, but this one surely has a lot to do with changing ideas about privacy and truth
This scaling back of the private sphere has coincided with something else: a growing belief that it is in personal relationships and feelings that the important truths about the world are to be found.
For one thing, if interest in a work of art is triggered by a desire to learn about real events, that represents a radical shift in our understanding of art's purpose. Throughout history, people have turned to art for various reasons, but two consistent ones have been a desire to be entertained or transported and a desire to learn more about what might be called (for want of a better term) the human condition.Read more at www.guardian.co.uk
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER