venice-main-classic/etc/template.css

54 lines
2.2 KiB
CSS
Raw Normal View History

<STYLE TYPE="text/css">
<!--
BODY { font-family: ${font}, sans-serif; background: ${color.frame};
}
.tbar { font-family: ${font}, sans-serif; background: ${color.top.background};
color: ${color.top.foreground}; font-size: 14pt;
}
A.tbar { color: ${color.top.link};
}
A.tbar:link { color: ${color.top.link};
}
A.tbar:visited { color: ${color.top.link};
}
.lbar { font-family: ${font}, sans-serif; background: ${color.left.background};
color: ${color.left.foreground}; font-size: 10pt;
}
A.lbar { color: ${color.left.link};
}
A.lbar:link { color: ${color.left.link};
}
A.lbar:visited { color: ${color.left.link};
}
.content { font-family: ${font}, sans-serif; background: ${color.content.background};
color: ${color.content.foreground}; font-size: 10pt;
}
.chead1 { font-family: ${font}, sans-serif; font-size: 16pt; color: ${color.content.header};
}
.chead2 { font-family: ${font}, sans-serif; font-size: 13pt; color: ${color.content.header};
}
.cinput { font-family: Courier New, Courier, monospace; font-size: 11pt;
}
.c2 { font-family: ${font}, sans-serif; background: ${color.content.background};
color: ${color.content.foreground}; font-size: 8pt;
}
.post { font-family: Courier New, Courier, monospace; font-size: 11pt;
}
.footer { font-family: ${font}, sans-serif; background: ${color.content.background};
color: ${color.content.foreground}; font-size: 8pt;
}
.sideboxtop { font-family: ${font}, sans-serif; background: ${color.sidebox.top.background};
color: ${color.sidebox.top.foreground}; font-size: 14pt;
}
.sidebox { font-family: ${font}, sans-serif; background: ${color.sidebox.background};
color: ${color.sidebox.foreground}; font-size: 10pt;
}
A.sidebox { color: ${color.sidebox.link};
}
A.sidebox:link { color: ${color.sidebox.link};
}
A.sidebox:visited { color: ${color.sidebox.link};
}
-->
</STYLE>