/*------------------------------------------------------------------------------ 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
Comentários [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.

"It was the morning shift at Ambiance Apparel, a clothing wholesaler on the edge of Los Angeles’s fashion district, and along with a crowded showroom of mannequins and women’s skirts was a sprawling warehouse, where immigrant workers were bustling about.
On any other day, the inventory would have flowed smoothly, from folded piles to cardboard boxes stacked on wooden pallets to be loaded onto trucks. But on June 6, as U.S. Immigration and Customs Enforcement agents swarmed the premises, dozens of employees at the warehouse and at a second facility nearby fled their workstations, ducking between shelves and inside boxes.
They couldn’t hide for long.
One of the workers, Tomas Anastacio, 55, who has three U.S.-born, college-educated children and has lived in Los Angeles for three decades, texted his son Carlos at around 10 a.m.
“Ca,” he wrote, “Immigration is at work.”
Carlos responded, “Oh no, I love you very much.”
When Carlos arrived at the downtown warehouse a few minutes later, Mr. Anastacio was already gone. Carlos stood in disbelief as his father’s co-workers were hauled away and their loved ones screamed, cried and bid them goodbye."
more in the story by Miriam JordanSoumya KarlamanglaShawn HublerEmily Baumgaertner NunnOrlando Mayorquín and Matt Stevens

"Why the show of force? Because Trump is on a mission to round up brown-skinned “villains” cunningly disguised as college students, farm workers, restaurant staff, and high school volleyball players. The goal is fear and the method is spectacle. The price? Democracy, due process, and any lingering sense that America still recognizes itself.
And now, as if following a script, Stephen Miller is calling the protests an “insurrection.” That word isn’t just a dog whistle, it’s a legal trigger. Say it enough times, and the Insurrection Act becomes justifiable. Say it on Fox News, and suddenly tanks in the streets look like “patriotism.”
read the stack by Mary Geddry

" This could all go away tomorrow. It is possible that by the time you read this, Musk and Trump will have brokered a peace. Then they say, “Ha-ha, you shitlibs fell for it. We were trolling you for the lulz. That was all kayfabe.”
There are a lot of stakeholders who desperately need Trump and Musk to end hostilities. Their incentives are strong enough to expend resources making it worth both parties’ whiles to sign a ceasefire.1
If it doesn’t go away tomorrow, the Trump-Musk rift creates peril for both Trump’s authoritarian project and the tech oligarchy.
Let’s walk through the strategic implications for all of the players."
read analysis by Jonathan V. Last
JEFFREY ST. CLAIR
+ A new report on sea level rise published in Nature: Communications warns that millions globally will be forced from their homes by advancing waters and extreme tides even if warming remains below 1.5 °C. “We’re starting to see some of the worst-case scenarios play out almost in front of us. At current warming of 1.2 °C, sea level rise is accelerating at rates that, if they continue, would become almost unmanageable before the end of this century.” But the world is on track for 2.5C-2.9C of global heating, which results in the collapse of the Greenland and west Antarctic ice sheets–a scenario that would lead to a catastrophic 12 metres of sea level rise.
+ Fox Business’s Maria Bartiromo: “Should we really have wind and solar subsidies in this bill? What if it’s not windy? What if it’s not sunny?”
"The democracy we learned to live with after World War Two, the
functioning of multilateralism as an important role in relations between
states, the respect for diversity, the sovereignty of each country is
now fading,” he said. “What comes next, we don’t know.” The entire
post-Second World War order, created largely through the intervention of
the United States, seemed on the verge of collapse. “We thought we were
creating a more civilized, more solidarity-based, more humane society,”
he said. “The result is worse. It’s as if there is a lamp, and when you
open the lid the evil people come out.”
READ INTERVIEW WITH LULA
BY JON LEE ANDERSON
JEFFREY ST CLAIR>
+ Donald Trump, oncologist:
I think it’s very sad, actually. I’m surprised that it wasn’t—you know—the public wasn’t notified a long time ago, because to get to stage 9, that’s a long time. I just had my physical. You saw that. You saw the results of that particular test. I think that test is standard to pretty much anybody getting a physical—a good physical. We had the doctors at the White House and over at Walter Reed, which is a fantastic hospital, do it. I did a very complete physical, including a cognitive test. I’m proud to announce I aced it. I got them all right. You proud of me? Your husband would be proud of me for getting them all right. It’s a little risk. If I didn’t get them all right, these people would be after me. It would be not a good situation.
But I think, frankly, anybody running for president should take a cognitive test. They say it’s unconstitutional, but I would say in that particular case, having a cognitive test wouldn’t be so bad.
But when you take tests—medical, as a male—that test is very standard. I don’t know if it’s given to everybody, but it’s given just about. And it takes a long time to get to that situation… to get to a stage 9. I think that if you take a look, it’s the same doctor that said that Joe was cognitively fine, there was nothing wrong with him. If it’s the same doctor, he said there was nothing wrong there. That’s been proven to be a sad situation.
And the autopen is becoming a very big deal. You know, the autopen is becoming a big deal because it seems that maybe it was the president—whoever operated the autopen. But when they say that was not good, they also—you have to look and you have to say that the test was not so good either. In other words, there are things going on that the public wasn’t informed [about], and I think somebody is going to have to speak to his doctor—if it’s the same or even if it’s two separate doctors.
Why wasn’t the cognitive ability—why wasn’t that discussed? And I think the doctor said he’s just fine, and it’s turned out that’s not so. It’s very dangerous… this is dangerous for our country. Look at the mess we are in.
You talk about all these questions on Ukraine and Russia. That would’ve never happened, as an example, if I were president. It would’ve never happened. The other thing—you have to say: Why did it take so long? I mean, this takes a long time. It can take years to get to this level of danger. It’s a very, very sad situation. I feel very badly about it. And I think people should try and find out what happened.
Because I’ll tell you, I don’t know if it had anything to do with the hospital. Walter Reed is really good. They’re some of the best doctors I’ve ever seen. I don’t even know if they were involved. But a doctor was involved in each case. Maybe it was the same doctor. And somebody is not telling the facts. That’s a big problem.
BASIL DANNEBOHM
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER