72 lines
1.4 KiB
CSS
72 lines
1.4 KiB
CSS
body{
|
|
font-family: Verdana, Arial;
|
|
font-size: 10pt;
|
|
font-weight: normal;
|
|
scrollbar-base-color:#6487DC;
|
|
scrollbar-3dlight-color:#000000;
|
|
scrollbar-arrow-color:#D6DFF7;
|
|
scrollbar-darkshadow-color:#000000;
|
|
scrollbar-face-color:#6487DC;
|
|
scrollbar-highlight-color:#6487DC;
|
|
scrollbar-shadow-color:#6487DC;
|
|
scrollbar-track-color:#D6DFF7;
|
|
}
|
|
.close:link, .close:visited {
|
|
color: #4E689C;
|
|
text-decoration: none;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 8pt;
|
|
}
|
|
.close:hover, .close:active {
|
|
text-decoration: underline;
|
|
}
|
|
.headline {
|
|
font-size: 12pt;
|
|
font-weight: bold;
|
|
color: #666666;
|
|
text-align: center;
|
|
}
|
|
.bibletext {
|
|
text-align: justify;
|
|
text-indent: 20px;
|
|
}
|
|
.verse_number {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: #444444;
|
|
}
|
|
.verse_number_highlight {
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
color: #444444;
|
|
background-color: #dddddd;
|
|
padding-top: 2px;
|
|
padding-bottom: 1px;
|
|
}
|
|
.verse {
|
|
}
|
|
.verse_highlight {
|
|
background-color: #dddddd;
|
|
}
|
|
.nextprev:link, .nextprev:visited {
|
|
background-color: #D6DFF7;
|
|
color: black;
|
|
font-weight:bold;
|
|
text-decoration: none;
|
|
width: 99%;
|
|
display: block;
|
|
font-size: 8pt;
|
|
text-align: center;
|
|
padding: 1px;
|
|
}
|
|
.nextprev:active, .nextprev:hover {
|
|
background-color: #6487DC;
|
|
color: #FFFFFF;
|
|
font-weight:bold;
|
|
text-decoration: none;
|
|
width: 99%;
|
|
display: block;
|
|
font-size: 8pt;
|
|
text-align: center;
|
|
padding: 1px;
|
|
} |