Distinguish between read and unread emails VKontakte

Here is my friend helped to understand, read and unread messages is different VKontakte!

For example here:
 
 
 
 
 
Of course then I stared for a long time and yet noticed, that unread messages bit on bluish background. But damn no contrast! I've already decided to deal with this, and the pancake for all the period that stupid social network I never did not notice! 
We now turn to solutions:
 
Mozilla Firefox:
 
   The fox problem is solved fairly quickly, you must download the addition chanterelle Stylish (Yes yes this link) , install it and restart your browser.
   After installing the plugin, in the lower right corner of your browser, it will be a button.
Here is a: 
 
Also in the plugin menu, as you may have noticed, can be accessed via the menu Tools → Add-ons → Styles.

Now you need

  1. Open the site itself vkontakte.ru
  2. Click on the icon in the lower right Stylish corner of the browser.
  3. Select Create a new style → For vkontakte.ru…
  4. In the window that appears, enter a name for the style(anything, though I burned incense in the font), inserted between the curly skobochek here such code
    .new_msg
    {

    background:none repeat scroll 0 0 #EBEBEB !important;
    }

    and press Save.

It should look like:

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

@ -moz-Document domain(“vkontakte.ru”) {

.new_msg
{

background:none repeat scroll 0 0 #EBEBEB !important;
}

}

#EBEBEB – the color of the text in HEX-format. This number may be obtained from Photoshop'Th or even Paint'E. You can enter a color keyword, such as “green,white,yellow,magenta” or color scheme RGB. For Example, RGB(255,128,0) (orange)

Then go to vkontakte.ru and check out what happened. I put a gray background:

I think even colorblind notice. You can even put a background color for example here such:

For, to put the background necessary to write here such code

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

@ -moz-Document domain(“vkontakte.ru”) {

.new_msg
{
background-image:url(http://seo-alabis.ru/images/stories/Limonnyy_fon_sayta_3.jpg) !important; //That is, instead of referring to write a link to the image

}

}

Updated 10.04.2011

If anyone needed instructions for the opera then write in the comments

Loading

This entry was posted in Uncategorized and tagged , , , , . Bookmark the permalink. | Short link:  http://p1rat.ru/lezzz/ooHBo

3 Responses to Distinguish between read and unread emails VKontakte

Leave a Reply