Post: Halloween Homepage Theme
10-06-2015, 07:16 PM #1
Default Avatar
Bch
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); The theme: NGU Halloween Theme

How to install:
- Install Tampermonkey
- Create a new script
- Copy the magic stuff below and press save

Preview
You must login or register to view this content.
You must login or register to view this content.

The Magic shit
// ==UserScript==
// @name NGU Halloween Theme
// @namespace
// @version 0.1
// @description
// @author SonOfABeach
// @match You must login or register to view this content.
// @grant none
// ==/UserScript==

//Colours
var Background = "#252525";
var MainColour = "#FF8040";
var MainColourDark = "#FF5C0A";

function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head'Winky Winky[0];
if (!head) { return; }
style = document.createElement('style'Winky Winky;
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}

var Images = document.getElementsByTagName('img'Winky Winky;
var i;
for (i = 0; i < Images.length; i++)
{
if (Images.getAttribute("src") == "https://www.nextgenupdate.com/EE/images/ngu-postbit.png")
Images.setAttribute("src", "https://i.imgur.com/HMJ0BWi.png");
}


var style = document.createElement("STYLE");
style.innerHTML = "#shoutbox_window font[color='black'],#shoutbox_window font[color='#182735']{ color: " + MainColour + " !important; }";
document.body.appendChild(style);

document.getElementsByTagName("body")[0].setAttribute("style", "background-color: " + Background);
document.getElementById("shoutbox_notice_message").setAttribute("style", "color: " + MainColour + ";");
document.getElementById("fhsidebar_popular_forums_block").setAttribute("style", "margin-bottom: 20px; border: 2px solid " + MainColour + "; padding: 16px; font-family: 'Open Sans', sans-serif; padding-bottom: 2px;");
document.getElementById("fhsidebar_popular_forums_block").children[0].setAttribute("style", "font-size: 16px;font-weight: 600; color: " + MainColour + ";");
document.getElementById("fhsidebar_popular_forums_block").children[1].setAttribute("style", "font-size: 12px;font-weight: 400; color: " + MainColour + ";");

addGlobalStyle('.forumhome_forum_block_head { border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_block_title { color: ' + MainColour + ' !important; background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_block { background-color:' + Background + ' !important; border:2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.body_wrapper { background-color:' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .container-fluid.shoutbox_head { background:' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .divide-nav { background-color:' + MainColourDark + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .navbar-static-top { background-color:' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .form-control { background-color:' + Background + ' !important; border-color: ' + Background + ' !important; color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_left { background-color:' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .btn-default { background-color:' + Background + ' !important; color: ' + MainColour + ' !important; border-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.highlight { background: ' + MainColour + ' none repeat-x !important; padding: 1px !important; border-radius: 5px !important; }'Winky Winky;
addGlobalStyle('.notification-container { background-color:' + Background + ' !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .divide-nav>.container>.nav>li>a { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .navbar-default .navbar-nav>li>a { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .notification-icon .glyphicon { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .notification-icon .notification-badge { color: ' + MainColour + ' !important; background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.shoutbox_body { border: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .nav-tabs { border-bottom: 1px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader a { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_text { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_bit { border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .label { background-color: ' + MainColour + ' !important; color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .alert-info { background-color: ' + Background + ' !important; border-color: ' + MainColour + ' !important; color: ' + MainColour + ' !important;}'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu { background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu>li>a { background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu .divider { background-color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.shoutbox_vbshout { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#forumhome_forumbit_subforums:hover .forumhome_subforum_text { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#forumhome_forumbit_subforums:hover .forumhome_subforum_indicator { background-color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col_header { background-color: ' + Background + ' !important; color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col_body { border: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col.scol { height: 480px !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_hot_forum_box { color: ' + MainColour + ' !important; border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_stats_box { background-color: ' + MainColour + ' !important; color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col.lcol { height: 480px !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.block2 a { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_staffuser_box { border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_staffuser_avatar { height: 25px !important; width: 25px !important; }'Winky Winky;
addGlobalStyle('#jb_footer_staffonline a.username { font-size: 10pt !important; }'Winky Winky;
addGlobalStyle('.shoutbox_window { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.time { color: ' + MainColour + ' !important; }'Winky Winky;[/color][/color]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 15 users say thank you to Bch for this useful post:

Hammy, MLB, ExploitzJr, Freezy :D, Geo, Helping-Hand, Juan, Darth Saul, RADIKAL AMY, ResistTheSun, RTE, Jon Snow
10-06-2015, 07:18 PM #2
RTE
Former Staff
Amazing Woot
10-06-2015, 07:49 PM #3
Juan
Climbing up the ladder
Originally posted by Beach View Post
The theme: NGU Halloween Theme

How to install:
- Install Tampermonkey
- Create a new script
- Copy the magic stuff below and press save

Preview
You must login or register to view this content.
You must login or register to view this content.

The Magic shit
// ==UserScript==
// @name NGU Halloween Theme
// @namespace
// @version 0.1
// @description
// @author SonOfABeach
// @match You must login or register to view this content.
// @grant none
// ==/UserScript==

//Colours
var Background = "#252525";
var MainColour = "#FF8040";
var MainColourDark = "#FF5C0A";

function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head'Winky Winky[0];
if (!head) { return; }
style = document.createElement('style'Winky Winky;
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}

var Images = document.getElementsByTagName('img'Winky Winky;
var i;
for (i = 0; i < Images.length; i++)
{
if (Images.getAttribute("src") == "https://www.nextgenupdate.com/EE/images/ngu-postbit.png")
Images.setAttribute("src", "https://i.imgur.com/HMJ0BWi.png");
}


var style = document.createElement("STYLE");
style.innerHTML = "#shoutbox_window font[color='black'],#shoutbox_window font[color='#182735']{ color: " + MainColour + " !important; }";
document.body.appendChild(style);

document.getElementsByTagName("body")[0].setAttribute("style", "background-color: " + Background);
document.getElementById("shoutbox_notice_message").setAttribute("style", "color: " + MainColour + ";");
document.getElementById("fhsidebar_popular_forums_block").setAttribute("style", "margin-bottom: 20px; border: 2px solid " + MainColour + "; padding: 16px; font-family: 'Open Sans', sans-serif; padding-bottom: 2px;");
document.getElementById("fhsidebar_popular_forums_block").children[0].setAttribute("style", "font-size: 16px;font-weight: 600; color: " + MainColour + ";");
document.getElementById("fhsidebar_popular_forums_block").children[1].setAttribute("style", "font-size: 12px;font-weight: 400; color: " + MainColour + ";");

addGlobalStyle('.forumhome_forum_block_head { border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_block_title { color: ' + MainColour + ' !important; background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_block { background-color:' + Background + ' !important; border:2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.body_wrapper { background-color:' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .container-fluid.shoutbox_head { background:' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .divide-nav { background-color:' + MainColourDark + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .navbar-static-top { background-color:' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .form-control { background-color:' + Background + ' !important; border-color: ' + Background + ' !important; color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_left { background-color:' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .btn-default { background-color:' + Background + ' !important; color: ' + MainColour + ' !important; border-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.highlight { background: ' + MainColour + ' none repeat-x !important; padding: 1px !important; border-radius: 5px !important; }'Winky Winky;
addGlobalStyle('.notification-container { background-color:' + Background + ' !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .divide-nav>.container>.nav>li>a { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .navbar-default .navbar-nav>li>a { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .notification-icon .glyphicon { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .notification-icon .notification-badge { color: ' + MainColour + ' !important; background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.shoutbox_body { border: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .nav-tabs { border-bottom: 1px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader a { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_text { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_bit { border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .label { background-color: ' + MainColour + ' !important; color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .alert-info { background-color: ' + Background + ' !important; border-color: ' + MainColour + ' !important; color: ' + MainColour + ' !important;}'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu { background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu>li>a { background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu .divider { background-color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.shoutbox_vbshout { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#forumhome_forumbit_subforums:hover .forumhome_subforum_text { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#forumhome_forumbit_subforums:hover .forumhome_subforum_indicator { background-color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col_header { background-color: ' + Background + ' !important; color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col_body { border: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col.scol { height: 480px !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_hot_forum_box { color: ' + MainColour + ' !important; border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_stats_box { background-color: ' + MainColour + ' !important; color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col.lcol { height: 480px !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.block2 a { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_staffuser_box { border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_staffuser_avatar { height: 25px !important; width: 25px !important; }'Winky Winky;
addGlobalStyle('#jb_footer_staffonline a.username { font-size: 10pt !important; }'Winky Winky;
addGlobalStyle('.shoutbox_window { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.time { color: ' + MainColour + ' !important; }'Winky Winky;[/color][/color]


VERY NICE! Woot
10-06-2015, 08:47 PM #4
Alt
Banned
Didn't work, got dick stuck in a fan! Sal.













Good job SOAB, I'm sure many people will use this. :y:
10-06-2015, 08:49 PM #5
Toke
PC Master Race
Originally posted by Alt View Post
Didn't work, got dick stuck in a fan! Sal.













Good job SOAB, I'm sure many people will use this. :y:


i got my asshairs chopped off i guess i lucked out
10-06-2015, 09:26 PM #6
Default Avatar
Remy
Guest
2 spooky 4 me :lantern:
10-06-2015, 10:12 PM #7
It would be nice if mobile updated like this. Smile One can dream.
10-06-2015, 10:13 PM #8
DeNo
Rookie
Originally posted by Outsider
we need to get these new themes up asap Happy


remember the theme a few Christmas' ago? where the snowflake animation started on your screen... why not have it do that with pumpkins or ghosts? also if that cant be done.. change the logo so it has cobwebs on (halloween) style?

Start a thread in the graphics section where a member can possibly create one?
10-07-2015, 11:19 AM #9
Joel
[move]Sal:madsal::laim:[/move]
Originally posted by Alt View Post
Didn't work, got dick stuck in a fan! Sal.













Good job SOAB, I'm sure many people will use this. :y:


so you are a tranny with no dick now... poor alt Sal
10-07-2015, 11:29 AM #10
Toxic
former staff
Originally posted by Beach View Post
The theme: NGU Halloween Theme

How to install:
- Install Tampermonkey
- Create a new script
- Copy the magic stuff below and press save

Preview
You must login or register to view this content.
You must login or register to view this content.

The Magic shit
// ==UserScript==
// @name NGU Halloween Theme
// @namespace
// @version 0.1
// @description
// @author SonOfABeach
// @match You must login or register to view this content.
// @grant none
// ==/UserScript==

//Colours
var Background = "#252525";
var MainColour = "#FF8040";
var MainColourDark = "#FF5C0A";

function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head'Winky Winky[0];
if (!head) { return; }
style = document.createElement('style'Winky Winky;
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}

var Images = document.getElementsByTagName('img'Winky Winky;
var i;
for (i = 0; i < Images.length; i++)
{
if (Images.getAttribute("src") == "https://www.nextgenupdate.com/EE/images/ngu-postbit.png")
Images.setAttribute("src", "https://i.imgur.com/HMJ0BWi.png");
}


var style = document.createElement("STYLE");
style.innerHTML = "#shoutbox_window font[color='black'],#shoutbox_window font[color='#182735']{ color: " + MainColour + " !important; }";
document.body.appendChild(style);

document.getElementsByTagName("body")[0].setAttribute("style", "background-color: " + Background);
document.getElementById("shoutbox_notice_message").setAttribute("style", "color: " + MainColour + ";");
document.getElementById("fhsidebar_popular_forums_block").setAttribute("style", "margin-bottom: 20px; border: 2px solid " + MainColour + "; padding: 16px; font-family: 'Open Sans', sans-serif; padding-bottom: 2px;");
document.getElementById("fhsidebar_popular_forums_block").children[0].setAttribute("style", "font-size: 16px;font-weight: 600; color: " + MainColour + ";");
document.getElementById("fhsidebar_popular_forums_block").children[1].setAttribute("style", "font-size: 12px;font-weight: 400; color: " + MainColour + ";");

addGlobalStyle('.forumhome_forum_block_head { border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_block_title { color: ' + MainColour + ' !important; background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_block { background-color:' + Background + ' !important; border:2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.body_wrapper { background-color:' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .container-fluid.shoutbox_head { background:' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .divide-nav { background-color:' + MainColourDark + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .navbar-static-top { background-color:' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .form-control { background-color:' + Background + ' !important; border-color: ' + Background + ' !important; color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_left { background-color:' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .btn-default { background-color:' + Background + ' !important; color: ' + MainColour + ' !important; border-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.highlight { background: ' + MainColour + ' none repeat-x !important; padding: 1px !important; border-radius: 5px !important; }'Winky Winky;
addGlobalStyle('.notification-container { background-color:' + Background + ' !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .divide-nav>.container>.nav>li>a { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .navbar-default .navbar-nav>li>a { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .notification-icon .glyphicon { color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .notification-icon .notification-badge { color: ' + MainColour + ' !important; background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.shoutbox_body { border: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .nav-tabs { border-bottom: 1px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader a { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_text { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.forumhome_forum_bit { border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .label { background-color: ' + MainColour + ' !important; color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .alert-info { background-color: ' + Background + ' !important; border-color: ' + MainColour + ' !important; color: ' + MainColour + ' !important;}'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu { background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu>li>a { background-color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('#nguheader .dropdown-menu .divider { background-color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.shoutbox_vbshout { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#forumhome_forumbit_subforums:hover .forumhome_subforum_text { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('#forumhome_forumbit_subforums:hover .forumhome_subforum_indicator { background-color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col_header { background-color: ' + Background + ' !important; color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col_body { border: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col.scol { height: 480px !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_hot_forum_box { color: ' + MainColour + ' !important; border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_stats_box { background-color: ' + MainColour + ' !important; color: ' + Background + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_col.lcol { height: 480px !important; border-top: 4px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.block2 a { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_staffuser_box { border-bottom: 2px solid ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.jb_footer_staffuser_avatar { height: 25px !important; width: 25px !important; }'Winky Winky;
addGlobalStyle('#jb_footer_staffonline a.username { font-size: 10pt !important; }'Winky Winky;
addGlobalStyle('.shoutbox_window { color: ' + MainColour + ' !important; }'Winky Winky;
addGlobalStyle('.time { color: ' + MainColour + ' !important; }'Winky Winky;[/color][/color]


Fgt.
Told u to stop surprising me Sal

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo