From c8be50dc568aec6e0ea21ef2750014fe16607cbb Mon Sep 17 00:00:00 2001 From: seb1k <64972483+seb1k@users.noreply.github.com> Date: Fri, 24 May 2024 14:31:15 +0200 Subject: [PATCH] Update README.md --- README.md | 140 ++++++++++++++---------------------------------------- 1 file changed, 36 insertions(+), 104 deletions(-) diff --git a/README.md b/README.md index 8c663cd..94ebd0e 100644 --- a/README.md +++ b/README.md @@ -1,119 +1,51 @@ -Roundcube Webmail Skin "Elastic" -================================ - -This skin package contains a theme for the Roundcube Webmail -software. It can be used, modified and redistributed according to -the terms described in the LICENSE section. - -For information about building or modifying Roundcube skins please visit -https://github.com/roundcube/roundcubemail/wiki/Skins +# Elastic2022 -LICENSE -------- -The contents of this folder are subject to the Creative Commons -Attribution-ShareAlike License. It is allowed to copy, distribute, -transmit and to adapt the work by keeping credits to the original -authors in the README.md file. -See http://creativecommons.org/licenses/by-sa/3.0/ for details. - -This folder also contains code licensed separately: -- Bootstrap Framework 4 from https://github.com/twbs/bootstrap -- FontAwesome 5 fonts from https://fontawesome.com/ -- Roboto font from https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=cyrillic,latin-ext,cyrillic-ext,latin,greek,greek-ext +Elastic2022 is a Roundcube skin based on Elastic -INSTALLATION ------------- - -All styles are written using LESS syntax. Thus it needs to be compiled -using the `lessc` (>= 2.5.2) command line tool. This comes with the `nodejs-less` -RPM package or using `npm install less` which depend on nodejs. -``` - $ lessc --clean-css="--s1 --advanced" styles/styles.less > styles/styles.min.css - $ lessc --clean-css="--s1 --advanced" styles/print.less > styles/print.min.css - $ lessc --clean-css="--s1 --advanced" styles/embed.less > styles/embed.min.css -``` -(`--clean-css="--s1 --advanced"` minifies the css, requires the clean-css Less plugin. -The plugin can be installed using `npm install less-plugin-clean-css`) - -References to image files from the included CSS files can be appended -with cache-buster marks to avoid browser caching issues after updating. - -Run `bin/updatecss.sh --dir skins/elastic` before packaging the skin -or after installing it on the destination system. +- Design changed to fit android dark theme. +- Better user interface +- Modern menus +- Plugin support +- New Dark / Light mode -FOR DEVELOPERS --------------- +## New features +### Pull down to refresh email + -- Supported browsers: IE11+, Edge, Last 2 versions for Chrome/Firefox/Safari, - Android Browser 5+, iOS Safari 9+. +### Email autoresize + -- Skin color palette changes and other css modifications can be done - via _styles.less and _variables.less files. Where you can overwrite all - variables and add custom styles. +### Contact thumbail +![screenshot](img/preview-icon.png) -- Minimum supported screen width is 240px (note that even if the device screen - resolution is e.g.320x372 changing the text size in device settings will reduce - the resolution) +## Screenshot -- Every page (which is not a frame) has following required structure: -``` -
-