Commit Graph

74 Commits

Author SHA1 Message Date
Kristjan SCHMIDT a5668b1b99 Magic Mirror -> MagicMirror²
Consistent spelling
2022-01-26 23:09:26 +01:00
rejas fcfe57e5e2 Add more properties for finer body margins 2021-05-14 17:42:23 +02:00
veeck 6d356ff770 Introduce font-size-small property and use it in calendar too (clean it up too) 2021-05-08 18:29:53 +02:00
veeck 21790b32bf Use hex notation instead of verbose name like everywhere else 2021-05-08 18:07:38 +02:00
veeck 012a7b0678 Convert one px to rem 2021-05-08 18:04:14 +02:00
veeck 6595c85671 Remove useless(?) margins 2021-05-08 18:04:14 +02:00
veeck cf5c0464fe Use custom property for gaps between modules 2021-05-08 18:04:14 +02:00
rejas de8267f41e Fix css comment style 2021-04-17 10:27:36 +02:00
rejas 7bfaf07980 Use custom properties colors more often 2021-04-17 09:50:12 +02:00
rejas a42fa8e9f9 Adjust default css to match styles from befor custom properties merge 2021-04-17 09:38:33 +02:00
veeck 25e803abfc Update custom.css.sample 2021-04-14 16:56:29 +02:00
Earl Man 564bf47fb2 update sample css 2021-04-08 14:56:01 -05:00
Earl Man eca35b2371 change --base to --font-size 2021-04-08 14:51:07 -05:00
Earl Man f97d2e2644 revert 'dimming' method 2021-04-08 14:48:23 -05:00
Earl Man fdd6659139 delete useless file 2021-04-08 14:39:21 -05:00
Earl Man c68b39dda8 Merge branch 'css-properties' 2021-04-08 14:24:39 -05:00
earlman e8031aec39 add original main.css bak 2021-04-04 13:34:52 -05:00
earlman 1cabe107e6 run prettier 2021-04-04 13:28:56 -05:00
earlman 50c702c00a adjust new opacities 2021-04-04 13:24:59 -05:00
earlman ff8c2fe227 add custom.css.sample 2021-04-04 13:22:33 -05:00
earlman f9c78a5263 use variables for fonts 2021-04-04 13:18:33 -05:00
earlman d46784a4d5 base font sizes on rem and var(--base) 2021-04-04 13:05:41 -05:00
earlman ff43d082f2 base line-height on scale 2021-04-04 12:53:35 -05:00
earlman 83801736d7 add color variables 2021-04-04 12:38:17 -05:00
earlman 7ad12d954c add original main.css bak 2021-04-04 11:51:04 -05:00
earlman 3e8bd022e2 add custom variables 2021-04-02 11:28:22 -05:00
Bugsounet - Cédric 4ded60874f No Text Select for Touch Screen use 2020-12-30 11:34:09 +01:00
Veeck a1285b120b Remove some other prefixed styles since we are at it 2020-04-20 12:13:13 +02:00
Sam Detweiler 985698bbc3 fix for no 'Xorg' process on MacOS 2019-10-27 09:13:44 -05:00
ubertao ba428c6cfe Use 'white-space: pre-line' for multi-line compliment. 2018-09-24 23:01:17 +08:00
Michael Teeuw 538a2acbf5 Fix linting errors. 2018-01-01 13:38:07 +01:00
Flo 09c03e8ca7 Support full screen mode on iOS and enable "click to toggle fullscreen" in standard browsers 2017-03-22 22:19:19 +01:00
Andrew McOlash afe0e3c1d6 Add in option to have single line news 2017-03-11 17:36:47 -06:00
Chris van Marle 92e0affb85 Disable pointer-events on fullscreen overlay 2017-01-05 10:14:52 +01:00
Michael Teeuw b9f308c832 Stylelint fixes 2016-10-15 17:11:03 +02:00
Michael Teeuw 6816bd8bad Solve margin issue. 2016-10-15 17:06:52 +02:00
Nicholas Hubbard e023a68780 Clean Up the Contributing Documentation and Process: Part VII.LXVI
* Fix the issues in css/main.css.
2016-09-08 15:47:16 -04:00
Paul-Vincent Roll 39602e0a98 Update custom.css 2016-04-24 13:53:21 +02:00
Michael Teeuw d6fa1f9cbc Improve scrollbar hiding. 2016-04-13 09:58:56 +02:00
Michael Teeuw 14f48ec440 Prevent clipping of header. Fixes: #167 2016-04-13 09:23:54 +02:00
Michael Teeuw 68ed3e4996 Prevent scrollbars. 2016-04-12 13:59:19 +02:00
Michael Teeuw 9bf22e5e13 Brighter headers.
The headers were to dark to be visible thru the mirror.
2016-04-10 23:42:03 +02:00
Nicholas Hubbard 7b5b81504b Standardize: TO STYLELINT! 2016-04-05 15:43:52 -04:00
Michael Teeuw 638263e8eb Add two special regions. 2016-04-05 13:39:52 +02:00
Michael Teeuw 1a20bd2f4d add an align-left class 2016-04-05 12:22:01 +02:00
Michael Teeuw 7b6772e77b Allow custom css styling. 2016-04-05 10:26:18 +02:00
Domi-G 0fcdc2e118 Define fallback fonts 2016-04-05 00:33:29 +02:00
Domi-G 4b8d44aa2e Cleanup fonts, larger charset - fixes #133 2016-04-05 00:09:11 +02:00
Michael Teeuw 5eed80c28e Squashed commit of the following:
commit e38dd346d9
Author: Michael Teeuw <michael@xonaymedia.nl>
Date:   Sat Apr 2 19:17:30 2016 +0200

    Add the possibility to set the maximum number of days.

commit 6f5c86775b
Author: Sam Vendittelli <sam.vendittelli@hotmail.com>
Date:   Sat Apr 2 06:27:44 2016 +0100

    Fixed cursor appearing in margin

    Cursor was appearing in the margin so moved `cursor: none` property to html.

commit 576c668d84
Author: Domi-G <lessuseguy+githubdomig@gmail.com>
Date:   Fri Apr 1 22:52:32 2016 +0200

    Huge cleanup of white space
2016-04-03 19:52:13 +02:00
Michael Teeuw a1973faa06 Fix CSS glitches. Improve show/hide. 2016-04-01 10:25:55 +02:00