cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Colours

rongtw
Seasoned Hero
Posts: 6,973
Thanks: 1,541
Fixes: 12
Registered: ‎01-12-2010

Forum Colours

Any chance we could have a colour change on the forum , Huh
its a bit over powering on the old eyes  Roll_eyes
too much purple  Wink
Asus ROG Hero Vii Z97 , Intel i5 4690k ,ROG Asus Strix 1070,
samsung 850evo 250gig , WD black 2 TB . Asus Phoebus sound ,
16 gig Avexir ram 2400 , water cooling Corsair H100i gtx ,
Corsair 750HXI Psu , Phanteks Enthoo pro case .
22 REPLIES 22
Oldjim
Resting Legend
Posts: 38,460
Thanks: 787
Fixes: 63
Registered: ‎15-06-2007

Re: Forum Colours

I agree which is why I use Stylish in Firefox to change it
This is the code which gives this result (I blanked out the bit which only moderators and staff can see)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("community.plus.net") {

.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .catbg2 , tr.catbg2 td
{
background: url(http://community.plus.net/forum/Themes/plusnet-brand-refresh/images/com_cat_bg.gif) repeat-x #dddddd!important;
color: #4c4b4f!important;
}
.catbg a, .catbg2 a, .catbg3 a
{
color: #4c4b4f!important;
}
h3.catbg {
padding: 5px 0 0 0 !important;
margin: 0!important;
height:20px!important;
}
}
rongtw
Seasoned Hero
Posts: 6,973
Thanks: 1,541
Fixes: 12
Registered: ‎01-12-2010

Re: Forum Colours

@ strat cheers for moving to correct place  Wink
Jim yes i use FF also but it would be better for all if PN did it  Cool
Asus ROG Hero Vii Z97 , Intel i5 4690k ,ROG Asus Strix 1070,
samsung 850evo 250gig , WD black 2 TB . Asus Phoebus sound ,
16 gig Avexir ram 2400 , water cooling Corsair H100i gtx ,
Corsair 750HXI Psu , Phanteks Enthoo pro case .
Oldjim
Resting Legend
Posts: 38,460
Thanks: 787
Fixes: 63
Registered: ‎15-06-2007

Re: Forum Colours

They won't
You should have heard the grumbles when they made the change to the garish pink
http://community.plus.net/forum/index.php/topic,85415.0.html
http://community.plus.net/forum/index.php/topic,254.0.html
rongtw
Seasoned Hero
Posts: 6,973
Thanks: 1,541
Fixes: 12
Registered: ‎01-12-2010

Re: Forum Colours

Come on PN change the forum Colours or give us the chance of changing the themes Pretty please  Kiss
Asus ROG Hero Vii Z97 , Intel i5 4690k ,ROG Asus Strix 1070,
samsung 850evo 250gig , WD black 2 TB . Asus Phoebus sound ,
16 gig Avexir ram 2400 , water cooling Corsair H100i gtx ,
Corsair 750HXI Psu , Phanteks Enthoo pro case .
Alex
Community Veteran
Posts: 5,500
Thanks: 921
Fixes: 13
Registered: ‎05-04-2007

Re: Forum Colours

Quote from: Oldjim
You should have heard the grumbles when they made the change to the garish pink

I still remember the time when they did a pale blue underline change a few years before then Grin
rongtw
Seasoned Hero
Posts: 6,973
Thanks: 1,541
Fixes: 12
Registered: ‎01-12-2010

Re: Forum Colours

Come on PN staff , give us a reply please  Wink would like to know what you think  Kiss
Asus ROG Hero Vii Z97 , Intel i5 4690k ,ROG Asus Strix 1070,
samsung 850evo 250gig , WD black 2 TB . Asus Phoebus sound ,
16 gig Avexir ram 2400 , water cooling Corsair H100i gtx ,
Corsair 750HXI Psu , Phanteks Enthoo pro case .
Chris
Legend
Posts: 17,724
Thanks: 600
Fixes: 169
Registered: ‎05-04-2007

Re: Forum Colours

Sorry but we've got no plans to change the colour scheme in the near future.
Former Plusnet Staff member. Posts after 31st Jan 2020 are not on behalf of Plusnet.
rongtw
Seasoned Hero
Posts: 6,973
Thanks: 1,541
Fixes: 12
Registered: ‎01-12-2010

Re: Forum Colours

Ta Chris , but you got to admit its a LOT bright  Sad
Asus ROG Hero Vii Z97 , Intel i5 4690k ,ROG Asus Strix 1070,
samsung 850evo 250gig , WD black 2 TB . Asus Phoebus sound ,
16 gig Avexir ram 2400 , water cooling Corsair H100i gtx ,
Corsair 750HXI Psu , Phanteks Enthoo pro case .
orbrey
Plusnet Alumni (retired)
Plusnet Alumni (retired)
Posts: 10,540
Registered: ‎18-07-2007

Re: Forum Colours

Yes, it's Plusnet red Smiley
CaptainFantasti
Grafter
Posts: 125
Registered: ‎02-10-2007

Re: Forum Colours

Building on Oldjim's code for Stylish, if you want to banish even more of the dreaded maroon, add this code before the final end bracket }
/* My Additions */
h1, h2, h3, h4, h5, a , .nav a
{
     color: #330099 !important;
}

The final code should look like this:-
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("community.plus.net") {

.catbg , tr.catbg td , .catbg3 , tr.catbg3 td, .catbg2 , tr.catbg2 td
{
background: url(http://community.plus.net/forum/Themes/plusnet-brand-refresh/images/com_cat_bg.gif) repeat-x #dddddd!important;
color: #4c4b4f!important;
}
.catbg a, .catbg2 a, .catbg3 a
{
color: #4c4b4f!important;
}
h3.catbg
{
padding: 5px 0 0 0 !important;
margin: 0!important;
height:20px!important;
}
/*  *  *  *  *  *  My Additions  *  *  *  *  *  *  */
/* Banish Maroon From Headers and Links */
h1, h2, h3, h4, h5, a, .nav a, p.forumtitle  
{
     color: #330099 !important;
}
/* Make Footer Links White Again */
div#dFoot a
{
   color: #FFFFFF !important;
}

}
shutter
Community Veteran
Posts: 22,206
Thanks: 3,769
Fixes: 65
Registered: ‎06-11-2007

Re: Forum Colours

And this is "my" version.... gets rid of the white glare.....  ( but old jim doesn`t like it much..... ! 0
Quote

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("plus.net") {
html, body {background-image:none!important;background-color:
#badabf!important;}
body div {background-color:
#badabf!important;}
#sitemap, .sitemap-col, #dFoot, .dFootblock, #footCorners {background-color: #695564!important;}
#footer_illustration {background-color: #FFFFFF!important;}
#productbox, .productcolumn, .rightbox {background-image:none !important;}
#searcharea div, #searcharea ul, #searcharea li {background-color: #ab1c6c!important;}
#searcharea a, #searcharea label {color:#ffffff!important;}
.halfbox, #faqlist, #productbox, .productcolumn, .introcolumn {background-image:none!important; background-color:#a0cca7!important;}
#comHeaderContainer {background-image: url('../images/com_hdr_bg.gif')!important;}
#comHeaderContainer div {background-color:transparent!important;}
.catbg3, .msgbg1 td {background-color: #a0cca7!important; background-image: none!important;}
#bodyarea, #dContent {border:8px solid #9F9F7E!important;}
}

Cagney1994
Rising Star
Posts: 402
Thanks: 11
Fixes: 3
Registered: ‎28-07-2013

Re: Forum Colours

I actually like this pinkish/purplish colour Smiley
Strat
Community Veteran
Posts: 31,320
Thanks: 1,609
Fixes: 565
Registered: ‎14-04-2007

Re: Forum Colours

So do I.
Windows 10 Firefox 109.0 (64-bit)
To argue with someone who has renounced the use of reason is like administering medicine to the dead - Thomas Paine
James
Grafter
Posts: 21,036
Thanks: 5
Registered: ‎04-04-2007

Re: Forum Colours

Me too Smiley