![]() |
changing site link and text colors individually
Is there any program that can do this? I'm looking at Proxomitron but I can't find amy premade filter s and I know nothing about CSS or HTML. Does anyone know a prog that will let me have multiple CSS assigned to multiple given websites? I know IE can do a global one but I only want to change certain pages to different colors. Any help you can give would be appreciated.
|
pages you're hosting, or pages you view? if you use a global CSS style, it'll change everything... I don't know if you CAN do specific links without editing the site's source code. Here's what it'd look like to change all url links to purple though:
Code:
a { edit: here's a list of other stuff you can do with CSS. http://www.w3schools.com/css/css_reference.asp the bit outside the curly braces determines what tag your modifying, and the stuff inside specifies values. you can also do Code:
.foo{ [a type="foo"] (with angles of course) and it'll apply only to those tags. there's a 3rd kind that are declared with a #foo{} but I'm not clear on how they work. Hope that'll get you started :) |
I use a javascript under Mozilla Firebird, it might work on IE as well (or there's probably a similar one):
Code:
javascript: (function(){var newSS, styles='* { background: white ! important; color: black !important } :link, :link * { color: #0000EE !important } :visited, :visited * { color: #551A8B !important }'; |
All times are GMT -8. The time now is 07:52 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project