Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check for variables after schema files have been added | Mario Vavti | 2016-07-16 | 1 | -12/+12 |
| | |||||
* | check for variables in schemes | Mario Vavti | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | issue #319 - make sure we have a local_channel() and an App::channel before ↵ | redmatrix | 2016-03-09 | 1 | -1/+1 |
| | | | | trying to change the default schema for a channel | ||||
* | Set the schema to the default schema in derived themes. | Jeroen van Riet Paap | 2016-03-07 | 1 | -0/+5 |
| | | | See the documentation for creating derived themes how to override this. | ||||
* | avoid collapsing only above the viewport | Mario Vavti | 2016-02-08 | 1 | -1/+0 |
| | |||||
* | change aside width to reflect recent widget style changes | Mario Vavti | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | an attempt to fix the banner mess | Mario Vavti | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | center page content by default | Mario Vavti | 2015-09-11 | 1 | -7/+6 |
| | |||||
* | make redmatrix focus scheme default for hubzilla | Mario Vavti | 2015-09-10 | 1 | -5/+5 |
| | |||||
* | fix aside width for collapsed state | Mario Vavti | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | move profile image up and refine the aside width | Mario Vavti | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | increase width of the aside area and make default profile image size 300x300 | Mario Vavti | 2015-07-09 | 1 | -1/+1 |
| | |||||
* | do not show default in scheme selection dropdown. default.php and ↵ | Mario Vavti | 2015-06-21 | 1 | -0/+1 |
| | | | | default.css should be symlinks. adjust doco accordingly. | ||||
* | set width for region_3 only if center page content is set | Mario Vavti | 2015-06-11 | 1 | -3/+8 |
| | |||||
* | assign right aside the same width as we have in left aside but hide it on ↵ | Mario Vavti | 2015-06-10 | 1 | -3/+6 |
| | | | | small and xs screens. make aside width a variablee for easier handling. | ||||
* | whitespace | Mario Vavti | 2015-06-06 | 1 | -169/+175 |
| | |||||
* | some cleanup after scheme transition | Mario Vavti | 2015-06-06 | 1 | -117/+0 |
| | |||||
* | fix center page content setting | Mario Vavti | 2015-05-04 | 1 | -1/+2 |
| | |||||
* | remove some vars from style.css | Mario Vavti | 2015-03-26 | 1 | -31/+0 |
| | |||||
* | remove unused vars | Mario Vavti | 2015-03-20 | 1 | -2/+0 |
| | |||||
* | remove more $vars from style.css | Mario Vavti | 2015-03-20 | 1 | -46/+3 |
| | |||||
* | there are no vars to replace in converse_center.css | Mario Vavti | 2015-03-19 | 1 | -1/+0 |
| | |||||
* | remove more unused $vars | Mario Vavti | 2015-03-19 | 1 | -19/+0 |
| | |||||
* | remove more $vars from style.css | Mario Vavti | 2015-03-19 | 1 | -26/+0 |
| | |||||
* | remove $abook_changebg from style.css | Mario Vavti | 2015-03-19 | 1 | -3/+1 |
| | |||||
* | remove px from default value | Mario Vavti | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | just to be sure | Mario Vavti | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | make every page regard max content width setting and move the setting out of ↵ | Mario Vavti | 2015-03-18 | 1 | -2/+7 |
| | | | | experts mode | ||||
* | remove unused variables | Mario Vavti | 2015-03-08 | 1 | -5/+0 |
| | |||||
* | port boxy scheme | Mario Vavti | 2015-03-08 | 1 | -10/+0 |
| | |||||
* | if we have not got a schema also look for default.css | Mario Vavti | 2015-03-06 | 1 | -8/+12 |
| | |||||
* | create schema/dark.css and create a sample | Mario Vavti | 2015-03-06 | 1 | -2/+0 |
| | |||||
* | add ability to use css files with schemes | Mario Vavti | 2015-03-06 | 1 | -1/+9 |
| | |||||
* | Fixed #846 Viewing event from calendar displays event | Einer von Vielen | 2015-01-18 | 1 | -1/+1 |
| | | | See https://github.com/friendica/red/issues/846 | ||||
* | update NL and text-background-fix in chat for alternatives schemas | Jeroen | 2015-01-03 | 1 | -0/+3 |
| | |||||
* | readd link_colour again | marijus | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | bootstrap-3.3.1 and minor css fixes | marijus | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | some work on photo upload | marijus | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | one more oups... | marijus | 2014-10-10 | 1 | -2/+2 |
| | |||||
* | oups... that was weired... | marijus | 2014-10-10 | 1 | -2/+1 |
| | |||||
* | This is a fix to not interfere the ongoing adding of ↵ | marijus | 2014-10-10 | 1 | -2/+3 |
| | | | | | | | .generic-content-wrapper with the ongoing styling of redbasic theme. adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet. Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing. | ||||
* | Good compromise I think. Remove display setting . Set the default (light) ↵ | Jeroen | 2014-10-10 | 1 | -3/+2 |
| | | | | schema to = , so that other schemas can still use . | ||||
* | Added the display setting for generic (other) content wrapper. Also did set ↵ | Jeroen | 2014-10-09 | 1 | -0/+4 |
| | | | | the default a bit lighter. See if that's ok. | ||||
* | fix css for [code] | marijus | 2014-10-09 | 1 | -3/+3 |
| | |||||
* | Schema option for bgcolour and underline yes/no on hover for the left aside. | Jeroen | 2014-10-07 | 1 | -0/+3 |
| | |||||
* | Schema option for making links bold again. ↵ | Jeroen | 2014-10-07 | 1 | -0/+3 |
| | | | | https://redmatrix.nl/display/d09d1cd2dbc45866beb9c0d384c9dcefe799d1251e3394d12ddb2e34d2c26228@red.mariovavti.com | ||||
* | fix blockquote | marijus | 2014-09-26 | 1 | -3/+3 |
| | |||||
* | Another piece that didn't fit well in the dark schema. Hopefully this is the ↵ | Jeroen | 2014-09-19 | 1 | -10/+22 |
| | | | | last. | ||||
* | Trivial typo - concatenated string that should be. Doesn't really | Thomas Willingham | 2014-09-16 | 1 | -1/+1 |
| | | | | | deserve it's own commit, but if I don't fix it now, nobody will notice for another18 months. |