- Joined
- Apr 3, 2005
- Messages
- 1,809
- Reaction score
- 794
Yeeeehaw! Thanks Wayne!
Now, fellow Whyzzatters, feel my wrath!
Now, fellow Whyzzatters, feel my wrath!
Do you have the Firebug plugin for firefox? That lets you get a look at the nitty gritty goings on of your style sheets (among other things). Don't have it installed on this laptop at the moment. I have it installed on my office machine but haven't had the time to play with it but it's supposed to be cool.Wayne said:What you see above was what I created yesterday, and for some reason, neither;
color: red; or text-decoration: underline;
are being respected.
This is wrath only if you forget the safe word. :roflmao:Speelgoedmannetje said:Yeeeehaw! Thanks Wayne!
Now, fellow Whyzzatters, feel my wrath!
:roflmao:Speelgoedmannetje said:Yeeeehaw! Thanks Wayne!
Now, fellow Whyzzatters, feel my wrath!
Wayne said:The problem is.. The templates called "postlink" but before I began yanking with it, postlink did not exist. What you see above was what I created yesterday, and for some reason, neither;
color: red; or text-decoration: underline;
are being respected.
Wayne
metalman said:The simple solution seems to be just install a phpbb v3 style
Wayne said:FluffyMcDeath said:.postlink {
font-weight: bold;
font-size: 1.2em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
color: red;
}
The problem is.. The templates called "postlink" but before I began yanking with it, postlink did not exist.
.postlink:link {
font-weight: bold;
font-size: 1.2em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
color: red;
}
.postlink:visited {
font-weight: bold;
font-size: 1.2em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
color: maroon;
}
.postlink:hover {
font-weight: bold;
font-size: 1.2em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
color: yellow;
}
Wayne said:This is interesting;
Code:.postlink:link { font-weight: bold; font-size: 1.2em; line-height: 1.4em; font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; color: red; } .postlink:visited { font-weight: bold; font-size: 1.2em; line-height: 1.4em; font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; color: maroon; } .postlink:hover { font-weight: bold; font-size: 1.2em; line-height: 1.4em; font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; color: yellow; }
The first and the third work, but not the second.
Wayne said:Ah.. The green will change. I was just trying to make sure red and maroon weren't so close that they look the same in firefox and forgot to change it back.
Wait..
le green. She is gone. no?
Should be red link, #330000 visited, black hover now.
Wayne
metalman said:However the the line formating is being distorted with oversized text.