Esty Documentation
  • Welcome
  • Overview
  • Requirements
  • HTML Structure
  • CSS Structure
  • JavaScript Structure
  • DataBase Structure
  • Installation
    • Preparation
    • Demo Import
    • Change the config file
    • First usage
    • Changing the currency
  • Support
  • Source & Credits
Powered by GitBook
On this page

CSS Structure

Esty has a light and a dark pre-made appearance. Those CSS files have the same strucutre they only differ in color adjustments.

CSS files which are responsible for the look and feel can be found in css folder:

  • style.css

  • style-login.css

  • style-dark.css

  • style-login-dark.css

The structure is the following.

style.css (responsible for main areas such as calculator home, profile page etc.)

01. PRELOADER
02. GENERAL
03. MODAL ALERT
04. MODAL DIALOG
05. INFO MESSAGES
06. HEADER
07. SUB HEAEDR
08. FOOTER
09. HERO
10. SERVICES
11. BANNER
12. CONTAINERS
13. FORM ELEMENTS
14. BACK TO TOP
15. RESPONSIVE

style-login.css (responsible for login and password reset areas)

01. PRELOADER
02. GENERAL
03. LOGIN
04. FLOAT LABELS
05. SHOW-HIDE PASSWORD
06. PASSWORD STRENGHT
07. CHECKBOXES
08. FORM LINKS
09. FORM BUTTON
10. INFO MESSAGE
11. RESPONSIVE
PreviousHTML StructureNextJavaScript Structure

Last updated 7 months ago