/*------------------------------------------------------------------------------ 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.
"On May 24, 2021, Dylan turns 80 years old. He's been making music for nearly 60 of those years, and shifting shapes throughout the decades, both in the music he plays and in the ways he presents himself, as these 80 photos reveal. "
"I was so much older then / I'm younger than that now."
"Bob Dylan sang those wise words at the tender age of 23, on his track My Back Pages.
As he reaches his 80th birthday on Monday, we've decided to ignore the advice of the famous Dylan documentary Don't Look Back and celebrate the life and career of the US singer-songwriter."
read the list by Paul Glynn
illustration Eduardo Kobra
Bob Dylan: 80 things you may not know about him on his 80th birthday - BBC News
HELENA CHAGAS
Constrangimento é pouco, e insatisfação também é uma palavra leve para descrever o sentimento entre oficiais da ativa do Exército neste momento. Afinal, o comandante da Força, general Paulo Sérgio Nogueira, e generais do Alto Comando acabam de ser ostensivamente peitados pelo três estrelas Eduardo Pazuello. O ex-ministro da Saúde respondeu com um redondo “não” aos pedidos para que ele passasse já à reserva para contornar a crise criada por sua presença — proibida pelo regimento disciplinar do Exército — em manifestação ao lado de Jair Bolsonaro no último domingo.
Obviamente, Pazuello peitou o Alto Comando de sua Força porque tem as costas quentes, ou seja, o apoio integral do presidente da República e comandante em chefe das Forças Armadas. Bolsonaro comunicou ao ministro da Defesa, Braga Netto e a Nogueira, que revogará qualquer punição que venha a ser dada a Pazuello, e ainda proibiu-os de se manifestar a respeito do episódio. Ou seja, não deixou saída possível aos militares da ativa.
Mais dia, menos dia, essa panela de pressão vai estourar. Fica claro que o presidente da República não está apenas protegendo um ex-ministro leal, que na CPI negou tudo que todo mundo sabe que é verdade sobre ele. Bolsonaro está usando o episódio para enquadrar os militares, de quem se queixava de darem pouco apoio a seu governo quando se recusavam a ser envolver nas disputas políticas.
Ao praticamente proibi-los de punir o general desobediente que subiu em seu palanque, Bolsonaro está tentando passar à população a ideia – totalmente equivocada, sabe-se – de que os militares estão a seu lado para o que der e vier, e entenda-se aí suas ameaças de atos autoritários e contra a democracia.
O que todo mundo se pergunta hoje é o que vão fazer as Forças Armadas encurraladas pelo presidente. O ministro bolsonarista da Defesa, ao que tudo indica, ficará lá em seu cantinho. Mas o comandante do Exército está diante de um claro dilema: ou pune Pazuello, confrontando Bolsonaro, ou cai na desmoralização institucional perante o país e suas tropas.
"Com a vitória de Jair Bolsonaro na eleição de 2018, Mayra entrou no governo por uma espécie de cota reservada ao
movimento médico apoiador de Bolsonaro. Sem grande brilho acadêmico ou sequer experiência em gestão de saúde, Mayra foi escolhida por Luiz Henrique Mandetta para chefiar a versão bolsonarista do programa Mais Médicos. "
LEIA ARTIGO DE CHARLES NISZ
Idealizadora do TrateCov hostilizou cubanos e ajudou a desmontar Mais Médicos: C
"How does he do it? How has he done it for going on 60 years now? How does he find exactly the right words for exactly the right moment at exactly the right time? How does he always—always—wrestle the baffling and formless zeitgeist into something so familiar that it fits perfectly into both our common history and our most uncommon mythos. How does he fit John F. Kennedy so tightly into the fabric of subterranean American history that also holds Staggerlee, and John Henry, The Butcher’s Boy and the Wagoners Lad, John the Revelator and the Coo Coo Bird, and Huck, lighting out for the west, for the newest frontier? How does brilliant, charismatic JFK turn into just another luckless victim, like Pretty Polly or the nameless corpse from “The Long Black Veil.” How did our entire country turn into one prolonged murder ballad, and how did Bob Dylan see it clearly enough to write it?"
read article by Charles P. Pierce
May your hands always be busy
May your feet always be swift
May you have a strong foundation
When the winds of changes shift
May your heart always be joyful
May your song always be sung
And may you stay forever young
May you stay forever young
(Bob Dylan)
"On Monday, Dylan turns 80. The music he now makes – most recently heard on last year’s very good album, Rough and Rowdy Ways – has a rather different relationship to home, history and the load we amass as we live. Unlike so many musicians, he has not tried to deny his advancing years, but fully embraced them – something clear in both his words, and the growly, lived-in voice in which he sings them. Dylan’s songs now remind us that the past is inescapable, and age and experience ought to be treated with the utmost respect. And in doing so, they capture an understanding that surely settles on us as we get older: that few things are in any way new, and if we want to even begin to understand what’s going on, we should start by looking back"
read more>>
Happy 80th birthday to Bob Dylan, rock’s most prescient, timeless voice | John Harris | The Guardian:
"Generais da cúpula do Exército avisarão discretamente ao presidente do Supremo, Luiz Fux, e ao presidente do Senado, Rodrigo Pacheco, que não compactuam com o comportamento negacionista e autoritário do presidente Jair Bolsonaro. O Bastidor revelou mais cedo que eles cogitaram ontem prender Eduardo Pazuello."
leia mais> >
Cúpula do Exército avisará que não compactua com Bolsonaro – O Bastidor
"With a congressional Covid inquiry currently examining the Bolsonaro administration’s failure to control the epidemic or acquire sufficient vaccines, Oyama said that even Bolsonaro voters were now wondering whether their relatives would have survived had Bolsonaro responded differently.
She claimed that Sunday’s motorcycle rally was designed to project strength but actually betrayed “a certain despair” over his tumbling popularity and Lula’s reemergence."
read more>>
Thousands rally at ‘obscene’ motorcade for Jair Bolsonaro | Jair Bolsonaro | The Guardian:
"Barry Windsor-Smith não publicava uma página sequer há quinze anos. Reapareceu no mês passado com uma graphic novel, Monsters. Não foi inesperado. Pelo contrário, Monsters era esperada, comentada, prometida há mais de trinta anos. Ele finalmente achou tempo e fez.
E é tempo, atenção, meticulosidade que se vê em cada página. Trezentos e setenta páginas. Numa sequência da primeira metade, dois homens conversam durante uma nevasca que aumenta progressivamente, de dois ou três floquinhos de neve na página 114 até uma chuva de confete circundando as figuras na 121. Cada floco tem seu tamanho, seu formato. Alguns fazem sombra do tamanho e formato exato sobre os personagens, cada um destes desenhado com a hachura certa para o tipo de roupa que veste. Windsor-Smith se deu o tempo que queria para fazer Monsters.
Quem trabalha nesse nível de meticulosidade, esses anos em cima da prancheta, às vezes um dia inteiro de trabalho em cima de dois quadros de uma página com nove… tem que ver algum alegria no que faz, né?
Só que não."
leia reportagem de Érico Assis
Desenhar é um prazer? - Blog da Companhia das Letras:
Por sua atuação no caso Banestado, no
especializada no combate à lavagem de
dinheiro e ao terrorismo, criou o “Proje-
to Pontes”, que oferecia cursos para au-
toridades judiciárias brasileiras sobre as
técnicas anticorrupção, inclusive as de-
lações premiadas. Os seminários realiza-
dos, alguns deles com a participação de
Moro como palestrante, serviram ainda
ao propósito de favorecer o compartilha-
mento informal de informações. Ou seja,
“fora dos tratados bilaterais de coopera-
ção judiciária”, emenda o jornal.
Dois anos depois, Moreno-Taxman foi
convidada para falar em uma conferên-
cia de agentes da Polícia Federal realiza-
da em Fortaleza. Diante de 500 partici-
pantes, ensinou aos brasileiros a tática do
xadrez anticorrupção: “É preciso ir atrás
do rei de maneira sistemática”, para então
derrubá-lo. “Para que o Judiciário possa
condenar alguém por corrupção, é preci-
so que o povo o odeie”, enfatizou. “A socie-
dade deve sentir que ele realmente abusou
de seu cargo e exigir a sua condenação.”
Qualquer semelhança com os espúrios
métodos lavajatistas não é coincidência."
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER