aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
Commit message (Collapse)AuthorAgeFilesLines
* remove some unused variablesMario2024-03-221-5/+0
|
* slightly adjust text sizingMario2024-03-161-2/+2
| | | (cherry picked from commit 9600789d6be3fc3e8ed0803f1d80d5dbf0dd4779)
* css fixesMario2024-03-161-2/+2
|
* custom sass bootstrap builds for channels and siteMario2024-02-101-70/+56
|
* minor css fixMario2023-05-061-2/+2
|
* implement hq widget author image and notifications updatesMario2023-02-121-2/+2
|
* remove unsused variablesMario2023-01-261-16/+0
|
* use light colored navbar for light mode - this makes the focus light schema ↵Mario2023-01-241-2/+2
| | | | redundant
* remove dark schema quirksMario2023-01-201-4/+0
|
* native dark theme initial checkinMario2023-01-201-46/+65
|
* fix random php warningsMario2022-09-071-4/+2
|
* redbasic: make use of css variables and implement link_hover_colourMario2022-08-201-3/+7
|
* more css fixesMario2022-08-191-1/+1
|
* HQ dashboard - initial checkinMario2022-07-151-2/+2
|
* Merge branch 'security-fixes-lfi-xss-open-redirect' into 'dev'Mario2022-03-231-3/+2
|\ | | | | | | | | Security fixes See merge request hubzilla/core!2017
| * CVE-2022-27257: LFI in Redbasic theme.Harald Eilertsen2022-03-201-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | redbasic/dark: Use bootstrap-nightfall for dark schema.Harald Eilertsen2022-03-131-0/+4
|/ | | | | | | 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.
* minor theme fixesMario2021-12-291-1/+1
|
* main_width in remMario Vavti2021-12-031-2/+2
|
* fix content width for dark schemaMario Vavti2021-12-031-1/+1
|
* more work on responsive asideMario2021-11-231-3/+3
|
* streamline default link colorMario2021-08-151-1/+1
|
* more work on bs5Mario2021-07-291-2/+2
|
* allow to set different values for left and right aside width in $theme.phpMario2020-05-061-4/+5
|
* revert "Add bottom margin on aside elements and main to allow for viewport ↵Mario Vavti2018-09-051-5/+1
| | | | | | footer." This reverts commit 1d7d604016e6728725c4b857cec85c3d5a050268.
* Add bottom margin on aside elements and main to allow for viewport footer.M.Dent2018-08-201-1/+5
|
* remove left_align modeMario Vavti2017-10-101-11/+2
|
* update to match primary colorMario Vavti2017-07-101-1/+1
|
* update bs-dev and min version bumpMario Vavti2017-07-021-1/+1
|
* fix allow setting a default schema for the hub (issue #797) and allow ↵git-marijus2017-06-041-4/+3
| | | | selecting of focus (hubzilla default) schema if a default is set.
* we should probably stick to 0.875rem font-size (this is equal to 14px with a ↵Mario Vavti2017-04-051-1/+1
| | | | 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.
* fix and cleanup custom theme settingsMario Vavti2017-03-261-48/+3
|
* fix custom fontsize for appMario Vavti2017-03-191-4/+0
|
* bs4 fixesMario Vavti2017-03-191-1/+1
|
* style hashtags, mentions and categories. hide expand-aside button if not ↵Mario Vavti2017-03-151-2/+2
| | | | needed. css and class fixes
* font size and post title adjustMario Vavti2017-03-111-45/+45
|
* fixing classesMario Vavti2017-03-101-1/+1
|
* upgrade bs to latest git and some more progressMario Vavti2017-03-091-1/+1
|
* make sticky aside available for small screens. we had to get rid of the ↵Mario Vavti2016-12-191-1/+1
| | | | transition effect for this to work reliably
* check for variables after schema files have been addedMario Vavti2016-07-161-12/+12
|
* check for variables in schemesMario Vavti2016-07-161-1/+1
|
* static Appredmatrix2016-03-311-2/+2
|
* issue #319 - make sure we have a local_channel() and an App::channel before ↵redmatrix2016-03-091-1/+1
| | | | trying to change the default schema for a channel
* Set the schema to the default schema in derived themes.Jeroen van Riet Paap2016-03-071-0/+5
| | | See the documentation for creating derived themes how to override this.
* avoid collapsing only above the viewportMario Vavti2016-02-081-1/+0
|
* change aside width to reflect recent widget style changesMario Vavti2016-02-021-1/+1
|
* an attempt to fix the banner messMario Vavti2015-09-121-1/+1
|
* center page content by defaultMario Vavti2015-09-111-7/+6
|
* make redmatrix focus scheme default for hubzillaMario Vavti2015-09-101-5/+5
|
* fix aside width for collapsed stateMario Vavti2015-07-091-1/+1
|