aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
Commit message (Collapse)AuthorAgeFilesLines
* change wordingMario Vavti2018-09-261-1/+1
|
* appification of the pdl editor and move advanced_theming to theme settings ↵Mario Vavti2018-09-261-2/+4
| | | | where it belongs
* move advanced_theming switch to settings/display for nowMario Vavti2018-09-251-1/+1
|
* install bootstrap via composerMario Vavti2018-09-071-2/+2
|
* 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
|
* switch to fork-awesomeMario Vavti2018-02-261-1/+1
|
* update to bootstrap 4 stableMario Vavti2018-01-241-2/+1
|
* remove left_align modeMario Vavti2017-10-102-14/+2
|
* update to match primary colorMario Vavti2017-07-101-1/+1
|
* merge red into hubzillaMario Vavti2017-07-031-1/+1
|\
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-201-1/+1
| |\
| * \ Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-06-073-6/+17
| |\ \
| * \ \ Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-04-052-2/+2
| |\ \ \
| * \ \ \ Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-262-79/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-03-253-54/+47
| |\ \ \ \ \
| * | | | | | make redbasic compatible with red 5.xzotlabs2017-03-131-1/+1
| | | | | | |
* | | | | | | update bs-dev and min version bumpMario Vavti2017-07-021-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | update bs4-dev and use min version of popperMario Vavti2017-06-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | update bs-devMario Vavti2017-06-071-0/+1
| | | | |
* | | | | fix allow setting a default schema for the hub (issue #797) and allow ↵git-marijus2017-06-042-6/+16
| |_|_|/ |/| | | | | | | | | | | 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-052-2/+2
| |_|/ |/| | | | | | | | 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-262-79/+4
| |/ |/|
* | bump versionsMario Vavti2017-03-231-2/+2
| |
* | a % example for font sizeMario Vavti2017-03-191-1/+1
| |
* | fix custom fontsize for appMario Vavti2017-03-192-9/+2
| |
* | 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
|/
* lower version requirement to 2.2RCMario Vavti2017-02-271-1/+1
|
* set minversion and maxversion for themes in ↵Mario Vavti2017-02-271-0/+2
| | | | view/theme/themename/php/theme.php instead of separate file.
* add a minversion to the theme and fallback to default if requirement is not ↵Mario Vavti2017-02-261-1/+1
| | | | met. mark incompatible themes in the theme selector
* fix several places where head_add_(css|js) functions have been used ↵zotlabs2017-02-191-14/+12
| | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library.
* 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
* put theme config into its own namespaceredmatrix2016-09-011-2/+4
|
* turn theme configuration into a class objectredmatrix2016-09-011-116/+122
|
* separate the 'expert' feature into 'advanced_theming' and ↵redmatrix2016-09-011-2/+2
| | | | 'advanced_dirsearch'. Hide both features unless techlevel > 3.
* actively set all the theme options on the display settings page based on the ↵redmatrix2016-09-011-2/+1
| | | | current theme selection
* move schema settings into the display settings main so we can set ↵redmatrix2016-08-151-15/+21
| | | | theme:schema theme selectors in settings
* 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-312-3/+3
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
|
* 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.
* Update config.phpJeroen van Riet Paap2016-03-071-0/+1
|
* 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
|