forked from extern/egroupware
627e666c5c
- all templates define now noPrint and onlyPrint css classes - idots format (nextmatch) lists on print now a lot nicer
19 lines
682 B
Smarty
Executable File
19 lines
682 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: 6em; }
|
|
.tablink { color: #000000; }
|
|
@media screen { .onlyPrint { display: none; } }
|
|
@media print { .noPrint { display: none; } }
|
|
{app_css}
|
|
-->
|
|
</style>
|
|
{css_file}
|