What would the members like to see changed here

I can't see user customisable themes being approved at an admin level.

it's been discussed so very very many times before.

That said.
those of you who really hate blue should consider installing a firefox addon called grease monkey:

here's the start of a script...

Code:
// ==UserScript==
// @name        greeny
// @namespace   computerforums.org
// @include     http://*.computerforums.org/*
// @version     1
// ==/UserScript==

var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = "\
body{ background:black; backgroundimage:none; color:009933;}\
a:link{color:green;}\
a:visited{color:darkgreen;}\
.page{background:black; color:darkgreen;}\
.tcat{background:black; color:darkgreen;}\
.tcat a:link, .tcat_alink{color:darkgreen;}\
.tcat a:visited, .tcat_avisited{color:green;}\
.threadpostcount {color:darkgreen; }\
";
head.appendChild(style);
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    104.2 KB · Views: 3
I like the hair foothead. :)


As for different themes....:meh: I barely notice the theme or layout (which I suppose is a good thing as it allows me to focus on the content). I think the neutral, "boring" theme is a good fit as it doesn't distract from the forum. I do get the desire to customize, especially based on some of the pics recently popping up in the 'show your desktop' thread *cough - wildcat - cough* :lol: but I don't think it's really necessary.
 
I only said I doubted that it'd happen.

not it won't. feel free to petition the admin.


though I really suggest that any polls asking to change the site etc should really go in the correct forum
 
Back
Top Bottom