source: trunk/phpgwapi/templates/default/css.tpl @ 2

Revision 2, 554 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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.