egroupware/infolog/templates/default/info.css

11 lines
455 B
CSS
Raw Normal View History

2001-06-04 20:26:46 +02:00
p,td { font-face: "Arial, Helvetica, sans-serif"; font-size:12pt; }
.list { font-size:9pt; }
.action { font-size:16pt; margin-bottom:0px; }
2001-05-23 21:07:45 +02:00
.low,.pri_low_done { color:#606060; }
.normal,.pri_normal_done { color:black }
.high { color:#cc0000; } .high_done { color:#800000; }
.urgent { color:#ff00ff; } .urgent_done { color:#800080; }
.overdue { color:#cc0000; font-weight:bold; }
.private { font-style:italic; }
.note { color:#808080; font-style:italic; }