Mario
7ccb2a2615
custom sass bootstrap builds for channels and site
2024-02-10 22:04:24 +00:00
Mario
f3f861234d
minor css fix
2023-05-06 20:28:29 +00:00
Mario
a1eb39872b
implement hq widget author image and notifications updates
2023-02-12 10:43:31 +00:00
Mario
e99dc2193f
remove unsused variables
2023-01-26 10:23:33 +00:00
Mario
cac48fc4bf
use light colored navbar for light mode - this makes the focus light schema redundant
2023-01-24 09:29:00 +00:00
Mario
fbda34935d
remove dark schema quirks
2023-01-20 11:19:39 +00:00
Mario
9dc949b62c
native dark theme initial checkin
2023-01-20 11:05:15 +00:00
Mario
fcfb9e9758
fix random php warnings
2022-09-07 12:50:46 +00:00
Mario
aefe7ddd8f
redbasic: make use of css variables and implement link_hover_colour
2022-08-20 09:31:30 +00:00
Mario
b1550f7922
more css fixes
2022-08-19 14:34:09 +00:00
Mario
d6a9a9927c
HQ dashboard - initial checkin
2022-07-15 17:50:02 +00:00
Mario
a41c7caa18
Merge branch 'security-fixes-lfi-xss-open-redirect' into 'dev'
...
Security fixes
See merge request hubzilla/core!2017
2022-03-23 18:38:03 +00:00
Harald Eilertsen
30ae198b89
CVE-2022-27257: LFI in Redbasic theme.
...
Limit valid chars in schema names, and discard attempts at loading
schemas with invalid names.
This prevents a local file inclusion vulnerability where an
unauthenticated attacker can include arbitrary php files readable by the
server process and potentially obtain remote code execution.
Valid schema names may consist of ascii letters, numbers, hyphens and
underscores. Should be good enough for most cases, I think.
Fixes https://framagit.org/hubzilla/core/-/issues/1665
2022-03-20 15:34:17 +01:00
Harald Eilertsen
46f54db197
redbasic/dark: Use bootstrap-nightfall for dark schema.
...
This is a color only stylesheet, modifying the original Bootstrap colors
to a dark variant. Insert this as base before the redbasic dark schema
modifications, and any custom modifications to have a nicer base for the
dark schema.
2022-03-13 17:07:45 +01:00
Mario
4636e56395
minor theme fixes
2021-12-29 18:45:03 +00:00
Mario Vavti
fd433b3eb6
main_width in rem
2021-12-03 15:10:59 +01:00
Mario Vavti
45fd462f80
fix content width for dark schema
2021-12-03 14:54:47 +01:00
Mario
06e214e567
more work on responsive aside
2021-11-23 09:17:04 +00:00
Mario
db4109c2a0
streamline default link color
2021-08-15 08:26:11 +00:00
Mario
cec2f0d894
more work on bs5
2021-07-29 08:19:33 +00:00
Mario
ff3ff2478d
allow to set different values for left and right aside width in $theme.php
2020-05-06 19:56:37 +00:00
Mario Vavti
e494a76b33
revert "Add bottom margin on aside elements and main to allow for viewport footer."
...
This reverts commit 1d7d604016 .
2018-09-05 12:34:30 +02:00
M.Dent
1d7d604016
Add bottom margin on aside elements and main to allow for viewport footer.
2018-08-20 00:15:34 -04:00
Mario Vavti
030d703a05
remove left_align mode
2017-10-10 16:03:59 +02:00
Mario Vavti
271ed82d0d
update to match primary color
2017-07-10 22:43:32 +02:00
Mario Vavti
133292e241
update bs-dev and min version bump
2017-07-02 11:24:17 +02:00
git-marijus
e7c3ca9bd8
fix allow setting a default schema for the hub (issue #797 ) and allow selecting of focus (hubzilla default) schema if a default is set.
2017-06-04 16:39:52 +02:00
Mario Vavti
a4f6c24273
we should probably stick to 0.875rem font-size (this is equal to 14px with a default browser setting of 16px) to give 90% of the members a nice desktop experience. The font-awesome icons are only rendered clean with 14px (and multiples) fontsize. They look somewhat unfocused with 16px font-size. The font-size setting has moved to display setting -> custom theme settings. Set it to 1rem there to use the slightly taller default browser size.
2017-04-05 21:34:36 +02:00
Mario Vavti
98c6548d64
fix and cleanup custom theme settings
2017-03-26 13:15:15 +02:00
Mario Vavti
89b5507354
fix custom fontsize for app
2017-03-19 12:10:16 +01:00
Mario Vavti
2a25ddff36
bs4 fixes
2017-03-19 10:51:58 +01:00
Mario Vavti
aa33cacb62
style hashtags, mentions and categories. hide expand-aside button if not needed. css and class fixes
2017-03-15 16:42:55 +01:00
Mario Vavti
83d07b9551
font size and post title adjust
2017-03-11 15:07:30 +01:00
Mario Vavti
0f9ddbf3b2
fixing classes
2017-03-10 17:02:55 +01:00
Mario Vavti
14d1912115
upgrade bs to latest git and some more progress
2017-03-09 22:04:17 +01:00
Mario Vavti
3ad3d3037f
make sticky aside available for small screens. we had to get rid of the transition effect for this to work reliably
2016-12-19 12:46:36 +01:00
Mario Vavti
f396b1bf73
check for variables after schema files have been added
2016-07-16 16:18:36 +02:00
Mario Vavti
e237dfc660
check for variables in schemes
2016-07-16 12:32:22 +02:00
redmatrix
9abd95fad3
static App
2016-03-31 16:06:03 -07:00
redmatrix
7bb461380e
issue #319 - make sure we have a local_channel() and an App::channel before trying to change the default schema for a channel
2016-03-09 14:15:50 -08:00
Jeroen van Riet Paap
7a5213cc8e
Set the schema to the default schema in derived themes.
...
See the documentation for creating derived themes how to override this.
2016-03-07 17:03:02 +01:00
Mario Vavti
48963f62f9
avoid collapsing only above the viewport
2016-02-08 22:19:38 +01:00
Mario Vavti
f1245206ce
change aside width to reflect recent widget style changes
2016-02-02 12:40:40 +01:00
Mario Vavti
9821a39549
an attempt to fix the banner mess
2015-09-12 11:36:19 +02:00
Mario Vavti
e42111545b
center page content by default
2015-09-11 11:54:35 +02:00
Mario Vavti
e1338f5a7f
make redmatrix focus scheme default for hubzilla
2015-09-10 22:19:51 +02:00
Mario Vavti
08996e5b9b
fix aside width for collapsed state
2015-07-09 20:54:13 +02:00
Mario Vavti
115c18353e
move profile image up and refine the aside width
2015-07-09 14:44:24 +02:00
Mario Vavti
efa55437d4
increase width of the aside area and make default profile image size 300x300
2015-07-09 13:59:16 +02:00
Mario Vavti
c1e0987b88
do not show default in scheme selection dropdown. default.php and default.css should be symlinks. adjust doco accordingly.
2015-06-21 17:53:44 +02:00