

Friday, 25. April 2008, 10:09:25
css, customize, opera


There are two ways to do this;
Option 1: Custom CSS
/*
Name: Green on Black Selected Text
*/
::selection {
background: #000;
color: #7FFF00;
}
Option 2: Using Opera:Config
opera:config#Colors|SelectedBackgroundopera:config#Colors|SelectedTextOption 1 allows you to make several variations and switch between them quickly, overwriting a sites preference. Option 2 is the least amount of work.

Sunday, 29. April 2007, 06:09:22
css, opera
Add one of these to your standard stylesheet.
This one.Add a green border around the visited image.a:visited img {
border:solid 2px green !important;
}
Adds a transparent effect to the visited image.a:visited img {
background: transparent !important;
opacity: 0.2 !important;
}



Sunday, 29. April 2007, 01:55:01
css, menu, customize, extension
...
The stylish extention for firefox provides an easy way to manage, search for and apply user stylesheets for pages this is my attempt to provide similar funtionality in opera.

Read more...