1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 13:47:28 +00:00
Commit graph

69 commits

Author SHA1 Message Date
7dc64b44cb
Convert indentation to tabs 2023-05-25 00:12:43 +02:00
45d803bf3d
Add missing info to redirect page 2022-12-28 23:20:33 +01:00
f9c5582a27
Create redirect to the examples page (#57) 2022-11-11 09:10:40 +01: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
9450d7b30e
Add royaldawn theme 2022-04-30 01:18:15 +02:00
85a0f45b97
Add favicon 2022-04-25 05:07:59 +02:00
df4638bf99
🔧 Use stylesheet alternate in the demo 2022-04-25 05:02:16 +02:00
5a336b76ed
📔 Insert paragraph in footer so a bottom margin is present 2022-03-20 04:52:27 +01:00
b39b56c3c3
📔 Add missing <code> tags 2022-03-20 04:49:04 +01:00
55cc034929
📔 Fix pumpkin theme in the examples 2022-03-20 04:47:59 +01:00
fe814ac2de
📔 Add missing ids 2022-03-20 04:36:11 +01:00
e9ac75a420
Merge branch 'master' of https://github.com/Steffo99/bluelib 2022-03-20 04:34:53 +01:00
99af0ff5c1
📔 Improve keyboard elements description 2022-03-20 04:34:50 +01:00
751bb5cb95
🔧 Hide bluelib version 2022-03-17 17:39:50 +01:00
7e43344493
Create pumpkin theme
Co-authored-by: Marco Buoninfante <map_98@hotmail.it>
2022-03-16 19:31:03 +01:00
1f76caf162
📔 Use Unsplash images instead of ones taken from Reddit (closes #43) 2022-03-16 16:29:35 +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
19fee81a5a
Merge branch 'master' into no-fonts 2022-02-27 03:34:57 +01:00
cdfc0b14e9
Remove CSS link type detection 2022-02-21 05:37:33 +01:00
e0259571c7
Improve the build system 2022-02-21 04:54:35 +01:00
1675512ea3
Re-prioritize royalblue 2022-02-21 04:00:03 +01:00
f703bdb984
🐛 Fix the overflow in the demo 2021-10-21 20:03:20 +02:00
870e5617d5
Add amber stylesheet to the preview pages 2021-10-15 04:34:00 +02:00
5878b6d9b3
Add details element 2021-09-22 16:58:12 +02:00
0fe4c9e477
Add @page-footer for copyright footers 2021-08-19 03:51:45 +02:00
64b47c4f0a
Bluelib 2 → 3 2021-08-18 19:44:09 +02:00
db2eecb26a
Add @list elements 2021-08-13 22:34:14 +02:00
da18e9ba73
Add @table element 2021-08-13 05:03:04 +02:00
0710f9a0d6
Create Sophon theme 2021-08-13 03:54:44 +02:00
6614681354
🔧 Set the viewport width of the example page 2021-08-02 02:41:48 +02:00
4231494a8e
Add hacker theme 2021-08-02 02:30:37 +02:00
7438a6fd3b Complete the refactor! 2021-08-02 02:05:09 +02:00
a2f5dc5866 🚧 WIP stuff 2021-08-02 02:05:09 +02:00
19694a745d 🔧 Complete everything but semantics 2021-08-02 02:05:09 +02:00
6245fa9557 🔧 Rework .split (now called .chapter) 2021-08-02 02:05:09 +02:00
7e9b03790d Add support for ruby text 2021-08-02 02:05:09 +02:00
7e604f9731 🔧 Add a gap to @layout-threecol 2021-08-02 02:05:09 +02:00
7217c882ee 🔧 Rename .element-title to .heading 2021-08-02 02:05:09 +02:00
22042bebc6 Implement the new variable system 2021-08-02 02:05:09 +02:00
eb0a1afacb 🔧 Add checkboxes and radios (#20 and #21) 2021-08-02 02:05:09 +02:00
f6f889d7c7 🔧 Refactor buttons 2021-08-02 02:05:09 +02:00
b2087fc6f8 🔧 Refactor inputs and forms 2021-08-02 02:05:09 +02:00
52e9103195 🔧 Remove all @status-* but @status-disabled 2021-08-02 02:05:09 +02:00
a5c3840f73 🔧 Change image limiting style 2021-08-02 02:05:09 +02:00
3719609881 🔧 Remove image-freem it's a bad idea 2021-08-02 02:05:09 +02:00
35b6e43643 🔧 Reorganize separators and forms 2021-08-02 02:05:09 +02:00
0ed5c57f8a 🔧 Reorganize splits 2021-08-02 02:05:09 +02:00
5ced08e16a 🔧 Reorganize panels 2021-08-02 02:05:09 +02:00