source: companies/serpro/phpgwapi/templates/default/css.tpl @ 903

Revision 903, 554 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<style type="text/css">
2<!--
3        a { text-decoration:none; color: {link}; }
4        a:active{ text-decoration:none; color: {alink}; }
5        a:hover{ text-decoration:underline; color: {alink}; }
6        a:visted{ text-decoration:none; color: {link}; }
7        body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: {font}; }
8        .row_on { color: {row_text}; background-color: {row_on}; }
9        .row_off { color: {row_text}; background-color: {row_off}; }
10        .th { color: {th_text}; background-color: {th_bg}; }
11        .tablink { color: #000000; }
12        {app_css}
13-->
14</style>
15{css_file}
Note: See TracBrowser for help on using the repository browser.