/* Protype of CSS for pod2xhtml converter. */
.hide { display: none }
a { /* An anchor proper */
}
a:link { /* Link */
color : #0002D0;
text-decoration : underline;
}
a:hover {
color : #00B25B;
text-decoration : underline;
}
a:visited {
color : #00019F;
text-decoration : underline;
}
a.code {
font-family : "Courier New", Courier, monospace;
}
a.head {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.idxstart {
}
a.index {
}
a.item {
}
a.itm_index {
}
a.link {
}
a:active {
color : #FF3333;
text-decoration : underline;
}
/*
b.itm_index {
color : #880000;
font-weight : bold;
}*/
blockquote {
font-style : italic;
font-weight : normal;
/*color: #005A9C; */
}
body address {
font-size : xx-small;
font-style : italic;
font-weight : bold;
text-align : right;
letter-spacing : 1px;
background-color: #7B8AFF;
/*color : #000099;*/
}
body {
color : Black;
background-color : White;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-
+serif;
font-size : medium;
}
code.link {
}
dd.item {
}
dfn {
margin-left : 4em;
text-indent : -2em;
display : block;
}
dl.item {
}
dt.item {
font-weight : bold;
}
em.link {
}
h1 {
font: 130%; background-color: #A8B1FF;
}
h2 { font: 120%; background-color: #A8B1FF;}
h3 { font: bold 110%f; background-color: #B0B9FF;}
h4 {font: 100%; background-color: #D4D9FF;}
h5 { font: italic 100%; background-color: #E5EAFF;}
h6{ font: small-caps 100% sans-serif; background-color: #FFF;}
h1, h2, h3, h4, h5, h6 {
padding-left : 4px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: left;
letter-spacing : 1px;
}
h1.pod {
border : thin solid #005A9C;
}
h1.title {
text-align : center;
border : thin solid #005A9C;
}
h2.pod {
}
h5.itm_index {
}
p.text_head3 {
margin-left : 5%;
}
i.filename {
}
li.index {
}
li.item {
}
ol li {
list-style: upper-roman inside;
}
ol ol li {
list-style: upper-alpha outside;
}
ol ol ol li {
list-style: decimal
}
ol ol ol ol li{
list-style: lower-roman
}
ol ol ol ol ol li{
list-style: lower-alpha
}
p.text {
}
pre.output {
font-family : "Courier New", Courier, monospace;
font-weight : bold;
font-size : medium;
}
pre.verbatim {
font-family : "Courier New", Courier, monospace;
font-size : larger;
border : 1px outset #000099;
background-color : #E4E4E4;
padding-left : 4px;
padding : 2px 2px 2px 2px;
}
p{
font-weight : normal;
}
q {
font-style : italic;
font-weight : bold;
}
strong {
letter-spacing : 1px;
/*color : #005A9C;*/
font-weight : bold;
}
table caption {
font-family : "Times New Roman", Times, serif;
}
table table table table table table td {
background-color: #7B8AFF;
}
table table table table table td {
background-color: #A8B1FF;
}
table table table table td {
background-color: #B0B9FF;
}
table table table td {
background-color: #D4D9FF;
}
table table td {
background-color: #E5EAFF;
}
table td {
background-color: #FFF;
}
table td strong {
text-align : center;
letter-spacing : 1px;
font-size : xx-large;
/*color : #005A9C;*/
font-family : "Times New Roman", Times, serif;
}
table {
border-spacing : 2px;
border : thin outset;
border-width : 2px 2px 2px 2px;
width : 100%;
float : none;
caption-side : top;
border-collapse : collapse;
font-weight : lighter;
}
div.no_header table.expr_tabs {
border-spacing : 2px;
border : none;
width : 100%;
float : none;
caption-side : top;
border-collapse : collapse;
font-weight : normal;
}
table.itm_index {
}
div.no_header td.expr_tabs{
text-align : left;
}
td.itm_index {
}
th {
background-color: #B0B9FF;
border : 1px groove Black;
text-align : center;
font-weight : bold;
font-size : medium;
padding : 2px 2px 2px 2px;
border-style : double solid solid double;
}
td {
text-align : center;
}
th.expr_tabs {
}
tr.expr_tabs {
}
tr.expr_tabs_hdr {
}
tr.itm_index {
}
ul li {
list-style: disc;
}
ul ul li {
list-style: circle;
}
ul ul ul li {
list-style: square;
}
ul ul ul ul li {
list-style: circle;
}
ul.index {
}
ul.item {
}
|