mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 15:30:14 -04:00
189 lines
3.0 KiB
CSS
189 lines
3.0 KiB
CSS
body {
|
|
background: #fff; /* #dde */
|
|
margin: 0;
|
|
font-family: verdana;
|
|
}
|
|
a
|
|
{
|
|
color: #000;
|
|
text-decoration:none;
|
|
border-bottom: 1px dotted darkgray;
|
|
_border-bottom: 1px solid lightgray; /* IE */
|
|
}
|
|
a:hover {
|
|
border-bottom: 1px solid maroon;
|
|
}
|
|
|
|
em {font-style: normal;}
|
|
|
|
#query {
|
|
background: #eee;
|
|
color: #444;
|
|
padding: 12px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
border: 2px solid #999;
|
|
}
|
|
|
|
#searchvalue
|
|
{
|
|
color: #333;
|
|
width: 100%;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
padding: 3px;
|
|
margin-left: 6px;
|
|
font-size: 18px;
|
|
font-family: georgia;
|
|
}
|
|
#searchbtn
|
|
{
|
|
height: 52px;
|
|
width: 90px;
|
|
}
|
|
|
|
h1 {
|
|
color: #313952;
|
|
font: 36px georgia;
|
|
font-weight: normal;
|
|
background: white;
|
|
margin: 0 10px 0 0;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
h1 span {
|
|
font: 12px verdana;
|
|
display: block;
|
|
color: #999;
|
|
}
|
|
h3 {
|
|
font: 18px verdana;
|
|
font-weight: bold;
|
|
background: #ccc;
|
|
padding: 5px 5px 0 5px;
|
|
margin: 0;
|
|
}
|
|
|
|
#searchresultswrap {
|
|
font: 18px verdana;
|
|
width: 30%;
|
|
float: left;
|
|
}
|
|
|
|
#searchresultswrap h3 {
|
|
margin: 0;
|
|
background: #eee;
|
|
border-right: 2px solid #999;
|
|
border-top: 2px solid #999;
|
|
border-left: 2px solid #999;
|
|
margin-right: 16px;
|
|
margin-left: 16px;
|
|
text-align:center;
|
|
}
|
|
|
|
#searchresults {
|
|
xmargin-right: 10px;
|
|
padding: 0 10px 10px 10px;
|
|
overflow:scroll;
|
|
height: 600px;
|
|
border-right: 2px solid #999;
|
|
border-bottom: 2px solid #999;
|
|
border-left: 2px solid #999;
|
|
margin-right: 16px;
|
|
margin-left: 16px;
|
|
background: #eee;
|
|
}
|
|
#searchresults ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
list-style-position: inside;
|
|
}
|
|
#searchresults ul li
|
|
{
|
|
margin: 0 0 3px 0;
|
|
}
|
|
#searchresults ul a
|
|
{
|
|
width: 100%;
|
|
height: 30px;
|
|
display: block;
|
|
line-height: 30px;
|
|
background-color: #ddd;
|
|
padding: 3px;
|
|
text-align:center;
|
|
font-size: 18px;
|
|
font-family: Georgia, Serif;
|
|
text-decoration: none;
|
|
border: 0px;
|
|
color: Maroon;
|
|
}
|
|
#searchresults ul a:hover
|
|
{
|
|
background-color: #fff;
|
|
}
|
|
|
|
#resultwrap {
|
|
width: 70%;
|
|
float: left;
|
|
font: 18px georgia;
|
|
color: #000;
|
|
}
|
|
#resultwrap h3 {
|
|
margin: 0;
|
|
background: white;
|
|
font-weight: bold;
|
|
padding: 0 10px;
|
|
}
|
|
#result li {
|
|
background-color: #fff;
|
|
}
|
|
#result {
|
|
|
|
margin: 0 0 12px 12px;
|
|
padding: 0 12px 0 0;
|
|
line-height: 200%;
|
|
}
|
|
.rmac .contents, .scr .contents
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
.result
|
|
{
|
|
display: block;
|
|
border-bottom: 1px dotted #bbb;
|
|
margin-bottom: 12px;
|
|
|
|
background-color: #fff;
|
|
}
|
|
.removeresult
|
|
{
|
|
float: left;
|
|
display: block;
|
|
margin: 0 9px 12px 0;
|
|
text-decoration: none;
|
|
border: 0px;
|
|
}
|
|
.result .resultbody
|
|
{
|
|
display: block;
|
|
padding-left: 55px;
|
|
}
|
|
|
|
#main .block {
|
|
width: 800px;
|
|
margin: 0px 36px 0px 36px;
|
|
}
|
|
|
|
#main .block h3 {
|
|
margin-bottom: 6px;
|
|
background-color: white;
|
|
}
|
|
|
|
#main .block p {
|
|
padding: 0px 12px;
|
|
margin: 0px;
|
|
}
|