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 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. **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'; --add-photo-button-text: 'Add Photos';
--follow-button-text: 'Follow'; --follow-button-text: 'Follow';
--save-button-text: 'Save'; --save-button-text: 'Save';
--new-message-text: 'New Message';
### CUSTOMIZATION ### 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]` `[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:** **Solid Color Backgrounds:**
- .postbox-black - postbox-black
- .postbox-cornflowerblue (.postbox-blue) - postbox-red
- .postbox-darkblue (.postbox-ocean) - postbox-green
- .postbox-darkgray - postbox-blue
- .postbox-darkorange (.postbox-orange) - postbox-orange
- .postbox-darkred - postbox-purple
- .postbox-darkslateblue - postbox-forest
- .postbox-forestgreen (.postbox-forest) - postbox-ocean
- .postbox-gold - postbox-pink
- .postbox-goldenrod - postbox-salmon
- .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
**Gradient Backgrounds:** **Gradient Backgrounds:**
- .postbox-aurora - postbox-darkgray
- .postbox-bluegray - postbox-minty
- .postbox-graygrey (.postbox-darkgray) - postbox-mintgray
- .postbox-grayblack - postbox-redblue
- .postbox-greengray - postbox-violets
- .postbox-lavendergray - postbox-grayblack
- .postbox-minty - postbox-tealblue
- .postbox-mintgray - postbox-greengray
- .postbox-rainbow - postbox-tealgray
- .postbox-redblue - postbox-bluegray
- .postbox-sherbet (.postbox-sherbert) - postbox-lavendergray
- .postbox-spectrum - postbox-sunset
- .postbox-strawberrycream - postbox-sherbert
- .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)
#### Content Restrictions #### 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 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: ## 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) 1.6 (25 Mar 2025)
* Fixed HR rule on posts [Issue #13] * Fixed HR rule on posts [Issue #13]
* Fixed notifcation profile pics so they are round [Issue #14] * 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 * 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 * Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
* Accented: Yes * Accented: Yes
* Version: 1.7 * Version: 1.6
*/ */
// if there is no cookie create one // if there is no cookie create one
use Friendica\DI; 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 * 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 * Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
* Accented: yes * Accented: yes
* Version: 1.7 * Version: 1.6
*/ */
use Friendica\DI; use Friendica\DI;
require_once 'view/theme/frio/php/PHPColors/Color.php'; 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 * 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 * Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
* Accented: yes * Accented: yes
* Version: 1.7 * Version: 1.6
*/ */
use Friendica\DI; use Friendica\DI;
require_once 'view/theme/frio/php/PHPColors/Color.php'; require_once 'view/theme/frio/php/PHPColors/Color.php';