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-07-2015, 11:31 AM #11
Octolus
I defeated!
too much orange but nice for those who like that i guess lol

The following user thanked Octolus for this useful post:

Geo
10-07-2015, 12:11 PM #12
Toxic
former staff
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:


wait, u had a dick You must login or register to view this content.
10-07-2015, 03:03 PM #13
Jon Snow
Di DonDadda
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]


hey beach try this You must login or register to view this content.
10-07-2015, 03:22 PM #14
Default Avatar
Roar
Guest
Makes my eye turn into pumpkin pies :ghost:
10-07-2015, 03:49 PM #15
Sexyyyyyyyyyy
10-07-2015, 09:00 PM #16
Alt
Banned
Originally posted by Joel View Post
so you are a tranny with no dick now... poor alt Sal


Sal

Now I'm a real women :fah:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo