"A total of 42m tonnes of debris lies across the territory, the UN has said. Clearing the rubble, which contains human remains and unexploded ordnance, then rebuilding, could take 80 years, and cost more than $80bn (£61bn)."
/*------------------------------------------------------------------------------ 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 inside story of how the producers of “The Apprentice” crafted a TV version of Mr. Trump — measured, thoughtful and endlessly wealthy — that ultimately fueled his path to the White House.
read the newstory by Russ Buettner and Susanne Craig
"Dizem que Yahya Sinwar, de 61 anos, passou a maior parte do tempo escondido nos túneis sob a Faixa de Gaza, junto a um grupo de guarda-costas e um "escudo humano" de reféns capturados em Israel.
Mas, por fim, parece que ele foi morto durante um encontro por acaso com uma patrulha israelense no sul de Gaza. O grupo de guarda-costas dele era pequeno. Nenhum refém foi encontrado.
Os detalhes ainda estão vindo à tona, mas aqui está o que sabemos até agora sobre o assassinato de Sinwar."}}
read report by Graeme Baker
Yahya Sinwar: como Israel achou e matou o líder do Hamas - BBC News Brasil
"A total of 42m tonnes of debris lies across the territory, the UN has said. Clearing the rubble, which contains human remains and unexploded ordnance, then rebuilding, could take 80 years, and cost more than $80bn (£61bn)."
seeit here>>
How a year of war laid waste the Gaza Strip – visualised | World news | The Guardian
"He rambles, he repeats himself, he roams from thought to thought — some of them hard to understand, some of them unfinished, some of them factually fantastical. He voices outlandish claims that seem to be made up out of whole cloth. He digresses into bizarre tangents about golf, about sharks, about his own “beautiful” body. He relishes “a great day in Louisiana” after spending the day in Georgia. He expresses fear that North Korea is “trying to kill me” when he presumably means Iran. As late as last month, Trump was still speaking as if he were running against President Joe Biden, five weeks after his withdrawal from the race.
He seems confused about modern technology, suggesting that “most people don’t have any idea what the hell a phone app is” in a country where 96% of people own a smartphone. If sometimes he seems stuck in the 1990s, there are moments when he pines for the 1890s. "
read anaysis by Peter Baker & Dylan Freedman
Trump’s speeches, increasingly angry and rambling, reignite the question of age | The Seattle Times
"Netanyahu has long wanted to show that he is a historic figure, not just a tactician always maneuvering to stay alive politically — but never ready to take a big risk to change history.
Well, this is his moment.
Will he cross the Rubicon or do what he usually does — just dog paddle in the middle of it and tell those on each side that he is coming their way?"
READ COLUMN BY THOMAS FRIEDMAN
How the Biden Team Plans to Build Peace From Sinwar’s Death – DNyuz
Os debates sobre o retorno do
manto tupinambá ao País são reveladores
das novas políticas em torno da memória
"A pergunta que ficou no ar é por que
Marçal, que tinha adotado uma postura
de candidato sério e com propostas no
debate da TV Globo, partiu para uma ati-
tude como essa?
Hipóteses não faltam"
LEIA ARTIGO DE FABIO KERCHE
" Findo o primeiro turno das eleições municipais de 2024, muito se falou sobre o crescimento da direita no Brasil, prenunciando a eleição de um Congresso ainda mais conservador em 2026, pois o melhor preditor da eleição congressual são as disputas municipais que a antecedem. Esclareçamos, porém, de qual direita se fala. Podemos falar de ao menos três no atinente ao sistema partidário.""
"Além de Ave Maria, tocou também “November Rain”, do Guns N’ Roses, a versão de “Hallelujah”, de Rufus Wainwright, e Elvis. O evento só terminou quando Tump deixou o palco."
leia mais>
His campaign is promising a more repressive and dangerous America.
by Spencer Kornhaber
After decades of gains in public acceptance, the LGBTQ community is confronting a climate in which political leaders are once again calling them weirdos and predators. Texas Governor Greg Abbott has directed the Department of Family and Protective Services to investigate the parents of transgender children; Governor Ron DeSantis has tried to purge Florida classrooms of books that acknowledge the reality that some people aren’t straight or cisgender; Missouri has imposed rules that limit access to gender-affirming care for trans people of all ages. Donald Trump is promising to nationalize such efforts. He doesn’t just want to surveil, miseducate, and repress children who are exploring their emerging identities. He wants to interfere in the private lives of millions of adults, revoking freedoms that any pluralistic society should protect.
During his 2016
campaign, Trump seemed to think that feigning sympathy for queer people
was good PR. “I will do everything in my power to protect our LGBTQ
citizens,” he promised. Then, while in office, he oversaw a broad
rollback of LGBTQ protections, removing gender identity and sexuality
from federal nondiscrimination provisions regarding health care,
employment, and housing. His Defense Department restricted soldiers’
right to transition and banned trans people from enlisting; his State
Department refused to issue visas to the same-sex domestic partners of
diplomats. Yet when seeking reelection in 2020, Trump still made a show
of throwing a Pride-themed rally.
Now, recognizing that red-state
voters have been energized by anti-queer demagoguery, he’s not even
pretending to be tolerant. “These people are sick; they are deranged,”
Trump said during a speech, amid a rant about transgender athletes in
June. When the audience cheered at his mention of “transgender
insanity,” he marveled, “It’s amazing how strongly people feel about
that. You see, I’m talking about cutting taxes, people go like that.” He
pantomimed weak applause. “But you mention transgender, everyone goes
crazy.” The rhetoric has become a fixture of his rallies.
Trump
is now running on a 10-point “Plan to Protect Children From Left-Wing
Gender Insanity.” Its aim is not simply to interfere with parents’
rights to shape their kids’ health and education in consultation with
doctors and teachers; it’s to effectively end trans people’s existence
in the eyes of the government. Trump will call on Congress to establish a
national definition of gender as being strictly binary and immutable
from birth. He also wants to use executive action to cease all federal
“programs that promote the concept of sex and gender transition at any
age.” If enacted, those measures could open the door to all sorts of
administrative cruelties—making it impossible, for example, for someone
to change their gender on their passport. Low-income trans adults could
be blocked from using Medicaid to pay for treatment that doctors have
deemed vital to their well-being.
The
Biden administration reinstated many of the protections Trump had
eliminated, and the judiciary has thus far curbed the most extreme
aspects of the conservative anti-trans agenda. In 2020, the Supreme
Court ruled that, contrary to the assertions of Trump’s Justice
Department, the Civil Rights Act protects LGBTQ people from employment
discrimination.
A federal judge issued a
temporary restraining order preventing the investigations that Governor
Abbott had ordered in Texas. But in a second term, Trump would surely
seek to appoint more judges opposed to queer causes. He would also
resume his first-term efforts to promote an interpretation of religious
freedom that allows for unequal treatment of minorities. In May 2019,
his Housing and Urban Development Department proposed a measure that
would have permitted federally funded homeless shelters to turn away
transgender individuals on the basis of religious freedom. A 2023
Supreme Court decision affirming a Christian graphic designer’s refusal
to work with gay couples will invite more attempts to narrow the spaces
and services to which queer people are guaranteed access.
The
social impact of Trump’s reelection would only further encourage such
discrimination. He has long espoused old-fashioned ideas about what it
means to look and act male and female. Now the leader of the Republican
Party is using his platform to push the notion that people who depart
from those ideas deserve punishment. As some Republicans have engaged in
queer-bashing rhetoric in recent years—including the libel that
queerness is pedophilia by another name—hate crimes motivated by gender
identity and sexuality have risen, terrifying a population that was
never able to take its safety for granted. Victims of violence have
included people who were merely suspected of nonconformity, such as the
59-year-old woman in Indiana who was killed in 2023 by a neighbor who
believed her to be “a man acting like a woman.”
If
Trump’s stoking of gender panic proves to be a winning national
strategy, everyday deviation from outmoded and rigid norms could invite
scorn or worse. And children will grow up in a more repressive and
dangerous America than has existed in a long time.
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER