mirror of
https://github.com/loma-one/friendica_Template.git
synced 2025-03-13 19:08:26 +00:00
Delete bookface - Original/dark directory
This commit is contained in:
parent
66b801177e
commit
34fd9ca018
4 changed files with 0 additions and 1150 deletions
Binary file not shown.
Before Width: | Height: | Size: 484 KiB |
|
@ -1,82 +0,0 @@
|
||||||
BOOKFACE FOR FRIENDICA
|
|
||||||
===============================
|
|
||||||
|
|
||||||
Description:
|
|
||||||
A Friendica Theme Template/Scheme for the "Frio" theme that gives it a modern makeover.
|
|
||||||
|
|
||||||
Disclaimer: This is a Work-In-Progress, use in production at your own risk!
|
|
||||||
|
|
||||||
1. Drop these four files
|
|
||||||
* bookface_dark.css
|
|
||||||
* bookface_dark.php
|
|
||||||
* bookface_light.css
|
|
||||||
* bookface_light.php
|
|
||||||
into /friendica/view/theme/frio/scheme/
|
|
||||||
|
|
||||||
2. Go to Settings > Display > Theme Customization > Appearance
|
|
||||||
a. Select either "Bookface Light" or "Bookface Dark"
|
|
||||||
b. (optional) Select Accent Color
|
|
||||||
c. click "Submit" button.
|
|
||||||
|
|
||||||
NOTES:
|
|
||||||
|
|
||||||
* This theme HIDES the attachment upload button in the file browser since there is no way to manage/delete uploaded files, and this is confusing to users.
|
|
||||||
* Overrides nav_bg, nav_icon_color, background_color, background_image, and contentbg_transp
|
|
||||||
* Overrides "Frio" blue accent color with one that looks nicer with these schemes.
|
|
||||||
* This scheme is still being revised as new things to style are discovered.
|
|
||||||
* This scheme was adapted from a user stylesheet for use in browsers on the client-side.
|
|
||||||
|
|
||||||
CHANGELOG:
|
|
||||||
1.2
|
|
||||||
* "Save" buttons for "Remote Servers" settings normalized to right.
|
|
||||||
* "Close" button and open "Compose" button restyled, "Close" enlarged for better touch target.
|
|
||||||
* Open Compose Page button styled to match roundy buttons.
|
|
||||||
* "Save Search" buttons styles to match "Compose" and "Mention" buttons.
|
|
||||||
* Dark version Settings container background color fixed.
|
|
||||||
* Comment Box background fixed.
|
|
||||||
* Compose/Comment text style buttons enlarged for better touch targets, styled to match on Compose Modal, Compose Page, and Comment below post.
|
|
||||||
* Aside Selected Menu item now adopts color scheme.
|
|
||||||
* All Modal File browsers now styled the same.
|
|
||||||
* IFRAME container positioned and styled (usually used for embedded video)
|
|
||||||
* Fixed "Like/Dislike" on photos showing label twice.
|
|
||||||
* TopBar Second vcard short photo made round.
|
|
||||||
|
|
||||||
1.1
|
|
||||||
* Fixes long lists of tags/mentions spilling out of post or profile container, forces them to wrap to multiple rows as necessary.
|
|
||||||
* Adds spacing to left of multiple settings buttons floated to right.
|
|
||||||
|
|
||||||
1.0
|
|
||||||
* Initial release of server-side version
|
|
||||||
* Accent colors now work (server-side version only)
|
|
||||||
* Compose Title border radius normalized to rest of inputs.
|
|
||||||
* Top Bar buttons fixed for small mobile screens.
|
|
||||||
* Delegate "Save" settings button normalized to right side.
|
|
||||||
* Form input background colors normalized.
|
|
||||||
|
|
||||||
0.4 (18 Jan 2025)
|
|
||||||
* Adds "superscript" engagement numbers to mobile Action Buttons.
|
|
||||||
* Settings "Submit" buttons normalized to right-hand placement.
|
|
||||||
* "Mention" button and "Compose" buttons sizing normalized.
|
|
||||||
* Compose Modal/Page and Reply now styled.
|
|
||||||
* File Attachment Button hidden in Compose File Browser.
|
|
||||||
* Adjustment to Event RSVP buttons for both desktop and mobile.
|
|
||||||
* Styling and adjustment to Profile Extra links.
|
|
||||||
* Changed Network Links from "Link:" text to buttons style with chevron.
|
|
||||||
|
|
||||||
0.3 (16 Jan 2025)
|
|
||||||
* Light and Dark mode user stylesheets.
|
|
||||||
* Light version first adapted to theme template/scheme for server-side.
|
|
||||||
* Added "superscript" engagement numbers to desktop Action Buttons
|
|
||||||
|
|
||||||
0.2 (13 Jan 2025)
|
|
||||||
* Added labels to Action Buttons.
|
|
||||||
|
|
||||||
0.1 (12 Jan 2025)
|
|
||||||
* Based on original bookface.css user stylesheet (light mode only)
|
|
||||||
|
|
||||||
Contributors:
|
|
||||||
Kristi H. @kmh@friendica.world
|
|
||||||
feb @feb@loma.ml
|
|
||||||
|
|
||||||
License: AGPL 3.0 or Later
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,33 +0,0 @@
|
||||||
<?php
|
|
||||||
/*
|
|
||||||
* Copyright (C) 2010-2025, the Friendica project
|
|
||||||
* SPDX-FileCopyrightText: 2010-2025 the Friendica project
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
||||||
*
|
|
||||||
* Name: Bookface Dark
|
|
||||||
* Licence: AGPL
|
|
||||||
* Author: Kristi H. @kmh@friendica.world feb @feb@loma.ml
|
|
||||||
* Overwrites: nav_bg, nav_icon_color, background_color, background_image, contentbg_transp
|
|
||||||
* Accented: Yes
|
|
||||||
* Version: 1.2
|
|
||||||
*/
|
|
||||||
|
|
||||||
require_once 'view/theme/frio/php/PHPColors/Color.php';
|
|
||||||
|
|
||||||
$accentColor = new Color($scheme_accent);
|
|
||||||
|
|
||||||
$menu_background_hover_color = '#' . $accentColor->darken(20);
|
|
||||||
$nav_bg = '#252728';
|
|
||||||
$link_color = '#' . $accentColor->lighten(10);
|
|
||||||
// override ugly blue accent color
|
|
||||||
if ( $link_color == "#33a2e0" ){
|
|
||||||
$link_color = "#0066ff";
|
|
||||||
}
|
|
||||||
$nav_icon_color = '#B0B3B8';
|
|
||||||
$background_color = '#1C1C1D';
|
|
||||||
$contentbg_transp = '0';
|
|
||||||
$font_color = '#cccccc';
|
|
||||||
$font_color_darker = '#acacac';
|
|
||||||
$font_color_lighter = '#444444';
|
|
||||||
$background_image = '';
|
|
Loading…
Add table
Reference in a new issue