/*------------------------------------------------------------------------------ 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.
I wondered why Facebook would remove this rather innocuous photo and I was also pissed off that this "Jerry" fellow, this supposed "friend" of mine (someone I've never met of course) should be able to get something taken down from my wall simply because he's a whiner. I mean... look at that picture. They are both fully-clothed. It's a still from a popular prime-time (or "pre-watershed" as they say in the UK) BBC TV show, not a porn film! Why should this ridiculous homophobe heavy metal guy get to call the tune?
Read more at www.boingboing.net
There is little else to report. How people reacted to it is in evidence all over Facebook now with thousands of people changing their photo to one of a same sex smooch. There are protests planned all over the world now. It has a life of its own now, but one that resulted from a mistake, ultimately.
Marcadores: artigos
Johann Hari: Frenzy around Britain’s Royal Wedding "Should Embarrass Us All"
The fact that the symbol of our country is selected solely through the most snobbish criteria of all, bloodlines, who their parent was, has a disfiguring effect on the whole of British society. It creates a kind of snobbery that emanates out and emanates down. When you’re a British kid, you grow up seeing that people instinctively bow and grovel before someone, just because they happen to have been born in a palace. And I think that does have a deforming effect.
Read more at www.democracynow.org
So, for example, the monarchists always say, "Oh, it’s really good for tourism." Actually, of the top 20 tourist attractions in Britain, only one of them, number 17, is related to the royal family: Windsor Castle. Ten points ahead of it is Windsor Legoland. So using that logic, we should have a Lego man as our head of state instead of these people.
Marcadores: artigos
Marcadores: artigos
Marcadores: potocas
Cenas precisamente elaboradas e ao mesmo tempo totalmente delirante, o filme que provoca discussões há mais de 40 anos sobre os seus significados.
Fez muito a minha cabeça no final dos anos 60.
Revendo agora, o que me impressionou foi o uso do som: as cenas onde a respiração ofegante do astronauta cortam para o espaço, um imenso espaço, com um silêncio arrebatador.
Os consórcios novos não tinham vindo para dar jeito no transporte???
Read more at oglobo.globo.comEntre as irregularidades constatadas pelos fiscais estão mau estado de conservação dos veículos; extintor de incêndio vencido ou a falta dele; e a falta de documentos obrigatórios. No mesmo período, a fiscalização flagrou em suas operações 87 ônibus piratas. Após a implantação do sistema de consórcio, a secretaria fiscalizou 398 ônibus, aprovou 258 e reprovou 140.
'Cochilada' de células nervosas faz pessoas cometerem erros
SÃO PAULO - Pode parecer estranho, mas um estudo conduzido por pesquisadores da Universidade de Wisconsin-Madison mostrou que certas regiões do cérebro podem entrar em um estado de sono enquanto estamos acordados.
See more at www.estadao.com.br
Países mais 'felizes' tem maiores taxas de suicídio, diz estudo
Para pesquisadores, ambiente onde maioria das pessoas se sente feliz pode aumentar sensação de infelicidade em pessoas insatisfeitas.
Read more at www.estadao.com.br"Esses contrastes sombrios podem aumentar o risco de suicídio. Se seres humanos sofrem mudanças de humor, os períodos de depressão podem ser mais toleráveis em um ambiente no qual outros humanos estão infelizes".
dir: Michael Haneke (Alem, 2009)
Revimos aquele que considero o melhor filme que vi em 2009.
Uma obra-prima.
Este é o Ovo da Serpente de décadas antes.
The Guardian publica com exclusividade como será a programação do cerimonial do casamento do principe e da plebéia.
Parece que o ponto alto será o discurso de Dumbledore.
E a homenagem a Patrick Swayze.
Not the royal wedding: how the day will unfold
The early-morning swim, the arrival by bus, Dumbledore's speech – your moment-by-moment guide to the big day
Read more at m.guardian.co.ukPrince Harry performs the ancient royal ceremonial of the Frightening of the Children. Photograph: Samir Hussein/Getty Images
Elizabeth Taylor’s Ex-Double Reflects on Passing of a Star
Ms. Shelton had been on the set with Ms. Taylor in Italy when “Cleopatra” was filmed, ridden a horse for “Reflections in a Golden Eye” and honeymooned at the Mexican Riviera house that Ms. Taylor owned with Richard Burton.Read more at www.nytimes.com
For years she had been Ms. Taylor’s film double — and nearly her spitting image — as a young woman in the late 1950s and early 1960s, and friends were calling to share the news.
Marcadores: palavras
The Penny Black Remedy: Gypsy Hospital Death March (live)
See more at www.youtube.com
"The single scariest moment I have ever had in entertainment came during Diabolique [the 1955 film directed by Henri-Georges Clouzot]. It is the moment when the corpse in the bathtub opens its eyes and shows nothing but bulging whites."
TIME turned the tables on the horror industry, asking those who scare us for a living what frightens them the most
See more at www.time.com
dir: Tim Burton
Quando passou me recusei a ver o filme, reticente em relação às mudanças na história original, e no que me contavam do ritmo esquemão do roteiro. Apesar da riqueza visual.
Vi agora e... logo Tim Burton, tão fantasioso e delirante, submeteu-se ao esquema comercial. A questão não é colocar uma Alice crescida, retornando às maravilhas, é o filme não ter o espírito anárquico e ao mesmo tempo matemático, de quem vive do outro lado do espelho.
Tudo caminha para o grande confronto marcial, como soe aos filmes de ação.
Marcadores: amorim, angeli, aroeira, benett, cau gomez, charges, clayton, humberto, jbosco, paixão, solda
O futuro em paquetá
No meio da Guanabara temos uma ilha-cidade com 4.500 habitantes. Poderíamos começar por ela a medir o quanto custa transformar a situação atual na desejada.
Read more at rio-negocios.comA Associação Comercial do Rio de Janeiro está formatando este projeto já com apoio da Secretaria de Ciência e Tecnologia do Estado. E hora de mostrar ao mundo uma ilha, que é uma pequena cidade, sustentável, no meio de uma baía despoluída.
a Câmara Brasileira do Livro (CBL) fez várias mudanças no regulamento do tradicional prêmio para tentar apaziguar os ânimos. Entre outras novidades deste ano, o número de categorias aumentou de 21 para 29. Ou seja, a quantidade de categorias possíveis de premiação aumentou em quase 40%!
O Prêmio Jabuti valoriza diversas áreas: Ciências da Saúde, Psicologia e Psicanálise, Turismo e Hotelaria, Gastronomia, Tecnologia e Informática. Tudo muito justo. Mas esqueceu de um importante segmento que, a cada dia, ganha mais espaço nas boas livrarias do ramo: os quadrinhos! Por que não incluir uma categoria de Melhor Livro de Histórias em Quadrinhos, já que temos tantos e tão bons lançamentos mensais? Preconceito? Ignorância sobre o assunto? Não sei ainda. Mas vale a pena tentar descobrir o motivo.Read more at www.facebook.com
Marcadores: imagens
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER