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

Revision 1246, 554 bytes checked in by fpcorrea, 15 years ago (diff)

Ticket #573 - Importação de mensagens é limitado pelo tamanho máximo de anexos

  • 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.