Discuss Scratch

MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

A sleek CSS framework, commit changes to contribute!
https://github.com/JaydenDev/ZenCSS

example website:
https://jaydendev.github.io/ZenCSS

Features (if crossed out, it is not implemented):
Input Box
Code Block
Headers
Buttons
Navbar
Sliders
Labels
Lists/Trees
Checkboxes

Feel free to recommend more features.

Last edited by MagicCrayon9342 (May 14, 2022 13:57:54)


MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

The current options are:

Purple Tiles
Purple Navbar
Clean Lists

god286
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

Release it when there is a new update, to make the https://cdn.jsdelivr.net/gh/JaydenDev/ZenCSS/zen.min.css not change on every update.

I'd suggest having extension classes kind of like bootstrap.
So for your purple tile it would be like this:
.tile {
  border-radius: 5pt;
  margin: 0 auto;
  padding: 5pt;
  width: 15%;
  height: 15%;
  float: left;
}
.bg-purple {
  background-color: purple;
}
then you can extend it
.bg-red {
  background-color: red;
}
.bg-blue {
  background-color: blue;
}
/* etc */

Last edited by god286 (Dec. 19, 2021 01:15:17)


Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
ScratchCatHELLO
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

I think you should've released this when there was more content, but this is inspiring me to do this myself.





ScratchCatHELLO
I have 5600+ posts, I've been on scratch for 5 1/2 years, I'm a Forum Helper™ and I have a Scratch Wiki account!
I like: Python, CSS, Javascript, Rust



Python 3 Text Adventure
cool new browser game - cursed laughing-crying emoji - Illuminati - you know waterbenders, but do you know stock-imagebenders? - snek - vibin' - Bump song (vevo) - Speed bump - yee - fred - m i c k e y
kccuber
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

not bad, but a regular weight font would be appreciated.


Made using Nord Theme & Inkscape
MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

ScratchCatHELLO wrote:

I think you should've released this when there was more content, but this is inspiring me to do this myself.
I don't want to have closed development for the first few weeks of a software's existance like I did in the past.

ScratchCatHELLO
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

MagicCrayon9342 wrote:

ScratchCatHELLO wrote:

I think you should've released this when there was more content, but this is inspiring me to do this myself.
I don't want to have closed development for the first few weeks of a software's existance like I did in the past.

I meant the announcement
still, there’s a balance between releasing something too late and too early.





ScratchCatHELLO
I have 5600+ posts, I've been on scratch for 5 1/2 years, I'm a Forum Helper™ and I have a Scratch Wiki account!
I like: Python, CSS, Javascript, Rust



Python 3 Text Adventure
cool new browser game - cursed laughing-crying emoji - Illuminati - you know waterbenders, but do you know stock-imagebenders? - snek - vibin' - Bump song (vevo) - Speed bump - yee - fred - m i c k e y
MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

This isn't a dead project anymore! I will continue working on the CSS framework I totally didn't forget I created!

MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

Example
Minified Version
Standard Version

New links!

You can also instead run ‘npm i @jdev08/ZenCSS’ and link node_modules/@jdev08/ZenCSS/zen.min.css

Last edited by MagicCrayon9342 (April 29, 2022 22:27:17)


MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.


Example Page

PoIygon
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

MagicCrayon9342 wrote:

Example
Minified Version
Standard Version

New links!

You can also instead run ‘npm i @jdev08/ZenCSS’ and link node_modules/@jdev08/ZenCSS/zen.min.css
This always confuses me.
Why would someone do npm when you can just download it?










god286
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

Background looks dull, a bit lighter or darker will be better

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

PoIygon wrote:

MagicCrayon9342 wrote:

Example
Minified Version
Standard Version

New links!

You can also instead run ‘npm i @jdev08/ZenCSS’ and link node_modules/@jdev08/ZenCSS/zen.min.css
This always confuses me.
Why would someone do npm when you can just download it?
It being available in NPM allows you to both use it quite easily in a node application, and have it linkable through the unpkg cdn.

MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

New update!
ZenCSS in v0.3.2 has been altered to use the system applied font, so you can easily customize the font of the website without owning it. Also, its a normal weight font assuming you have one set.

MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

v0.3.3, forgot to update the minified version so, fixed!

MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

For v0.4.0 you can expect the following features!

- Dark Mode variant
- Use of variables
- Compact modification for those who prefer it

MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

dark mode!

PoIygon
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

MagicCrayon9342 wrote:

dark mode!
Whoooo yeah that looks good but have you made it look good for phones?

Also if you already made a topic for a product you made, it has to be 1.0 because your ready to show it to the public

Last edited by PoIygon (May 7, 2022 21:22:59)











MagicCrayon9342
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

PoIygon wrote:

MagicCrayon9342 wrote:

dark mode!
Whoooo yeah that looks good but have you made it look good for phones?

Also if you already made a topic for a product you made, it has to be 1.0 because your ready to show it to the public
It's currently undergoing beta testing.

PoIygon
Scratcher
1000+ posts

[v0.4.1] [Sleek dark mode!] ZenCSS, a brand new framework with modern design options ready to use.

MagicCrayon9342 wrote:

PoIygon wrote:

MagicCrayon9342 wrote:

dark mode!
Whoooo yeah that looks good but have you made it look good for phones?

Also if you already made a topic for a product you made, it has to be 1.0 because your ready to show it to the public
It's currently undergoing beta testing.
But you made a topic for it?










Powered by DjangoBB