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

39 commits

Author SHA1 Message Date
e0259571c7
Improve the build system 2022-02-21 04:54:35 +01:00
1072838b40
Remove builtin theme fonts, they can still be set using variables 2022-02-21 03:56:49 +01:00
0fe4c9e477
Add @page-footer for copyright footers 2021-08-19 03:51:45 +02:00
5cbaf95dbe
🐛 Fix royalblue having the wrong fallback font 2021-08-02 02:31:20 +02:00
7e9b03790d Add support for ruby text 2021-08-02 02:05:09 +02:00
96db002545 🧹 Cleanup some files 2021-08-02 02:05:09 +02:00
22042bebc6 Implement the new variable system 2021-08-02 02:05:09 +02:00
9cd397cb69 🚧 Define polarity variable 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
3e81a2c0e0 🔧 Refactor .status-* and revert @all changes 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
95245d40cd 🔧 Don't use the class for @all in root mode 2021-08-02 02:05:09 +02:00
35b6e43643 🔧 Reorganize separators and forms 2021-08-02 02:05:09 +02:00
ecbc736d6e 🔧 Reorganize 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
bfe5a48282 🔧 Replace .container-main with .layout-* 2021-08-02 02:05:09 +02:00
3fb2679646 🔧 Add .all to @all in case an override is needed 2021-08-02 02:05:09 +02:00
59c42583e2 .base-skeleton.bluelib 2021-08-02 02:05:09 +02:00
8233955dca
Style <select>, <option> and <optgroup> 2021-07-23 19:25:27 +02:00
64c1fc606d
🔧 Rename .form-field to .form-input 2021-07-23 15:39:02 +02:00
a5d22dce06
Add .image, .image-limited, .image-free (#15) 2021-07-23 04:11:20 +02:00
325c2698c5
Add an outline to keyboard-focused buttons 2021-07-23 03:55:01 +02:00
81efc147f8
Add an outline to keyboard-focused buttons 2021-07-23 03:50:31 +02:00
a78d94bad8
Make the .element-anchor underline thicker if navigating with keyboard 2021-07-23 03:41:20 +02:00
5166f2dcde
Add support for strong, em, del 2021-07-23 03:37:01 +02:00
fded762269
🐞 Remove spoilers, as they do not work properly on CSS 2021-07-23 03:34:30 +02:00
ed75c897f1
🔧 Properly display underline in .element-anchor even if they are not :link (#14) 2021-07-23 03:11:42 +02:00
b40f0bad53
🔧 Enforce placeholder color on all browsers 2021-07-23 03:01:04 +02:00
8c7142972c
🔧 Move some rules from .form-field to .input-field 2021-07-23 02:57:25 +02:00
b9dbaabce5
Use normalize.css 2021-07-23 02:48:24 +02:00
9e5d65304d
🔧 Give bold elements the accent color (#17) 2021-07-23 02:28:33 +02:00
ee8915c109
🔧 Rename .form-input to .form-field 2021-07-19 21:54:13 +02:00
6f7edba293
🔧 Add gap to .form-buttons 2021-07-19 21:08:44 +02:00
a47f83b536
💥 Add text inputs
* 🚧 Begin implementing input fields

* 🚧 Make more progress

* 💥 Change everything again

*  Complete the task

* 💥 Add some new things

* 🧹 Clean non-existant stylesheet
2021-07-19 18:21:57 +02:00