Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

LambertSchulze/Liefery-Blackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liefery-Blackend

Custom Stylus-theme for the Backend at Liefery.

Overview

This repository features two custom styles for the in-house software at Liefery. These are CSS files that can be used in browser extensions that run custom CSS (like Stylus does).

layout.css

The stylesheet in layout.css alteres the layout in tour-schedule-plan and fast-dispatch pages. It radically disables information that is not used for the task at hand and pushes information and menus that are used rarely to under the fold. This dramatically speeds up the tasks of optimasation and disposition, wich both are time critical.

Tour-schedule-plan changes

  • as much screen space as possible is used for map and tour list
  • main navigation is hidden (not needed during workflow)
  • information about the schedule plan is hidden (not needed during workflow)
  • calculate button sticks to top

Fast-dispatch changes

  • as much screen space as possible is used for map, courier company selection and tour list
  • courier selection is hidden (nearly never used during workflow)
  • information about tour and save button got pushed under the fold

darkmode.css

The stylesheet in darkmode.css is a darkmode that uses the Nord color scheme.

In adition, the following functionality is changes:

  • main navigation sticks to the top
  • language selector (in the bottom right) is hidden
  • back-to-top button sticks to the bottom right
  • transition effects are turned off, which caused some usability issues by reentering the mouse to a disappearing mega menu

Installation for Chrome

You can find a installation guide for the Chrome Browser in german in the discussions section of thes repository.

Screenshots

Original Style

Blackend Style