Styles

Top  Previous  Next

Customization > Styles


 

Description

 

They are build via the standard CSS (Cascading Style Sheets) and it is very important that the structure is correct. An incorrect structure could cause a layout and display errors.

 

Stylesheet

Description

main.css

Defines the styles for the page of the main application.

popup.css

Defines the styles for pop-ups like "Sytem information", "Calculator" and more.

 

 

 

Sample

 

body{

  background-repeat: repeat-y;

}

 

a{

  text-decoration:  none;

}

a:link{

  color: #003366;

}

a:hover{

  color: #000000;

}

a:active{

  color: #000000;

}

a:visited{

  color: #003366;

}

 

 

 

Useful resources

 

W3C CSS        http://www.w3.org/Style/CSS/

SELFHTML        http://en.selfhtml.org/

 

 

 

 

 



  © 2006 unic8 Studios