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

93 commits

Author SHA1 Message Date
0b3ebf8be1
🗒 Update README.md 2021-08-02 02:40:12 +02:00
5cbaf95dbe
🐛 Fix royalblue having the wrong fallback font 2021-08-02 02:31:20 +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
54f6c9a6ed 🔧 Move border-radius to the main .panel class 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
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
912398ce00 🚧 Define editor regions to collapse in the skeleton file 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
f109c00675 🔧 Apply @all only to elements under .bluelib in module 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
d443cb4244
🔨 IntelliJ realized normalize is a submodule 2021-07-23 15:25:53 +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
77ffffbcda
🔧 Add a margin to the preview page body 2021-07-23 02:53:52 +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
a7451b047a
🐛 Fix paper.module.css being root 2021-07-19 21:23:18 +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