96 lines
2.6 KiB
Plaintext
96 lines
2.6 KiB
Plaintext
|
#*
|
||
|
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) 2002 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;
|
||
|
}
|
||
|
|
||
|
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;
|
||
|
}
|