2003-05-19 21:25:31 -06:00
|
|
|
#*
|
|
|
|
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
|
2003-05-24 03:40:17 -06:00
|
|
|
Copyright (C) 2002-03 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
2003-05-19 21:25:31 -06:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2003-05-24 03:40:17 -06:00
|
|
|
body td.sideboxtop, body div.sideboxtop, body p.sideboxtop {
|
|
|
|
font-size: small;
|
|
|
|
voice-family: "\"}\"";
|
|
|
|
voice-family: inherit;
|
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
2003-05-19 21:25:31 -06:00
|
|
|
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;
|
|
|
|
}
|
2003-05-23 02:06:52 -06:00
|
|
|
|
2003-05-24 03:40:17 -06:00
|
|
|
html>body td.sideboxtop, html>body div.sideboxtop, html>body p.sideboxtop {
|
|
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
|
2003-05-23 02:06:52 -06:00
|
|
|
## 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;
|
2003-05-26 03:58:35 -06:00
|
|
|
padding: 2px 5px 5px;
|
2003-05-23 02:06:52 -06:00
|
|
|
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;
|
2003-05-26 03:58:35 -06:00
|
|
|
color: #ffffff;
|
2003-05-23 02:06:52 -06:00
|
|
|
background-color: #6666cc;
|
|
|
|
}
|