Initial commit after migrating repo and assuring the product launches
This commit is contained in:
759
help/BasicStampHelp/Content/Resources/Stylesheets/BSE_Help.css
Normal file
759
help/BasicStampHelp/Content/Resources/Stylesheets/BSE_Help.css
Normal file
@ -0,0 +1,759 @@
|
||||
/*<meta />*/
|
||||
|
||||
/* To enclose pre blocks for spin and assy code */
|
||||
|
||||
/* font-size and line-height must be in points (8-10-12-14-16)and must match */
|
||||
|
||||
/* these pre.spin classes work with the Code2HTML.exe tool
|
||||
for formatting Propeller code */
|
||||
|
||||
/*change color back to 224422 before building*/
|
||||
|
||||
/*change color back to 224422 before building*/
|
||||
|
||||
/*change color back to 224422 before building*/
|
||||
|
||||
/*change color back to 224422 before building*/
|
||||
|
||||
a img
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
margin: 0%;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
p.PlainText
|
||||
{
|
||||
margin-bottom: 1.12em;
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #333333;
|
||||
font-size: 105%;
|
||||
}
|
||||
|
||||
p.PlainTextIndent
|
||||
{
|
||||
margin-left: 40px;
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
margin-bottom: 1.12em;
|
||||
}
|
||||
|
||||
a.Popup
|
||||
{
|
||||
mc-popup-width: auto;
|
||||
mc-popup-height: auto;
|
||||
outline-color: none;
|
||||
font-size: 90%;
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
pre
|
||||
{
|
||||
font-variant: normal;
|
||||
font-size: 100%;
|
||||
font: Courier New;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
pre.snippet
|
||||
{
|
||||
font: Courier New;
|
||||
color: #336633;
|
||||
font-family: monospace;
|
||||
margin-left: 36px;
|
||||
font-variant: normal;
|
||||
font-size: 100%;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #222255;
|
||||
font-size: 140%;
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
h1.code
|
||||
{
|
||||
color: #336633;
|
||||
font: Courier New;
|
||||
font-family: monospace;
|
||||
letter-spacing: 2px;
|
||||
font-weight: bolder;
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #222255;
|
||||
margin-bottom: 10px;
|
||||
font-weight: bolder;
|
||||
margin-top: 12px;
|
||||
font-size: 115%;
|
||||
}
|
||||
|
||||
h2.code
|
||||
{
|
||||
color: #336633;
|
||||
font: Courier New;
|
||||
font-family: monospace;
|
||||
font-weight: bold;
|
||||
margin-top: 15px;
|
||||
font-size: 175%;
|
||||
}
|
||||
|
||||
span.code_in_text
|
||||
{
|
||||
font: Courier New;
|
||||
color: #336633;
|
||||
font-family: monospace;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
vertical-align: 1px;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
span.keyword_in_text
|
||||
{
|
||||
color: #336633;
|
||||
text-transform: uppercase;
|
||||
font-weight: bolder;
|
||||
font-size: 95%;
|
||||
}
|
||||
|
||||
span.SyntaxBoldItalic
|
||||
{
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #222255;
|
||||
margin-bottom: 5px;
|
||||
font-size: 100%;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #222255;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 10px;
|
||||
font-size: 90%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h6
|
||||
{
|
||||
margin-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
html.HomePage
|
||||
{
|
||||
background-color: #eeeeee;
|
||||
background-repeat: repeat-x;
|
||||
mc-master-page: url('../MasterPages/HomePageMaster.flmsp');
|
||||
background-image: url('../Images/Background.gif');
|
||||
}
|
||||
|
||||
p.TOC1
|
||||
{
|
||||
font-variant: normal;
|
||||
}
|
||||
|
||||
a.Popup:visited
|
||||
{
|
||||
color: #800080;
|
||||
}
|
||||
|
||||
a.Popup:focus
|
||||
{
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
a:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
color: #800080;
|
||||
}
|
||||
|
||||
a.Popup:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
a:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|popup:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|popupBody
|
||||
{
|
||||
color: #00bfff;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
|
||||
MadCap|popupHead
|
||||
{
|
||||
color: #ff7f50;
|
||||
}
|
||||
|
||||
MadCap|popup:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
color: #222255;
|
||||
}
|
||||
|
||||
td.shaded
|
||||
{
|
||||
bgcolor: #CFCFCF;
|
||||
}
|
||||
|
||||
ul
|
||||
{
|
||||
list-style: ul;
|
||||
list-style-type: disc;
|
||||
font: Verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
li
|
||||
{
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
ol
|
||||
{
|
||||
list-style: ol;
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
MadCap|xref
|
||||
{
|
||||
mc-format: '{paratext}';
|
||||
font: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
MadCap|dropDownHead
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 100%;
|
||||
padding-top: 4px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
MadCap|dropDownHead.Indent
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
margin-left: 15px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
MadCap|dropDownBody.Indent
|
||||
{
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
MadCap|expandingHead.HelpMenu
|
||||
{
|
||||
margin-left: 0px;
|
||||
font-size: 100%;
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
MadCap|expandingBody.HelpMenu
|
||||
{
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
MadCap|expanding.HelpMenu
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 100%;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.ImagePlusCaption
|
||||
{
|
||||
clear: both;
|
||||
float: none;
|
||||
margin-top: 1em %;
|
||||
margin-bottom: 1em %;
|
||||
}
|
||||
|
||||
img.FloatCaptionLeft
|
||||
{
|
||||
float: left;
|
||||
margin-top: 0px;
|
||||
padding-right: 15px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
p.PictureCaptionNums
|
||||
{
|
||||
mc-auto-number-format: 'Figure {n+}: ';
|
||||
margin-top: 0;
|
||||
margin-bottom: 7px;
|
||||
padding-left: 0px;
|
||||
color: #222255;
|
||||
font: arial;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
p.clear
|
||||
{
|
||||
margin: 0;
|
||||
clear: both;
|
||||
font-size: 1px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
p.PictureDescription
|
||||
{
|
||||
font-style: italic;
|
||||
margin-top: 0;
|
||||
margin-bottom: 7px;
|
||||
color: #222255;
|
||||
padding-left: 0px;
|
||||
font: arial;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
p.PictureCaptionNoNums
|
||||
{
|
||||
margin-top: 0;
|
||||
margin-bottom: 7px;
|
||||
color: #222255;
|
||||
font: arial;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
p.PictureCaptionNextStepNum
|
||||
{
|
||||
mc-auto-number-format: 'Step {n+}: ';
|
||||
margin-top: 0;
|
||||
margin-bottom: 7px;
|
||||
color: #222255;
|
||||
font: arial;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
p.PictureCaptionStartStepNum
|
||||
{
|
||||
mc-auto-number-format: 'Step {n=1}: ';
|
||||
margin-top: 0;
|
||||
margin-bottom: 7px;
|
||||
color: #222255;
|
||||
font: arial;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
li.Checklist
|
||||
{
|
||||
list-style-image: url('../Images/NewRedCheck.png');
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
mc-hyphenate: never;
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.TableText
|
||||
{
|
||||
font: Arial;
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
p.TableText
|
||||
{
|
||||
font: Arial;
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
p.TableNoteNextNum
|
||||
{
|
||||
mc-auto-number-format: 'Note {n+}: ';
|
||||
color: #222255;
|
||||
font: Arial;
|
||||
font-family: sans-serif;
|
||||
padding-bottom: 9px;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
p.TableNoteStartNum
|
||||
{
|
||||
color: #222255;
|
||||
font: Arial;
|
||||
font-family: sans-serif;
|
||||
mc-auto-number-format: 'Note {n+1}: ';
|
||||
padding-bottom: 9px;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
ol.ForTableCell
|
||||
{
|
||||
margin: 0;
|
||||
margin-left: 12px;
|
||||
padding-left: 12px;
|
||||
font: arial;
|
||||
font-family: sans-serif;
|
||||
font-size: 100%;
|
||||
color: #222255;
|
||||
}
|
||||
|
||||
ol.ForTableNote
|
||||
{
|
||||
font-size: 80%;
|
||||
margin: 0;
|
||||
margin-left: 12px;
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
MadCap|breadcrumbsProxy
|
||||
{
|
||||
font-family: sans-serif;
|
||||
font-size: 80%;
|
||||
font: Arial;
|
||||
font-style: normal;
|
||||
border-bottom-color: #ee9900;
|
||||
}
|
||||
|
||||
MadCap|pageFooter
|
||||
{
|
||||
border-top: solid 1px;
|
||||
border-top-color: #ee9900;
|
||||
color: #222255;
|
||||
font-family: sans-serif;
|
||||
font-size: 6pt;
|
||||
}
|
||||
|
||||
div.MasterFoot
|
||||
{
|
||||
color: #222255;
|
||||
font: Arial;
|
||||
font-family: sans-serif;
|
||||
text-align: left;
|
||||
border-top: solid 1px #ee9900;
|
||||
font-size: 60%;
|
||||
}
|
||||
|
||||
html
|
||||
{
|
||||
mc-master-page: url('../MasterPages/PropHelpMaster.flmsp');
|
||||
}
|
||||
|
||||
div.Col4
|
||||
{
|
||||
float: left;
|
||||
padding-left: 1px;
|
||||
padding-right: 2px;
|
||||
padding: 2px;
|
||||
width: 22%;
|
||||
margin: 2px;
|
||||
border: none 0px;
|
||||
border-left-style: solid;
|
||||
border-right: solid 1px #222255;
|
||||
border-left: none 1px #222255;
|
||||
}
|
||||
|
||||
html.TopicPopup
|
||||
{
|
||||
mc-master-page: url('../MasterPages/TopicPopMaster.flmsp');
|
||||
}
|
||||
|
||||
div.Col2
|
||||
{
|
||||
float: left;
|
||||
width: 49%;
|
||||
margin-top: 5px;
|
||||
line-height: 1.12em;
|
||||
}
|
||||
|
||||
a.BDpopup
|
||||
{
|
||||
mc-popup-height: 550px;
|
||||
mc-popup-width: 850px;
|
||||
}
|
||||
|
||||
html.MiniTocBtm
|
||||
{
|
||||
mc-master-page: url('../MasterPages/MiniTOCbtm.flmsp');
|
||||
}
|
||||
|
||||
MadCap|miniTocProxy.Btm
|
||||
{
|
||||
border: none;
|
||||
padding-left: 0px;
|
||||
font-family: serif;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
p.MiniTOC1
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
color: #0000ff;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
p.MiniTOC2
|
||||
{
|
||||
font-size: 100%;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC3
|
||||
{
|
||||
font-size: 100%;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.MiniTOC4
|
||||
{
|
||||
font-size: 100%;
|
||||
font-family: serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.GroupImgFL
|
||||
{
|
||||
float: left;
|
||||
margin-top: 0px;
|
||||
padding-right: 15px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
span.TipSpan
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #aa2222;
|
||||
font-size: 100%;
|
||||
font-variant: small-caps;
|
||||
letter-spacing: 2px;
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
p.Tip
|
||||
{
|
||||
margin-bottom: 1.12em;
|
||||
mc-auto-number-class: TipSpan;
|
||||
mc-auto-number-format: 'Tip: ';
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 90%;
|
||||
background-color: #fbecb3;
|
||||
border-bottom: solid 1px #224422;
|
||||
border-top: solid 1px #224422;
|
||||
}
|
||||
|
||||
p.Caution
|
||||
{
|
||||
margin-bottom: 1.12em;
|
||||
mc-auto-number-class: TipSpan;
|
||||
border-top: solid 1px #222255;
|
||||
border-bottom: solid 1px #222255;
|
||||
mc-auto-number-format: 'Caution! ';
|
||||
font: verdana;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 90%;
|
||||
background-color: #fbecb3;
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
h5
|
||||
{
|
||||
font-size: 75%;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
div.background
|
||||
{
|
||||
background-repeat: no-repeat;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
blockquote
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
p.redline
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 100%;
|
||||
border-bottom: solid 1px #aa2222;
|
||||
margin-left: 2px;
|
||||
width: 98%;
|
||||
margin: 0px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
p.cheddarline
|
||||
{
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 100%;
|
||||
border-bottom: solid 1px #ee9900;
|
||||
margin-left: 2px;
|
||||
width: 98%;
|
||||
margin: 0px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
div.MasterMiniTOC
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
pre.BScode
|
||||
{
|
||||
background-color: #e0e0e0;
|
||||
padding: 4px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
pre.SICcode
|
||||
{
|
||||
background-color: #cee6fe;
|
||||
padding: 4px;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
MadCap|dropDown
|
||||
{
|
||||
mc-image-spacing: 2px;
|
||||
}
|
||||
|
||||
div.ListIndent
|
||||
{
|
||||
margin-left: 20px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
a.BDpopup:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
a.BDpopup:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
a.MCBreadcrumbsLink:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|dropDownHotspot:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|dropDownHotspot:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|expandingHead.HelpMenu:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|expandingHead.HelpMenu:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|expandingHead:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|expandingHead:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|toggler:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|toggler:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|xref:focus
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
||||
MadCap|xref:hover
|
||||
{
|
||||
color: #aa2222;
|
||||
}
|
||||
|
Reference in New Issue
Block a user