#*
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 .
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 ,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2002-03 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
*#
## More advanced stylesheet imported from the base one; styles usable by IE 4-6, Opera,
## Mozilla/Netscape 6+
body, body div, body p, body th, body td, body li, body dd {
font-size: x-small; /* WinIE 4/5 */
voice-family: "\"}\""; /* stops WinIE 4/5 */
voice-family: inherit;
font-size: small; /* IE6, Mozilla */
}
body td.frametop, body div.frametop, body p.frametop {
font-size: small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: medium;
}
body td.smcontent, body div.smcontent, body p.smcontent {
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small;
}
body td.framefooter, body div.framefooter, body p.framefooter {
font-size: xx-small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-small;
}
body span.chdrtitle {
font-size: large;
voice-family: "\"}\"";
voice-family: inherit;
font-size: x-large;
}
body span.chdrsubtitle {
font-size: small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: medium;
}
body td.errorhead, body td.errorbody {
font-size: small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: medium;
}
body td.sideboxtop, body div.sideboxtop, body p.sideboxtop {
font-size: small;
voice-family: "\"}\"";
voice-family: inherit;
font-size: medium;
}
html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd {
font-size: small; /* be nice to Opera */
}
html>body td.frametop, html>body div.frametop, html>body p.frametop {
font-size: medium;
}
html>body td.smcontent, html>body div.smcontent, html>body p.smcontent {
font-size: x-small;
}
html>body td.framefooter, html>body div.framefooter, html>body p.framefooter {
font-size: x-small;
}
html>body span.chdrtitle {
font-size: x-large;
}
html>body span.chdrsubtitle {
font-size: medium;
}
html>body td.errorhead, html>body td.errorbody {
font-size: medium;
}
html>body td.sideboxtop, html>body div.sideboxtop, html>body p.sideboxtop {
font-size: medium;
}
## these are styles for inline menu lists
div.imenu {
padding: 5px;
border: 1px solid #000;
margin-bottom: 25px;
background-color: #6666cc;
}
div.imenu ul {
margin-left: 0;
padding-left: 0;
display: inline;
}
div.imenu ul li {
margin-left: 0;
margin-bottom: 0;
padding: 2px 5px 5px;
border: 1px solid #000;
list-style: none;
display: inline;
background-color: #9999ff;
}
div.imenu ul li.down {
border-bottom: 1px solid #fff;
list-style: none;
display: inline;
background-color: #ffffff;
}
div.imenu ul li.separator {
border: none;
list-style: none;
display: inline;
color: #ffffff;
background-color: #6666cc;
}