Giter Club home page Giter Club logo

Comments (10)

Mesure73L avatar Mesure73L commented on June 26, 2024

I kinda want to make this

from mesure.x10.mx.

BeepBot99 avatar BeepBot99 commented on June 26, 2024

I do have some ideas though, I can tell you in the Discord server later.

from mesure.x10.mx.

BeepBot99 avatar BeepBot99 commented on June 26, 2024

I think something like BetterDiscord, like with CSS custom properties.

from mesure.x10.mx.

BeepBot99 avatar BeepBot99 commented on June 26, 2024

Or alternatively, it could be JSON or XML.

from mesure.x10.mx.

Mesure73L avatar Mesure73L commented on June 26, 2024

I was thinking just make it a CSS link import where you give it the link to the CSS, and it loads the CSS links with a customizable priority.

from mesure.x10.mx.

BeepBot99 avatar BeepBot99 commented on June 26, 2024

No, it should be that you change everything to CSS variables and then they just make a file with custom properties.

from mesure.x10.mx.

Mesure73L avatar Mesure73L commented on June 26, 2024

Yes, that is what I mean. But, if they change a specific element, like this:

body {
    background-color: #000000;
}

then that will not be blocked or anything.

from mesure.x10.mx.

BeepBot99 avatar BeepBot99 commented on June 26, 2024

Yes, but that does not matter. They can do it the hard way if they want, or they can do it the easy way:

:root {
  --main-color: white;
  --cool-color: white;
  --settings-border-radius: 0;
}

However, they could do something like this if they want to be reckless:

*:hover {
display:none;
}

Or something else like that. Then, the user would not be able to remove the theme pack without resetting their cookies. So, I think there should be a settings button that is always there no matter what that is like only if you hover over it in the corner so it doesn't take over your screen. But it will bring original settings no matter what.

from mesure.x10.mx.

Mesure73L avatar Mesure73L commented on June 26, 2024

We will have priorities like this:

  1. Not changeable things (like make sure all the settings are visible)
  2. Any challenge packs (order decided by user)
  3. Default CSS

from mesure.x10.mx.

BeepBot99 avatar BeepBot99 commented on June 26, 2024

Okay.

from mesure.x10.mx.

Related Issues (20)

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.