GithubHelp home page GithubHelp logo

ashprids / midnight Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 617 KB

Midnight is a no-longer functioning darker theme for RobloxForum.com.

Home Page: https://userstyles.world/style/1231/midnight

License: GNU General Public License v3.0

CSS 100.00%
css dark-theme theme

midnight's People

Contributors

ashprids avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sybetjeh matieo33

midnight's Issues

Most Viewed Content Today broken for whats-new

This is how you fix it:

  1. Remove the lines that remove the Most Viewed Content Today.
  2. Add 2 new sections for the code. For the 1st one, make it "URL address in domain" and put in the RF and rbxcentral URL.
  3. Insert this code:
/* part 1 for robloxforum.com */
.p-body-pageContent .block ~ .block .block-container .block-body .structItemContainer .structItem--thread {
    display: none
}

.p-body-pageContent .block ~ .block .block-container .block-header {
    display: none
}
  1. For 2nd section, make it "URL Address" instead and put in the RF and rbxcentral URL.
  2. Insert this code:
/* part 2 for robloxforum.com/whats-new/ */
.p-body-pageContent .block ~ .block .block-container .block-body .structItemContainer .structItem--thread {
    display: table
}

.p-body-pageContent .block ~ .block .block-container .block-header {
    display: table
}

.p-body-pageContent .block ~ .block ~ .block .block-container .block-body .structItemContainer .structItem--thread {
    display: none
}

.p-body-pageContent .block ~ .block ~ .block .block-container .block-header {
    display: none
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.