Compare commits

..

No commits in common. "main" and "1.6" have entirely different histories.
main ... 1.6

7 changed files with 579 additions and 686 deletions

118
README.md
View file

@ -1,6 +1,6 @@
BOOKFACE FOR FRIENDICA
======================
Version 1.7.1
Version 1.6
**Description:** A Friendica Theme Template/Scheme for the "Frio" theme that gives it a modern makeover.
@ -48,7 +48,6 @@ Bookface uses a number of pseudo-elements to label buttons in the Frio theme. Yo
--add-photo-button-text: 'Add Photos';
--follow-button-text: 'Follow';
--save-button-text: 'Save';
--new-message-text: 'New Message';
### CUSTOMIZATION
@ -161,90 +160,39 @@ To make use of a Friendica Postbox simply wrap the text inside a Postbox Class B
`[class=postbox-red]This is the wrapped text[/class]`
### Available Postbox styles
#### Available Color Options
Old names are in parenthesis next to the new names to which they've been mapped.
In the `[class]` opener add `postbox-` plus any one of the color names after the "=" sign.
**Solid Color Backgrounds:**
- .postbox-black
- .postbox-cornflowerblue (.postbox-blue)
- .postbox-darkblue (.postbox-ocean)
- .postbox-darkgray
- .postbox-darkorange (.postbox-orange)
- .postbox-darkred
- .postbox-darkslateblue
- .postbox-forestgreen (.postbox-forest)
- .postbox-gold
- .postbox-goldenrod
- .postbox-honeydew
- .postbox-hotpink
- .postbox-lavender
- .postbox-lightpink
- .postbox-lightyellow
- .postbox-limegreen (.postbox-green)
- .postbox-lightsalmon (.postbox-salmon)
- .postbox-mediumaquamarine
- .postbox-mediumslateblue
- .postbox-mediumvioletred
- .postbox-mintcream
- .postbox-olivedrab
- .postbox-palegreen
- .postbox-peachpuff
- .postbox-pink
- .postbox-purple
- .postbox-red
- .postbox-seagreen
- .postbox-sienna
- .postbox-skyblue
- .postbox-thistle
- .postbox-violet
- .postbox-whitesmoke
- .postbox-yellowgreen
- postbox-black
- postbox-red
- postbox-green
- postbox-blue
- postbox-orange
- postbox-purple
- postbox-forest
- postbox-ocean
- postbox-pink
- postbox-salmon
**Gradient Backgrounds:**
- .postbox-aurora
- .postbox-bluegray
- .postbox-graygrey (.postbox-darkgray)
- .postbox-grayblack
- .postbox-greengray
- .postbox-lavendergray
- .postbox-minty
- .postbox-mintgray
- .postbox-rainbow
- .postbox-redblue
- .postbox-sherbet (.postbox-sherbert)
- .postbox-spectrum
- .postbox-strawberrycream
- .postbox-sunset
- .postbox-tealblue
- .postbox-tealgray
- .postbox-violets
- .postbox-violetblue
**Pattern Backgrounds:**
- .postbox-blueprint
- .postbox-birds
- .postbox-checkered
- .postbox-cubes
- .postbox-lemonlime
- .postbox-gingham
- .postbox-grid
- .postbox-hearts
- .postbox-honeycomb
- .postbox-notebook
- .postbox-plaid
- .postbox-polkadots
- .postbox-shadedots
- .postbox-shadowbox
- .postbox-stars
- .postbox-warpgrid
- .postbox-wavy
(There are also _Animated Backgrounds_ but they are only available if either the "Postbox" or "Zen Postbox" add-on are installed and activated on the server)
- postbox-darkgray
- postbox-minty
- postbox-mintgray
- postbox-redblue
- postbox-violets
- postbox-grayblack
- postbox-tealblue
- postbox-greengray
- postbox-tealgray
- postbox-bluegray
- postbox-lavendergray
- postbox-sunset
- postbox-sherbert
#### Content Restrictions
@ -398,20 +346,6 @@ And then use it in your stylesheet like so:
I figured out how the "Frio" theme worked by looking at the code. I may not be 100% correct about it since I did not create the theme. If someone knows more and I'm wrong about any of this please correct this document at https://gitlab.com/randompenguin/bookface
## CHANGELOG:
* Fixed transparent background on friends-in-common list on other people's profiles.
1.7 (06 May 2025)
* Fixed "New Message" button not being obvious [Issue #24]
* Fixed Profile Pics and Cover Photos not working in old iOS browsers [Issue #26]
* Moved Postbox styles to end of stylesheet
* Minified Postbox CSS
* Updated with Postbox v1.1 styles
* Styled Item Responses (part of Issue #25)
* Action buttons (except Comment and Quote) you've interacted with before now adopt accent color [Issue #25]
* Fix for disabled Action Buttons
* Fixed breaking typo
* Fix(?) for slow-loading secondary toolbar in Safari
1.6 (25 Mar 2025)
* Fixed HR rule on posts [Issue #13]
* Fixed notifcation profile pics so they are round [Issue #14]

File diff suppressed because one or more lines are too long

View file

@ -10,7 +10,7 @@
* Author: Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
* Accented: Yes
* Version: 1.7
* Version: 1.6
*/
// if there is no cookie create one
use Friendica\DI;

File diff suppressed because one or more lines are too long

View file

@ -10,7 +10,7 @@
* Author: Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
* Accented: yes
* Version: 1.7
* Version: 1.6
*/
use Friendica\DI;
require_once 'view/theme/frio/php/PHPColors/Color.php';

File diff suppressed because one or more lines are too long

View file

@ -10,7 +10,7 @@
* Author: Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
* Accented: yes
* Version: 1.7
* Version: 1.6
*/
use Friendica\DI;
require_once 'view/theme/frio/php/PHPColors/Color.php';