venice-main-classic/etc/template.css
Eric J. Bowersox ec878e9dfc Venice now groks Cascading StyleSheets; the stylesheet is generated by a
special servlet and cached at runtime; various JSP pages and formatter classes
have been updated to respect the stylesheet settings
2001-10-31 02:13:02 +00:00

54 lines
2.2 KiB
CSS

<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: 12pt;
}
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: 12pt;
}
.chead1 { font-family: ${font}, sans-serif; font-size: 18pt; color: ${color.content.header};
}
.chead2 { font-family: ${font}, sans-serif; font-size: 14pt; color: ${color.content.header};
}
.cinput { font-family: Courier New, Courier, monospace; font-size: 10pt;
}
.c2 { font-family: ${font}, sans-serif; background: ${color.content.background};
color: ${color.content.foreground}; font-size: 10pt;
}
.post { font-family: Courier New, Courier, monospace; font-size: 10pt;
}
.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: 12pt;
}
A.sidebox { color: ${color.sidebox.link};
}
A.sidebox:link { color: ${color.sidebox.link};
}
A.sidebox:visited { color: ${color.sidebox.link};
}
-->
</STYLE>