forked from amazingfate/help
INTEGRATION: CWS helpcontentbeta (1.1.2); FILE MERGED
2004/11/15 12:21:36 fpe 1.1.2.3: updated stylesheets 2004/10/28 10:47:40 fpe 1.1.2.2: updated makefiles 2004/10/15 13:05:28 fpe 1.1.2.1: updated main_transform and default.css
This commit is contained in:
@ -1,162 +1,73 @@
|
||||
/*
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ STAROFFICE 6.0 HELP +
|
||||
+ OPENOFFICE.ORG 2.0 HELP +
|
||||
+ DEFAULT STYLESHEET +
|
||||
+ WESTERN LANGUAGES +
|
||||
+-------------------------------------------------------------------+
|
||||
+ This stylesheet defines the appearance of the online help files. +
|
||||
+ It is language dependent and located in {installdir}/help/{lang} +
|
||||
+-------------------------------------------------------------------+
|
||||
+ (c) 2001 Sun Microsystems, Inc. All Rights Reserved +
|
||||
+-------------------------------------------------------------------+
|
||||
+ Last changes: 11-JUL-02 FPE +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
+ LAST CHANGES: 15-NOV-2004 +
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
/* Main Styles */
|
||||
body { background: #FFFFFF; }
|
||||
p {
|
||||
font-family: Albany,Helvetica,Verdana,Tahoma,Andale Sans,Arial,lucidux sans;
|
||||
font-size: 9pt;
|
||||
color: #000000;
|
||||
}
|
||||
td {
|
||||
color: #000000;
|
||||
margin-left: 0pt;
|
||||
}
|
||||
th { color:#000066;
|
||||
align: left;
|
||||
margin-left: 0pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
|
||||
{ font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; }
|
||||
|
||||
/* Link styles */
|
||||
.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
|
||||
{ font-family: "Bitstream Vera Sans Mono",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
|
||||
|
||||
.ContentLink {
|
||||
color:#000066;
|
||||
font-weight: bold;
|
||||
font-decoration: none;
|
||||
}
|
||||
.ContentLink:hover { font-decoration: underline; }
|
||||
.acronym
|
||||
{ font-weight: bold; }
|
||||
|
||||
/* Style classes simple paragraphs */
|
||||
.related
|
||||
{ font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
|
||||
|
||||
.Paragraph {
|
||||
margin-left: 0pt;
|
||||
margin-top: 7pt;
|
||||
margin-bottom: 7pt;
|
||||
}
|
||||
.ParaList {
|
||||
margin-left: 20pt;
|
||||
margin-top: 2pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
.PropText {
|
||||
font-family: Cumberland,Courier New,Courier;
|
||||
margin-top: 2pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
.emph, .menuitem, .keycode
|
||||
{ font-weight: bold; }
|
||||
|
||||
/* Style classes headings */
|
||||
.tablehead, .tableheadintable
|
||||
{ font-weight: bold; margin-top: 0px;}
|
||||
|
||||
.howtogetheader
|
||||
{ font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;}
|
||||
|
||||
h1, .Head1 {
|
||||
font-family: Arial,Helvetica,Albany,lucidux sans;
|
||||
color:#000066;
|
||||
font-size:18pt;
|
||||
font-weight: bold;
|
||||
margin-top: 5pt;
|
||||
}
|
||||
h2, .Head2 {
|
||||
font-family: Arial,Helvetica,Albany,lucidux sans;
|
||||
color:#000066;
|
||||
font-size:14pt;
|
||||
font-weight: bold;
|
||||
margin-top: 20pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
h3, .Head3 {
|
||||
font-family: Arial,Helvetica,Albany,lucidux sans;
|
||||
color:#000066;
|
||||
font-size:12pt;
|
||||
font-weight:bold;
|
||||
margin-top: 25pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
h4, .Head4 {
|
||||
font-family: Arial,Helvetica,Albany,lucidux sans;
|
||||
color:#000066;
|
||||
font-size:10pt;
|
||||
font-weight:bold;
|
||||
margin-top: 20pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
h5, .Head5 {
|
||||
font-family: Arial,Helvetica,Albany,lucidux sans;
|
||||
color:#000066;
|
||||
font-size:10pt;
|
||||
margin-top: 15pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
h6, .Head6 {
|
||||
font-family: Arial,Helvetica,Albany,lucidux sans;
|
||||
color:#000066;
|
||||
font-size:10pt;
|
||||
margin-top: 15pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{ margin-bottom: 5pt; }
|
||||
|
||||
/* Style classes tables */
|
||||
p
|
||||
{ font-size: 10pt; }
|
||||
|
||||
.TextInTable {
|
||||
color:#000000;
|
||||
align: left;
|
||||
margin-left: 0pt;
|
||||
}
|
||||
.TableHead {
|
||||
color:#000066;
|
||||
align: left;
|
||||
font-weight:bold;
|
||||
}
|
||||
h1
|
||||
{ font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
|
||||
|
||||
/* Style classes spans */
|
||||
.emph { font-weight: bold; }
|
||||
h2
|
||||
{ font-size: 14pt; }
|
||||
|
||||
/* Style classes special context */
|
||||
h3
|
||||
{ font-size: 12pt; }
|
||||
|
||||
.tablebg { background: #FFFFFF; }
|
||||
.tableheadbg { background: #FFFFFF; }
|
||||
.tabledatabg { background: #FFFFFF; }
|
||||
h4, h5, h6
|
||||
{ font-size: 10pt; }
|
||||
|
||||
.doctitlebg { background: #FFFFFF; }
|
||||
.doctablebg { background: #FFFFFF; }
|
||||
.relatedtopics
|
||||
{ font-weight: normal; }
|
||||
|
||||
.howtogetheader {
|
||||
font-weight: bold;
|
||||
color: #000033;
|
||||
background: #DDDDDD;
|
||||
}
|
||||
.howtogetbody {
|
||||
font-size: 9pt;
|
||||
color: #000000;
|
||||
background: #EEEEEE;
|
||||
}
|
||||
.howtogetpara {
|
||||
font-size: 9pt;
|
||||
color: #000000;
|
||||
margin-top: 2pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
.reltop {
|
||||
background: #EEEEEE;
|
||||
color:#000066;
|
||||
font-size:10pt;
|
||||
font-weight:bold;
|
||||
margin-top: 20pt;
|
||||
margin-bottom: 2pt;
|
||||
}
|
||||
.relatedbody
|
||||
{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
|
||||
|
||||
/* Style classes Webtop context */
|
||||
.howtoget
|
||||
{ background:#EEEEEE;}
|
||||
|
||||
.ContentCell { background: #FFFFFF; }
|
||||
.howtogetbody
|
||||
{ background:#EEEEEE;}
|
||||
|
||||
.wide
|
||||
{ width: 100%; }
|
||||
|
||||
.topalign
|
||||
{ vertical-align: top; border: 1px;}
|
||||
|
||||
.bug
|
||||
{ color: red; border: 1px solid red;}
|
||||
|
||||
.debug
|
||||
{ border: 1px solid black; padding: 3px; display: none;}
|
||||
|
||||
Reference in New Issue
Block a user