ImageImageImageImageImage

Customize RealGM

Moderators: 7 Footer, Duffman100, Morris_Shatford, DG88, HiJiNX, niQ, Reeko, lebron stopper

User avatar
funk
Veteran
Posts: 2,853
And1: 0
Joined: May 23, 2002
Location: Ottawa

Re: A quick fix for RealGM 

Post#41 » by funk » Wed Jun 18, 2008 8:42 pm

Wade3Iverson wrote:
For some reason that doesn't work for me. It's still gray. I really liked the alternating colors as well :(

Edit :nvm, it's just very subtle. I guess that's fine.

Thx to the guys who made the scripts. Beautiful.



Let me know which colors you want....or you can go to http://html-color-codes.info/ and get the html codes for the 2 colours you want and replace the values in red below with those :)

*[class*="post bg1"]{ background-color: #EFEDE4! important}
*[class*="post bg2"]{ background-color: #F4F3EE ! important}
*[class*="row bg1"]{ background-color: #F4F3EE ! important}
*[class*="row bg2"] { background-color: #F4F3EE ! important}


I'm really liking this whole make your own RealGm necessity that came out of the change! I didn't know about Stylish before and I've personalized a couple of my other regular websites too :)
User avatar
floppymoose
Senior Mod - Warriors
Senior Mod - Warriors
Posts: 57,793
And1: 16,167
Joined: Jun 22, 2003
Location: Trust your election workers

Re: A quick fix for RealGM 

Post#42 » by floppymoose » Thu Jun 19, 2008 9:35 am

I've redone my style updates to force quick reply to always be visible:

http://userstyles.org/styles/8033
User avatar
funk
Veteran
Posts: 2,853
And1: 0
Joined: May 23, 2002
Location: Ottawa

Re: A quick fix for RealGM 

Post#43 » by funk » Thu Jun 19, 2008 1:12 pm

^^ Nice!

I copied the two lines of code for quick reply in to my existing one (had personalized it a bit further)

thanks!!! :bowdown:
User avatar
AcesFull
Junior
Posts: 431
And1: 6
Joined: Oct 05, 2006
Location: Bring NBA back to BC

Re: A quick fix for RealGM 

Post#44 » by AcesFull » Thu Jun 19, 2008 7:17 pm

floppymoose wrote:I've redone my style updates to force quick reply to always be visible:

http://userstyles.org/styles/8033


:clap: Nice find, it was hidden all along!
User avatar
floppymoose
Senior Mod - Warriors
Senior Mod - Warriors
Posts: 57,793
And1: 16,167
Joined: Jun 22, 2003
Location: Trust your election workers

Re: Customize RealGM - get Quick Reply! 

Post#45 » by floppymoose » Thu Jun 19, 2008 8:48 pm

No, quick reply really was gone. Then they brought it back. I just changed how it displays. I did that so soon after they brought it back that I guess there was some confusion - but it was not me that brought back Quick Reply. I just made it so it was always visible, instead of being revealed by clicking a button.
User avatar
mr sunday night
Senior
Posts: 549
And1: 4
Joined: May 18, 2006
Location: Toronto

Re: Customize RealGM - get Quick Reply! 

Post#46 » by mr sunday night » Thu Jun 19, 2008 10:25 pm

Quick question....your format looks great, but if I install it, is it easy to remove if I prefer the old way? Sorry....I'm no computer whiz!
User avatar
AcesFull
Junior
Posts: 431
And1: 6
Joined: Oct 05, 2006
Location: Bring NBA back to BC

Re: Customize RealGM - get Quick Reply! 

Post#47 » by AcesFull » Thu Jun 19, 2008 10:52 pm

^^ Yes, one click. There will be a little icon on the bottom of Firefox for Stylish that lets you select what scripts you want to turn on/off.
evilRyu
General Manager
Posts: 8,394
And1: 2
Joined: Jan 23, 2006

Re: Customize RealGM - get Quick Reply! 

Post#48 » by evilRyu » Sat Jun 21, 2008 10:44 pm

Aces, I finally had the time to try out your script, and it's amazing.

I was wondering if you can direct me as to how I can change the text color of visited links on the forum. Before on the old version, I was able to, as the colors between visited and unvisited links were clearly distinguishable. Now, it's light blue and dark blue respectively. I tried this:

.topictitle a:visited{
color: orange;
}


Where "topictitle" is the class used for the title of topics. But it was a no-go.. any pointers?
User avatar
funk
Veteran
Posts: 2,853
And1: 0
Joined: May 23, 2002
Location: Ottawa

Re: Customize RealGM - get Quick Reply! 

Post#49 » by funk » Sat Jun 21, 2008 11:24 pm

evilRyu wrote:Aces, I finally had the time to try out your script, and it's amazing.

I was wondering if you can direct me as to how I can change the text color of visited links on the forum. Before on the old version, I was able to, as the colors between visited and unvisited links were clearly distinguishable. Now, it's light blue and dark blue respectively. I tried this:

.topictitle a:visited{
color: orange;
}


Where "topictitle" is the class used for the title of topics. But it was a no-go.. any pointers?


You were almost there ....This will work :)

Code: Select all

a.topictitle:visited{
color:orange ! important}
evilRyu
General Manager
Posts: 8,394
And1: 2
Joined: Jan 23, 2006

Re: Customize RealGM - get Quick Reply! 

Post#50 » by evilRyu » Sun Jun 22, 2008 12:32 am

funk wrote:
evilRyu wrote:Aces, I finally had the time to try out your script, and it's amazing.

I was wondering if you can direct me as to how I can change the text color of visited links on the forum. Before on the old version, I was able to, as the colors between visited and unvisited links were clearly distinguishable. Now, it's light blue and dark blue respectively. I tried this:

.topictitle a:visited{
color: orange;
}


Where "topictitle" is the class used for the title of topics. But it was a no-go.. any pointers?


You were almost there ....This will work :)

btw, what does "important" do anyway?

Code: Select all

a.topictitle:visited{
color:orange ! important}


Thanks a bunch funk, I'll give that a shot when I get back home later... :D
User avatar
funk
Veteran
Posts: 2,853
And1: 0
Joined: May 23, 2002
Location: Ottawa

Re: Customize RealGM - get Quick Reply! 

Post#51 » by funk » Sun Jun 22, 2008 12:52 am

^ the !important part makes sure that this style over-rides the original CSS. ..

Return to Toronto Raptors