Alien-Saxon
view release on metacpan or search on metacpan
SaxonHE9-8-0-7J/doc/saxondocs.css view on Meta::CPAN
/*
Text blue: #3D5B96
Dark blue: #C1CEDE
Mid blue: #E4EEF0
Light blue: #F6FFFB
mid green: #B1CCC7
rust: #96433D
brown: #B3956F
dark grey: #7F7396
purple-ish grey: #9FA6B4
light grey: #F5F5F5 (Menu dropdown blocks)
font-family: Verdana, Arial, Helvetica, sans-serif;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
"Lucida Console", Monaco, monospace;
Georgia,"Times New Roman",Times,serif;
*/
/* RESET PAGE STYLING - for consistency across browsers (avoid using their differing defaults) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Prevent mobile browsers from default adapting font sizes of content to make it readable */
body{
-webkit-text-size-adjust: 100%;
}
/** SAXONICA PAGE STYLING */
/* Body class */
.main{
background:#C1CEDE;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
padding:0 0 0 0;
}
html,body{
height: 100%;
}
body{
-webkit-text-size-adjust: 100%;
padding:0;
margin:0;
background:white;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#footer{
height:22px;
clear:both;
bottom:0;
padding:0 0 10px 0;
margin:0 10px 0 10px;
text-align:left;
/*min-height:10%;*/
}
#footer p{
font-size:8pt;
background:white;
padding:0 0 0 0;
margin:0;
}
/* wrapper for whole page body, fixed width positioned centrally in available space */
#wrapper{
width:980px;
margin-left:auto;
margin-right:auto;
font-size:10pt;
background:white;
box-shadow:0px 0px 15px #3D5B96;
min-height:100%;
}
/* header and nav container */
#header-container{
width:980px;
height:110px;
position:fixed;
top:0px;
z-index:10;
background:white;
/*box-shadow:0px 0px 15px #3D5B96;*/
}
/* header section */
#header{
width:980px;
min-width:980px;
height:60px;
z-index:3;
margin-top:0px;
margin-left:0px;
margin-right:0px;
background-color:#E4EEF0;/*#96433D;*/
visibility:visible;
/*border-bottom:3px solid white;*/
}
/* navigation menu bar under header */
#nav{
width:980px;
height:25px;
z-index:5;
margin-left:0px;
SaxonHE9-8-0-7J/doc/saxondocs.css view on Meta::CPAN
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;
SaxonHE9-8-0-7J/doc/saxondocs.css view on Meta::CPAN
padding-left:20px;
}
.doc-table .DocButton{
padding:10px 10px;
border:2px solid #F5F5F5;
}
a:hover div.DocButton,
a:active div.DocButton{
background-color:#F5F5F5;
}
/* Documentation contents tables */
table.doc-contents{
border:0;
width:220px;
margin:0 10px;
border-collapse:collapse;
}
table.doc-contents tr{
border-bottom:solid 1px #3D5B96;
}
table.doc-contents tr *{
border:0;
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;
}
( run in 1.133 second using v1.01-cache-2.11-cpan-e1769b4cff6 )