Wouldn’t it be wonderful to finally have a black net?

That was the thought I had just a moment ago. I was feeling my vibe and didn’t want it ruined with a glaringly white Google homepage. It occurred to me that the web is ugly and offensive. The last thing I needed was to have my somafm buzz messed up by a overly bright site.

And it isn’t just Google that’s bright. Facebook, (the sad part is that I can’t think of any other websites; my how the web has devolved), and others also insist on having a white background.

This ain’t the newspaper folks.

So I did what anyone in my position would have done. I installed “Stylish” the Firefox add-on, and got to work on “blackifying” the web.

Using Stylish to create a black web

If you want to check this out, get “stylish”, the “Firefox” add-on, and create a new black style (name it whatever) using the following code.

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(“com”) {
html,body,div,table,tr,td,p,h3,h2,h1,ul,ol,li,span,a
{
background:none!important;
background-color:#000!important;
border:0!important;
font-family:Candara!important;
color:#ccc!important;
line-height:130% !important;
}
input,textarea
{
background:none!important;
padding:0px!important;
border:none!important;
}
a
{
color:#444!important;
}
img
{
opacity:0.4!important;
border:0!important;
}
}

I know its only for .com and I know there are minor issues here and there, but its good enough at saving my somafm buzz. Modify it if you’d like, and Enjoy.

This entry was posted in . Bookmark the permalink.

Leave a Reply