venice-main-classic/etc/template.css
2001-10-31 23:39:11 +00:00

71 lines
3.8 KiB
CSS

<STYLE TYPE="text/css">
<!--
/*****************************************************************************************/
/* The contents of this file are subject to the Mozilla Public License Version 1.1 */
/* (the "License"); you may not use this file except in compliance with the License. */
/* You may obtain a copy of the License at <http://www.mozilla.org/MPL/>. */
/* */
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT */
/* WARRANTY OF ANY KIND, either express or implied. See the License for the specific */
/* language governing rights and limitations under the License. */
/* */
/* The Original Code is the Venice Web Communities System. */
/* */
/* The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>, */
/* for Silverwrist Design Studios. Portions created by Eric J. Bowersox are */
/* Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved. */
/* */
/* Contributor(s): */
/*****************************************************************************************/
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>