dynamicbible/css/bible.css

167 lines
2.7 KiB
CSS
Raw Normal View History

2011-11-01 18:17:02 -04:00
body {
background: #fff; /* #dde */
margin: 0;
font-family: verdana;
2011-11-01 18:17:02 -04:00
}
2011-11-01 18:17:02 -04:00
em {font-style: normal;}
2011-11-01 18:17:02 -04:00
#query {
background: #ddd;
color: #666;
padding: 9px;
font-size: 14px;
2011-11-01 18:17:02 -04:00
font-weight: bold;
text-align: center;
border: 2px solid #999;
}
#query #searchvalue
{
color: #777;
2011-11-01 18:17:02 -04:00
width: 100%;
height: 70px;
2011-11-01 18:17:02 -04:00
margin-left: 6px;
font-size: 18px;
font-family: georgia;
2011-11-01 18:17:02 -04:00
}
h1 {
color: navy;
font: 36px georgia;
font-weight: normal;
background: white;
margin: 10px 0px 0 0px;
padding: 30px 10px;
text-align: center;
}
h1 span {
font: 12px verdana;
display: block;
color: #999;
}
h3 {
font: 18px verdana;
2011-11-01 18:17:02 -04:00
font-weight: bold;
background: #ccc;
padding: 5px 5px 0 5px;
2011-11-01 18:17:02 -04:00
margin: 0;
}
#searchresultswrap {
font: 18px verdana;
2011-11-02 22:39:56 -04:00
width: 30%;
2011-11-01 18:17:02 -04:00
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: 12px;
2011-11-01 18:17:02 -04:00
}
2011-11-02 13:50:08 -04:00
2011-11-01 18:17:02 -04:00
#searchresults {
xmargin-right: 10px;
padding: 0 10px 10px 10px;
2011-11-02 13:50:08 -04:00
overflow:scroll;
height: 800px;
2011-11-01 18:17:02 -04:00
border-right: 2px solid #999;
border-bottom: 2px solid #999;
border-left: 2px solid #999;
margin-right: 12px;
background: #eee;
2011-11-01 18:17:02 -04:00
}
#searchresults ul {
2011-11-02 13:50:08 -04:00
margin: 0;
padding: 0;
list-style-type: none;
2011-11-01 18:17:02 -04:00
list-style-position: inside;
}
2011-11-02 13:50:08 -04:00
#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: 21px;
font-family: Georgia, Serif;
text-decoration: none;
color: Maroon;
}
#searchresults ul a:hover
{
background-color: #fff;
}
2011-11-01 18:17:02 -04:00
#resultwrap {
2011-11-02 22:39:56 -04:00
width: 70%;
2011-11-01 18:17:02 -04:00
float: left;
font: 18px georgia;
color: #000;
2011-11-01 18:17:02 -04:00
}
#resultwrap h3 {
margin: 0;
background: white;
font-weight: bold;
padding: 0 10px;
}
2011-11-02 13:50:08 -04:00
2011-11-01 18:17:02 -04:00
#result {
2011-11-01 18:17:02 -04:00
margin: 0 0 12px 12px;
2011-11-02 22:39:56 -04:00
padding: 0 12px 0 0;
2011-11-01 18:17:02 -04:00
line-height: 200%;
}
#result a {
text-decoration: none;
border-bottom: 1px dotted darkgray;
_border-bottom: 1px solid lightgray; /* IE */
color: #000;
2011-11-01 18:17:02 -04:00
}
#result a:hover {
border-bottom: 1px solid blue;
color: blue;
}
.result
{
display: block;
border-bottom: 1px dotted #bbb;
margin-bottom: 12px;
}
.removeresult
{
float: left;
display: block;
margin: 0 9px 12px 0;
text-decoration: none;
border: 0px;
}
.result .resultbody
{
display: block;
2011-11-02 15:38:29 -04:00
padding-left: 55px;
2011-11-01 18:17:02 -04:00
}
#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;
}