home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp6.securdisc.net
/
ftp6.securdisc.net.tar
/
ftp6.securdisc.net
/
SecurDiscViewer_Ita.chm
/
css
/
custom.htmlhelp.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2010-08-08
|
5KB
|
238 lines
/* Settings for node title in page header */
.HTMLHelpHeading {
color:#000000;
font-family:Arial;
font-size:16pt;
font-style:normal;
font-weight:bold;
margin-bottom:0;
margin-left:0;
margin-top:0;
margin-right:0;
overflow:hidden;
text-align:left;
text-decoration:none;
text-indent:0;
position: absolute;
top: 60px;
left: 15px;
border-bottom: 1px solid #D3D3D3;
padding-bottom: 25px;
width: 70%;
}
* html .HTMLHelpHeading {
width: 120%;
}
/* Settings for breadcrumb navigation */
.breadcrumbseparator {
font-size:8pt;
color:#808080;
}
.breadcrumbtext {
width: 100%;
height: 100px;
font-size:8pt;
color:#000000;
}
/* Settings for link colors */
a:visited, a:link, a
{
color: #000000;
text-decoration: none;
}
a:hover, a:active
{
color: #FF0000;
text-decoration: none;
}
.content a, .content a:link, .content a:visited {
color: #808080;
text-decoration: none;
}
.content a:hover {
color: #404040;
text-decoration: underline;
}
/* Various other settings */
.titlePageContent {
text-align: right;
margin: -10px;
}
#footer
{
clear: both;
margin-left: 0px;
width: 100%;
min-width: 550px;
position: fixed; bottom: 0px; left: 0px;
text-align: center;
background-color: #FFFFFF;
font-family:Arial;
font-size:8pt;
}
* html #footer {
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
margin-left: 0px;
position: absolute;
right: auto; bottom: auto;
left: expression( ( -20 - footer.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - footer.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
#footernavigation
{
clear: both;
margin-left: 0px;
width: 100%;
height: 50px;
min-width: 550px;
background-color: #FFFFFF;
position: fixed; bottom: 10px; left: 0px;
border-top: 1px solid #404040;
text-align: center;
vertical-align: top;
background-color: #FFFFFF;
}
* html #footernavigation {
position: absolute;
/* IE5.5+/Win - this is more specific than the IE 5.0 version */
margin-left: 0px;
right: auto; bottom: auto;
left: expression( ( -20 - footernavigation.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - footernavigation.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
.FooterProductName {
color:#000000;
font-family:Arial;
font-size:14pt;
font-style:normal;
font-weight:normal;
margin-bottom:0;
margin-left:0;
margin-top:10px;
overflow:hidden;
text-align:center;
text-decoration:none;
text-indent:0;
}
div.headbackground
{
width: 100%;
min-width: 500px;
height: 125px;
padding: 5px 0 5px 0;
margin-top:-15px;
overflow: hidden;
position:fixed; z-index: 1; left: 0px;
vertical-align: top;
text-align: left;
background-color: #FFFFFF;
}
.page{
padding: 110px 0px 50px;
}
.pageStartpage{
padding: 0px 0px 10px;
}
div.company {
text-align: right;
background-color: #FFFFFF;
}
.Info {
margin-top: 10px;
padding-bottom: 5px;
}
* {
font-family: arial unicode ms,arial,helvetica,sans-serif;
}
div.content > div.Caption {
font-style: italic;
padding-left: 10px;
margin-top: 5px;
}
.content > dl.UnorderedList {
margin-bottom: 15px;
}
span.InlineLexiconReference {
border-bottom: 1px dotted;
cursor: help;
line-height: 14.2pt;
}
.tooltip
{
display: none;
position: fixed;
background-color: #404040;
color: white;
border-color: #000000;
font-size: 12px;
padding: 2px;
border-width: 1px;
border-style: solid;
width: 300px;
}
.tooltip .head
{
color: #000000;
background-color: #000000;
padding: 2px;
text-align: left;
}
.tooltip .head table
{
margin: 2px;
padding: 0px 1px 0px 1px;
}
.tooltip .head table tr td
{
color: white;
font-weight: bold;
padding: 1px 0 1px 0;
}
.tooltipContent
{
color: #FFFFFF;
padding: 2px 4px 2px 4px;
}
.tooltipContent *
{
margin: 0;
padding: 0;
}