| Current Path : /usr/lib/beyondcompare/help/ |
| Current File : //usr/lib/beyondcompare/help/default.css |
/* Text Styles */
hr { color: #000000}
body, table, tr, th /* Normal */
{
font-size: 10pt;
font-family: Verdana,Geneva,Arial,sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.f_CodeExample /* Code Example */
{
font-family: Arial,Helvetica,sans-serif;
}
span.f_Command /* Command */
{
font-family: Tahoma,Geneva,Verdana,sans-serif;
font-weight: bold;
color: #333333;
}
span.f_Command2 /* Command2 */
{
font-family: Tahoma,Geneva,Verdana,sans-serif;
font-weight: bold;
color: #ffffff;
}
span.f_Comment /* Comment */
{
}
span.f_CourierFixed /* Courier Fixed */
{
font-family: 'Courier New';
}
span.f_Definition /* Definition */
{
font-style: italic;
color: #333399;
}
span.f_Hanging /* Hanging */
{
}
span.f_Heading1 /* Heading1 */
{
font-size: 18pt;
font-family: 'Lucida Sans';
font-weight: bold;
color: #ffffff;
}
span.f_ImageCaption /* Image Caption */
{
}
span.f_Indented /* Indented */
{
}
span.f_IndentedCode /* Indented Code */
{
font-family: 'Courier New';
}
span.f_Notes /* Notes */
{
}
span.f_SeeAlso /* See Also */
{
font-weight: bold;
}
span.f_SingleSpaced /* Single Spaced */
{
}
span.f_Subtitle /* Subtitle */
{
font-weight: bold;
color: #000080;
}
/* Paragraph styles */
p, p.p_Normal, div.p_Normal /* Normal */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 3px 0px 14px 0px;
}
.p_CodeExample /* Code Example */
{
font-size: 10pt;
margin: 0px 0px 0px 0px;
}
.p_Command /* Command */
{
font-size: 10pt;
margin: 0px 0px 0px 0px;
}
.p_Command2 /* Command2 */
{
font-size: 10pt;
margin: 0px 0px 0px 0px;
}
.p_Comment /* Comment */
{
font-size: 10pt;
}
.p_Definition /* Definition */
{
font-size: 10pt;
}
.p_Hanging /* Hanging */
{
font-size: 10pt;
text-indent: -24px;
margin: 3px 0px 14px 24px;
}
.p_Heading1 /* Heading1 */
{
font-size: 100%;
font-weight: normal;
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 10px 0px 5px 0px;
}
.p_ImageCaption /* Image Caption */
{
font-size: 10pt;
}
.p_Indented /* Indented */
{
font-size: 10pt;
margin: 3px 0px 14px 24px;
}
.p_IndentedCode /* Indented Code */
{
font-size: 10pt;
margin: 0px 0px 0px 24px;
}
.p_Notes /* Notes */
{
font-size: 10pt;
}
.p_SeeAlso /* See Also */
{
font-size: 10pt;
margin: 0px 0px 0px 0px;
}
.p_SingleSpaced /* Single Spaced */
{
font-size: 10pt;
margin: 0px 0px 0px 0px;
}
.p_Subtitle /* Subtitle */
{
font-size: 10pt;
margin: 10px 0px 14px 0px;
}
#hmpopupdiv /* used for javascript text popups */
{
display: none;
position: absolute;
z-index: 1000;
background-color: #FFFFFF;
padding: 6px;
border:1px solid #000000;
border-radius: 5px;
box-shadow: 5px 5px 5px #888;
}
#hmlightbox /* image lightbox */
{
border: none;
padding: 8px;
background: #FFF;
font-size: 110%;
font-weight: bold;
color: #777;
box-shadow: 5px 5px 5px #888;
}
a.dropdown-toggle /* dropdown toggle caption */
{
cursor: pointer;
}
a.inline-toggle /* inline toggle caption */
{
cursor: pointer;
}
img.dropdown-toggle-icon /* toggle icon */
{
cursor: pointer;
}
/* CSS for responsive image maps */
.hmImageMap a.hmHotspotRect { display:block; position:absolute; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1) }
.hmImageMap a.hmHotspotEllipse { display:block; position:absolute; border-radius:50%; border: 1px solid transparent; background:#000; opacity:0.01; filter:alpha(opacity=1) }
.hmImageMap:hover a.hmHotspotRect {opacity:0.3; filter:alpha(opacity=30); }
.hmImageMap:hover a.hmHotspotEllipse { opacity:0.3; filter:alpha(opacity=30); }
a.hmHotspotRect:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }
a.hmHotspotEllipse:hover { border:1px solid #000; background:#FFF; opacity:0.3; filter:alpha(opacity=30) }