modcommunity / Web-Open-Source

Any files we're releasing open-source for web development.

Home Page:https://moddingcommunity.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open-Source Web Files

Description

All open-source web files The Modding Community is able to provide.

Want to become a part of something awesome? Help us take modding to the next level @ ModdingCommunity.com!

Showcase

September 28th, 2022

Files

Fixed Navbar

Files - js/fixed_navbar.js and css/fixed_navbar.css.
Credits - Christian Deacon (@gamemann)

Written in JavaScript utilizing jQuery. When the user scrolls down and past the header, it makes the navbar fixed with a non-transparent background. The defaults in this application assume you're using IPS 4, but could easily be modified to do it anywhere.

Background Slideshow

Files - js/background_slideshow.js and css/background_slideshow.css.
Credits - Christian Deacon (@gamemann)

Written in JavaScript and partially utilizing jQuery. Code was used from Christian's older project, Browser.TF. Basically applies a random background image to a divider with the ID #bgimg. You should have <div id="bgimg"></div> and/or <div id="bgol"></div> (if you want to add transparently).