aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
Commit message (Collapse)AuthorAgeFilesLines
...
* move profile image up and refine the aside widthMario Vavti2015-07-091-1/+1
|
* increase width of the aside area and make default profile image size 300x300Mario Vavti2015-07-091-1/+1
|
* do not show default in scheme selection dropdown. default.php and ↵Mario Vavti2015-06-211-0/+1
| | | | default.css should be symlinks. adjust doco accordingly.
* set width for region_3 only if center page content is setMario Vavti2015-06-111-3/+8
|
* assign right aside the same width as we have in left aside but hide it on ↵Mario Vavti2015-06-101-3/+6
| | | | small and xs screens. make aside width a variablee for easier handling.
* whitespaceMario Vavti2015-06-061-169/+175
|
* some cleanup after scheme transitionMario Vavti2015-06-061-117/+0
|
* fix center page content settingMario Vavti2015-05-041-1/+2
|
* remove some vars from style.cssMario Vavti2015-03-261-31/+0
|
* remove unused varsMario Vavti2015-03-201-2/+0
|
* remove more $vars from style.cssMario Vavti2015-03-201-46/+3
|
* there are no vars to replace in converse_center.cssMario Vavti2015-03-191-1/+0
|
* remove more unused $varsMario Vavti2015-03-191-19/+0
|
* remove more $vars from style.cssMario Vavti2015-03-191-26/+0
|
* remove $abook_changebg from style.cssMario Vavti2015-03-191-3/+1
|
* remove px from default valueMario Vavti2015-03-181-1/+1
|
* just to be sureMario Vavti2015-03-181-1/+1
|
* make every page regard max content width setting and move the setting out of ↵Mario Vavti2015-03-181-2/+7
| | | | experts mode
* remove unused variablesMario Vavti2015-03-081-5/+0
|
* port boxy schemeMario Vavti2015-03-081-10/+0
|
* if we have not got a schema also look for default.cssMario Vavti2015-03-061-8/+12
|
* create schema/dark.css and create a sampleMario Vavti2015-03-061-2/+0
|
* add ability to use css files with schemesMario Vavti2015-03-061-1/+9
|
* Fixed #846 Viewing event from calendar displays eventEiner von Vielen2015-01-181-1/+1
| | | See https://github.com/friendica/red/issues/846
* update NL and text-background-fix in chat for alternatives schemasJeroen2015-01-031-0/+3
|
* readd link_colour againmarijus2014-11-291-1/+1
|
* bootstrap-3.3.1 and minor css fixesmarijus2014-11-291-1/+1
|
* some work on photo uploadmarijus2014-10-301-1/+1
|
* one more oups...marijus2014-10-101-2/+2
|
* oups... that was weired...marijus2014-10-101-2/+1
|
* This is a fix to not interfere the ongoing adding of ↵marijus2014-10-101-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) ↵Jeroen2014-10-101-3/+2
| | | | schema to = , so that other schemas can still use .
* Added the display setting for generic (other) content wrapper. Also did set ↵Jeroen2014-10-091-0/+4
| | | | the default a bit lighter. See if that's ok.
* fix css for [code]marijus2014-10-091-3/+3
|
* Schema option for bgcolour and underline yes/no on hover for the left aside.Jeroen2014-10-071-0/+3
|
* Schema option for making links bold again. ↵Jeroen2014-10-071-0/+3
| | | | https://redmatrix.nl/display/d09d1cd2dbc45866beb9c0d384c9dcefe799d1251e3394d12ddb2e34d2c26228@red.mariovavti.com
* fix blockquotemarijus2014-09-261-3/+3
|
* Another piece that didn't fit well in the dark schema. Hopefully this is the ↵Jeroen2014-09-191-10/+22
| | | | last.
* Trivial typo - concatenated string that should be. Doesn't reallyThomas Willingham2014-09-161-1/+1
| | | | | deserve it's own commit, but if I don't fix it now, nobody will notice for another18 months.
* Added abook-changed background colour to dark schemaJeroen2014-09-071-0/+3
|
* add background color to widgetsmarijus2014-08-261-1/+1
|
* Font sizes (temporary?) scaled down a bit. See ↵Jeroen2014-07-311-2/+2
| | | | https://github.com/friendica/red/commit/994b6b5258856a97cf6863de74e5a8baddf59b49
* As talked about earlier: set body font size to 0.8rem and post/comment font ↵Jeroen2014-07-291-2/+2
| | | | size to 1.0rem. This respects the user's browser font settings. Please comment if this changes the font sizes to much. There are some other font sizes that need to be changed to a scalable size (like btn-xs), but they don't have a priority. First see if this works. - Also made it possible for users to zoom on smart devices. - Small update to Redable. Aside is now disabled on almost all tablets in portrait mode.
* 14px>12pt as agreed on ↵Jeroen2014-07-281-1/+1
| | | | https://github.com/friendica/red/commit/075fc6727762d4e45ddcae5843eec0100ad3ab72 - Also fixed empty delete button showing up for channels without edit photo rights.
* Improved photo view page. Added a delete button, stylized other button and ↵Jeroen2014-07-271-1/+1
| | | | rearangend divs a but. I even made a javascript function (copied is the right word). I changed the application (non-posts) font size (temporary) to 14px, same as button (btn) font size. I like to change all font sizes to 1.0rem (posts) and 0.8rem (application) in the near future, but I will test that first on my hub.
* Update nl / Dark schema: Some minor, but important fixesjeroenpraat2014-06-161-6/+15
|
* update nl / dark schema: fixed prev/next buttons connections page and ↵jeroenpraat2014-06-111-0/+15
| | | | directory / same css layout for those buttons
* fix one more bootstrap override regression - addendummarijus2014-05-261-0/+1
|
* fix one more bootstrap override regressionmarijus2014-05-261-0/+2
|
* make comment_indent an option and removeitem_opacity as it is not working ↵marijus2014-05-121-3/+2
| | | | properly at the current state - we have got item background opacity now (allthough not yet for custom colors because the colorpicker does not work with rgba colors). Reset left comment border width to 3px as it is barely visible otherwise.