mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 12:34:33 +01:00
c241bb3416
A similar method is explained in this message as reference: http://lists.evolt.org/archive/Week-of-Mon-20021014/124859.html Talked with Pim and tested on IE/gecko/opera8.0. for older browsers doesn't understand CSS2 it behave the same as WIDTH="1%".
17 lines
607 B
Smarty
Executable File
17 lines
607 B
Smarty
Executable File
<style type="text/css">
|
|
<!--
|
|
a { text-decoration:none; color: {link}; }
|
|
a:active{ text-decoration:none; color: {alink}; }
|
|
a:hover{ text-decoration:underline; color: {alink}; }
|
|
a:visted{ text-decoration:none; color: {link}; }
|
|
body { margin-top: 0px; margin-right: 0px; margin-left: 0px; font-family: {font}; }
|
|
.row_on { color: {row_text}; background-color: {row_on}; }
|
|
.row_off { color: {row_text}; background-color: {row_off}; }
|
|
.th { color: {th_text}; background-color: {th_bg}; }
|
|
.narrow_column { width: 1%; white-space: nowrap; }
|
|
.tablink { color: #000000; }
|
|
{app_css}
|
|
-->
|
|
</style>
|
|
{css_file}
|