1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
Commit graph

162 commits

Author SHA1 Message Date
0988a24c3e
Add configurable panel opacity
Closes #68.
2024-03-30 19:40:55 +01:00
6115354ca8
Add row forms
Closes #70.
2024-03-30 19:33:23 +01:00
c347de5805
Fix buttons not being rendered as buttons with the root selectorset 2024-03-30 19:08:26 +01:00
9ac403f23d
Fix folding area name 2024-03-30 18:59:00 +01:00
92a3d6b2f8
Make input[type="url"] behave as an input field
Fixes #72.
2024-03-30 18:57:50 +01:00
a8523190ee
Move images to Steffo99/bluelib-images and use absolute URLs pointing to them 2023-05-25 02:04:50 +02:00
d603f0ab1f
v9 (#64)
* Work on improving examples
* Fix toggles
* Create the `unpkgTargets` and `yarnTargets` variables
* Allow interaction again
* Add media screen to color rules
* Configure default colors and fonts
* Configure panel min-width in the example page
* Remove the need for a examples index.css
* Place selectorsets in the same chapter as rulesets
* Rework images and build script
* Tweak todo rendering
* Do not bother styling range
* Create layouts and fix bold code
* Update text and readme
2023-05-25 01:20:38 +02:00
7dc64b44cb
Convert indentation to tabs 2023-05-25 00:12:43 +02:00
0c95bd2b3f Add button styling to .input[type="submit"] and .input[type="reset"]
Fixes #63.
2023-05-22 13:58:02 +00:00
af81044d1b
Add layouts-center 2023-04-07 19:12:27 +02:00
890d3675d1
v8.0.0 (#62) 2023-04-07 02:19:56 +02:00
d6087dbcb5
fonts-fira-ghpages: Add font-display: swap property 2023-03-29 19:11:31 +02:00
95a54ef578
Add experimental purplestar theme (#59) 2023-03-27 22:42:55 +02:00
2cd6aab891
Imrpove form and input rendering even more 2023-02-17 05:14:20 +01:00
b98efc2368
Use :where for `@bluelib 2023-02-17 05:06:13 +01:00
09f486112f
Imrpove form rendering 2023-02-17 05:05:34 +01:00
279a190b48
Complete pixeldawn theme
Co-authored-by: Francesca Peres <Viktya@users.noreply.github.com>
2022-12-29 04:00:52 +01:00
df7ecd0ea4
Put royaldawn in the trash it belongs 2022-12-29 01:46:10 +01:00
4b2a000360
Add pixeldawn 2022-12-29 01:45:51 +01:00
4d6d8be081
Create colors-royaldawn ruleset, along with some other improvements 2022-12-28 23:19:03 +01:00
51d57729ca
Create --b-panel-opacity property 2022-12-28 22:07:19 +01:00
86c4d9da16
Use px as units for mosts margins 2022-10-28 16:07:24 +02:00
c3f543d8d4
Use px as units for panel padding 2022-10-28 16:07:24 +02:00
8aefbaa6bd
Add property-disabled selector and rules (fixes #52) 2022-10-15 01:08:57 +02:00
5bd22798b1
Unify docs terminology (fixes #50) 2022-10-15 00:51:30 +02:00
315581a4a9
base ruleset: Apply label rules to any element, not just inputs and spans 2022-10-14 14:31:05 +00:00
dcd4dbe3b8
root ruleset: Rename .panel-X to just .X 2022-10-14 12:51:13 +00:00
d2b1349f0a
Use justify-content: center instead of stretch in chapters for easier positioning 2022-10-12 13:35:45 +00:00
251dd0129b
Fix #49: Use current instead of foreground 2022-10-12 07:56:20 +00:00
9085311d16
Port colors-amber (Gestione Amber) from v4 2022-10-11 15:22:19 +00:00
26f63371cc
Sync module selector with root 2022-10-11 14:47:23 +00:00
178a4ec54c glass: Wrap in a @supports CSS guard
To prevent Safari from drawing background-less panels
2022-10-11 11:57:43 +02:00
892ae7055b
v5.0.0 (#47)
* Create full implementation of font groups

* Fix typo

mixin → mixins

* Add all possible values of the `font` CSS property to font groups.

* Create full implementation of color groups

* Improve documentation of font groups mixins

* Add overloads for color group mixins

* Bump version to 5.0.0

* Add `bhsl` prefix to color hsl groups

* Add `bfont` prefix to font groups

* Port `royalblue` theme to color groups

* Rename `utils` → `groups`

* Begin skeleton rewrite

* Add missing </editor-fold>

* Reimplement "Page" rules

* Use `rem` instead of `em` as footer margin

* Add bottom page-footer margin

* Re-add chapters

* Delete the apache2 example

* Remove compiled css for now

* Re-add separators

* Re-add images

* Improve docs and remove figures (for now?)

* Implement tables and other things

* Start working on lists

* Update VSCode launch config

* Add initial experimental support for `list-unordered` and `list-ordered`

* WIP: some work on glossaries and tables

* WIP: modifiers

* Make a lot of progress which I'm to lazy to commit properly

* FANCY CLASSIC STYLES

* Start configuring a codespaces environment

* Fix table caption background color

* mess around a bit with backdrops

* Apply some tweaks to tables

* Comment out classic stylesheets

* Add skeleton for inputs and forms

* Mark missing things

* Huge progress but im lost

* Create yarn.lock so intellij stops annoying me about npm

* Complete inputs and misc things

* Complete collapsible details

* Complete text elements

* Complete forms
2022-10-11 11:27:55 +02:00
9be2551b65
Add some missing <editor-fold> tags 2022-09-13 12:45:43 +02:00
7f43ee9fce
Fix royal dawn link color 2022-04-30 01:27:05 +02:00
9450d7b30e
Add royaldawn theme 2022-04-30 01:18:15 +02:00
7e43344493
Create pumpkin theme
Co-authored-by: Marco Buoninfante <map_98@hotmail.it>
2022-03-16 19:31:03 +01:00
3e43d0d4ce
🔧 Remove extra margin in the bluelib root (closes #39) 2022-03-11 16:49:20 +01:00
650f955c10
Implement better kbd semantics 2022-03-10 04:26:19 +01:00
6bfafafac7
Implement non-monospace preformatted text (closes #30) 2022-03-10 03:51:31 +01:00
f555ec2fe7
Add support for figures (closes #31) 2022-03-10 03:23:14 +01:00
cdfc0b14e9
Remove CSS link type detection 2022-02-21 05:37:33 +01:00
90205d36d2
oops 2022-02-21 05:17:05 +01:00
ac6df05132
Fix #28 2022-02-21 05:15:06 +01:00
e0259571c7
Improve the build system 2022-02-21 04:54:35 +01:00
3635fef058
Do not set palette in skeleton 2022-02-21 04:12:35 +01:00
b32d73a4b5
Rename build script 2022-02-21 04:10:31 +01:00
1072838b40
Remove builtin theme fonts, they can still be set using variables 2022-02-21 03:56:49 +01:00
30745efee0
🐛 Fix layout-threecol 2021-10-30 20:21:19 +02:00
0ff9ba0a2b
🔀 Recompile after a merge 2021-10-21 20:07:38 +02:00