PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Collapse]Guide for PANTHEON
   [Expand]Settings
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Expand]Personnel
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Help
   [Expand]Messages and Warnings
   [Collapse]Additional programs
     AddUsers - Adding Database Users
    [Expand]PANTHEON Web Services (PAWS)
    [Expand]Datalab OTOS
    [Expand]Datalab CHRONOS
    [Collapse]Datalab ATENA
      About ATENA
      ATENA Requirements
      Security in ATENA
      ATENA Installation
     [Expand]Setting Up PANTHEON for ATENA
     [Collapse]Customizing ATENA´s Look
      [Expand]Front-End Pages
      [Collapse]Back-End Pages
        Custom Style Sheet
        Changing Captions in ATENA
       [Expand]Financial Data - cash Folder
       [Expand]Invoice Overview - invoice Folder
       [Expand]Item Overview - items Folder
       [Expand]Order Overview - order Folder
       [Expand]User Registration and Account - partner Folder
    [Expand]Datalab Migrator
     Post-Migration Wizard
    [Expand]mobilni Potni Nalogi
    [Expand]Pantheon LX/LT
     Pantheon SHAKE
    [Expand]PANTHEON Automation Server (PAAS)
   [Expand]Old products
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Expand]User Manual for PANTHEON
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
  [Expand]Old products Archive
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
  [Expand]Old products Archive
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
  [Expand]Archive
[Expand]User Site

Load Time: 453.1195 ms
"
  1851 | 2370 | 336861 | Updated
Label

Custom Style Sheet

Custom Style Sheet

Custom Style Sheet

You can change ATENA's look by altering its style sheet.

The relevant CSS files are in the html\css, named like the files they apply to, just with a .css extension.

Example:

invoicepayments.asp uses invoicepayments.css which looks like this:

BODY{background:#ffffff;} 
A { color:#ffce88; text-decoration:none; }
A:hover { text-decoration:none; color:#ffffff; background:#a7001c; }
TD { font-family:verdana; font-size:0.7em; }
TD.header { background:#808080; color:#ffce88; text-align:center; }
TD.datum { }
TD.dok { }
TD.datumzap { }
TD.dok { }
TD.debet { text-align:right; }
TD.kredit { text-align:right; }
TD.saldopoz { text-align:right; }
TD.saldo { text-align:right; font-weight:bold;}
TD.blank { background:#ffffff; }
INPUT { font-weight:bold; background:#ffffff; color:#000000; font-size:0.7em; text-align:right; }
H1 { background:#185246; font-family:verdana; color:#EDD500; font-size:1em; font-weight:bold; text-align:left; }

To change the heading font and background color, the two highlighted properties have been changed.

BODY { background:#ffffff; }
A { color:#ffce88; text-decoration:none }
A:hover { text-decoration:none; color:#ffffff; background:#a7001c; }
TD { font-family:verdana; font-size:0.7em}
TD.header { background:#808080; color:#ffce88; text-align:center; }
TD.datum { }
TD.dok { }
TD.datumzap { }
TD.dok { }
TD.debet { text-align:right; }
TD.kredit { text-align:right; }
TD.saldopoz { text-align:right; }
TD.saldo { text-align:right; font-weight:bold; }
TD.blank { background:#ffce88; }
INPUT { font-weight:bold; background:#ffffff; color:#000000; font-size:0.7em; text-align:right; }
H1 { background#808080; font-family:verdana; color:#a7001c; font-size:1em; font-weight:bold; text-align:left; }

 

More about CSS: http://www.w3.org/Style/CSS/.


 

Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!