Alien-Saxon

 view release on metacpan or  search on metacpan

SaxonHE9-8-0-7J/doc/saxondocs.css  view on Meta::CPAN


/* Any link (e.g. links within a page) */
a{
    font-family:inherit;
    font-size:inherit;
    font-style:normal;
    color:#3D5B96;
    font-weight:normal;
    text-decoration:none;
}

/* used for in body links */
a.bodylink{
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    color:#96433D;
    font-weight:normal;
    text-decoration:none;
}

/* used for anchor links within a page */
a.anchor{
    display:block;
    position:relative;
    top:-102px;
    visibility:hidden;
}

/* used for anchor links in scroll-box (e.g. technology FAQ page) */
a.anchor-in-scroll-box{
    display:block;
    position:relative;
    top:-10px;
    visibility:hidden;
}


/* Used for 'Return to top of page' links (e.g. FAQ page) */
a.top-of-page p{
    font-size:10pt;
    font-style:italic;
    text-align:right;
}

/* used for main page headings */
h1,
h2,
h3,
.subhead{
    text-decoration:none;
    margin-top:0.7em;
    margin-bottom:0.7em;
    line-height:1.6em;
}

h1{
    font-size:13pt;
    font-style:normal;
    color:#3D5B96;
    font-weight:bold;
}

h2{
    font-size:11pt;
    font-style:normal;
    color:#3D5B96;
    font-weight:bold;
}

h3{
    font-size:10pt;
    font-style:italic;
    color:#3D5B96;
    font-weight:normal;
}

/* used for subheads in pref. to H2 etc, to limit underlining width */
.subhead{
    font-size:inherit;
    font-style:normal;
    color:#3D5B96;
    font-weight:normal;
    border-bottom:thin dashed #3D5B96;
    padding-right:5px;
}

/* used for standard text */
p{
    font-family:inherit;
    font-size:10pt;
    font-style:normal;
    color:#3D5B96;
    font-weight:normal;
    text-decoration:none;
    line-height:1.4em;
    padding-right:15px;
    padding-left:15px;
    margin-top:10px;
    margin-bottom:10px;
}

/* used for right-aligned text */
.align-right{
    text-align:right;
}

strong, b{
    font-family:inherit;
    font-weight:bold;
}

i{
    font-family:inherit;
    font-size:inherit;
    font-style:italic;
    font-weight:normal;
    text-decoration:none;
}

blockquote{
	margin: 15px 30px;
}

code{
    font-family:"lucida sans typewriter", courier, monospace;
    font-size:inherit;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    color:#3D5B96;
}

/* Used for general lists */
ul{
    font-family:inherit;
    font-size:10pt;
    font-style:normal;
    color:#3D5B96;
    font-weight:normal;
    text-decoration:none;
    line-height:1.4em;
    list-style-type:disc;
    list-style-position:outside;
    padding-right:15px;
    padding-left:40px;
    margin-top:10px;
    margin-bottom:10px;
}
li{
    font-family:inherit;
    font-size:inherit;
    font-style:normal;
    color:#3D5B96;
    font-weight:normal;
}
ul ul{
    margin-top:5px;
    margin-bottom:5px;
}

/* Used for section index lists (e.g. Technology section main page, W3C page) */
ul.index-list li{
    margin-top:12px;
    margin-bottom:12px;
}
.index-list a.bodylink{
    color:#3D5B96;
}
.index-list ul{
    padding-top:0px;    
    padding-bottom:0px;  
}
.index-list ul li{
    margin-top:6px;
    margin-bottom:6px;
}

/* Documentation table of contents */
/* used for table of contents level 1 */
.toc1{
    font-family:inherit;
    font-size:10pt;
    font-style:normal;
    color:#3D5B96;
    font-weight:bold;
    text-decoration:none;
}

/* used for table of contents level 2 */
.toc2{
    font-family:inherit;
    font-size:10pt;
    font-style:normal;
    color:#3D5B96;
    font-weight:normal;
    text-decoration:none;
}

/* should only be used for table of contents links level 3+ */
ul ul a{
    font-size:9pt;
}

/* used for aside section contents */
.aside *{
    font-size:10pt;
    padding:0 0 0 0;
    margin:0;
    text-decoration:none;
    color:#3D5B96;
    border-collapse:collapse;
}

.aside ul{
    padding-left:20px;
    margin-top:5px;
    margin-bottom:5px;
}

.aside ul li{
    padding-bottom:2px;
}

.aside h2{
    margin-top:0px;
    margin-bottom:5px;
    font-size:11pt;
}

.aside p{
    margin:5px;
}

.aside a.bodylink{
    font-size:inherit;
    font-style:inherit;
    color:#96433D;
    font-weight:normal;
    text-decoration:none;
}

/* Platform logos appear on Products page */
.platform-logo{
    margin:10px;
    padding-left:18px;
    position:relative;
}

/* Used for all tables */
table{
    table-layout:fixed;
    width:auto;
    /*border-collapse:collapse;*/
}
th,
td{
    font-family:inherit;
    font-size:inherit;
    font-style:normal;
    color:#3D5B96;
    text-decoration:none;
    padding-left:15px;
    padding-right:15px;
    padding-top:0px;
    padding-bottom:10px;
}
th{
    font-weight:bold;
    line-height:1.3em;
}
td{
    font-weight:normal;
    text-decoration:none;
    line-height:1.4em;
}

/* Homepage news table */
.news-table td{
    width:250px;
    padding:0px;
}
.news-table a.block-link:link,
.news-table a.block-link:visited{
    padding:5px;
    display:block;
    width:230px;
    background-color:white;
    text-decoration:none;
}
.news-table a.block-link:hover,
.news-table a.block-link:active{
    background-color:#F5F5F5;
}
.highlight{
    color:#96433D;
    font-weight:normal;
}

/* Main page block buttons - purchase, download, products */
table.buttons{
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:20px;
    padding-right:0px;
    padding-left:0px;
    table-layout:fixed;
}
table.buttons tr.buttons{
    text-align:center;
    overflow:hidden;
}
table.buttons tr{
    text-align:left;
    font-size:10pt;
    vertical-align:top;
    margin-top:5px;
    border:8px solid white;
}
table.buttons td{
    padding-bottom:5px;
    width:160px;
    padding-right:15px;
    padding-left:15px;
}
.MainPageButton{
    font-size:14pt;
    padding-top:20px;

SaxonHE9-8-0-7J/doc/saxondocs.css  view on Meta::CPAN

    line-height:1.2em;
    margin-left:10px;
}
table.doc-contents p{
    margin:2px;
}

/* Tech support page table*/
.support-table{
    margin:5px;
    border-collapse:collapse;
}
.support-table p{
    padding:0;
    margin:0;
}
.support-table td{
    width:130px;
    padding:10px;
    vertical-align:top;
}
.support-table td + td{
    width:400px;
}

.client-table{
    width:100%;
    border:0;
    border-collapse:collapse;
}
.client-table td+td{
    vertical-align:middle; 
    text-align:right;
}

/* used for example code */
.codeblock{    
    font-family:"lucida sans typewriter", courier, monospace;
    font-size:9pt;
    font-style:normal;
    font-weight:normal;
    color:#3D5B96;
    background-color:#F5F5F5;
    text-decoration:none;
    line-height:1.4em;
    white-space:pre-wrap;
    display:block;
    border:none;
    margin-left:15px;
    margin-right:15px;    
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
}

/* used for example commands */
.command{
    font-size:8pt;
    font-style:normal;
    color:#96433D;
    font-weight:bold;
    text-decoration:none;
    padding-right:15px;
}

/* used for feature matrix table */
table.feature-matrix{
    margin:0px;
    padding:0px;
    border-collapse:collapse;
}
.feature-matrix tr.feature-heading{
    background-color:#F5F5F5;
}
.feature-matrix tr.feature-heading td, .feature-matrix tr.feature-heading th{    
    font-weight:bold;
}
.feature-matrix th{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
}
.feature-matrix td{
    border-style:solid;
    border-width:1px;
    border-color:#C0C0C0;
    vertical-align:middle;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    width:35px;
    text-align:center;
}
table#overview{
    margin-bottom:120px;
}
#overview td.topic{
    border-style:solid;
    border-width:1px;
    border-color:#C0C0C0;
    vertical-align:middle;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
    width:250px;
    text-align:left;
}
#overview tr:hover{
    background-color:#F5F5F5;
}
/*HOVER POPUP LINKS*/
#overview #popup {
	position: relative;
	display: block;	
	/*width: 130px;*/
	/*line-height: 30px;*/
	/*text-align: right;*/
	/*padding: 0 10px;*/
	/*margin: 0;*/
	/*border: 1px solid #666;*/
	/*text-decoration: none;*/
	/*font-size: 1em;*/
	/*font-weight: bold;*/
}
#overview tr #popup span {
	display: none;
}
#overview tr:hover #popup span {
	display: block;
	position: absolute;
	top: -6px;
	left: 532px;
	width: 320px;
	margin: 0px;
	padding: 5px 10px 8px 10px;
    background-color:#F5F5F5;
	/*color: #335500;*/
	font-weight: normal;
	/*background: white;*/ /*#e5e5e5;*/
	/*text-align: left;*/
	border: 1px solid #C0C0C0;
}
#overview tr:hover #popup span h2 {
	margin: 0px 0px 4px 0px;
	font-size:10pt;
}
#overview tr:hover #popup span p {
	margin: 4px 0px 4px 0px;
	/*padding:3px;*/
	font-size:10pt;
}
.feature-matrix td.feature-name{    
    width:100px;
}
.feature-matrix td.feature-description{    
    width:583px;
    text-align:left;
    padding:10px;
}
.feature-matrix p{
    padding:0;
    margin:0;
}
.feature-title-details-link{
    margin:0px;
    padding:0px;
    margin-bottom:5px;
    border-collapse:collapse;
    width:583px;
    table-layout: auto;
}
.feature-title-details-link td{
    border-collapse:collapse;
    border:0;
    padding:0;
    width:auto;
}

/* used for licenses (html version) */
body.license{
    margin: 20px;
	max-width:800px;
}
h1.license{
    font-family:inherit;
    font-size:12pt;
    font-style:normal;
    color:#96433D;
    font-weight:bold;
    text-decoration:none;
    line-height:15pt;
}
h2.license{
    font-family:inherit;
    font-size:10pt;
    font-style:normal;
    color:#96433D;
    font-weight:bold;
    text-decoration:none;
    line-height:12pt;
}
.licence{
    font-family:inherit;
    font-size:8pt;
    font-style:normal;
    color:#3D5B96;
    font-weight:normal;
    text-decoration:none;
    line-height:11pt;
    margin-top:8px;
    margin-bottom:8px;
}
.licencelink{
    font-family:inherit;
    font-size:8pt;
    font-style:normal;
    color:#3D5B96;
    font-weight:normal;
    text-decoration:underline;
    line-height:11pt;
}

/*hr {
    display:block;
    height:2px;
    margin: 1em 0;
    padding:0;        
    border: 0;
    border-top: 1px solid #F5F5F5;
    color:#F5F5F5;
    border-color:#F5F5F5;
    background-color:#F5F5F5;
}*/


/* used for text in boxed areas - which pages? DL */
.boxed{
    font-family:inherit;
    font-size:8pt;
    font-style:normal;
    color:#96433D;
    font-weight:bold;
    text-decoration:none;
    margin-top:5px;
    margin-bottom:5px;
}

/* Is this used? */
ital{
    font-family:inherit;
    font-size:inherit;
    font-style:italic;
    font-weight:normal;
    text-decoration:none;
}

/* Is this used? */
italb{
    font-family:inherit;
    font-size:inherit;
    font-style:italic;
    font-weight:bold;
    text-decoration:none;
}
/* used for links in boxed areas - which pages? DL */
a.rust{
    font-family:inherit;
    font-size:8pt;
    font-style:normal;
    color:#96433D;
    font-weight:bold;
    text-decoration:underline;
}

/* used for links at the end of a page - which pages? DL */
a.nav{
    font-family:inherit;
    font-size:8pt;
    font-style:normal;
    color:#96433D;
    font-weight:bold;
}



( run in 1.540 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )