dynamicbible/css/bible.css

185 lines
2.9 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
}
a
{
color: #000;
text-decoration:none;
border-bottom: 1px dotted darkgray;
_border-bottom: 1px solid lightgray; /* IE */
}
a:hover {
border-bottom: 1px solid maroon;
}
2011-11-01 18:17:02 -04:00
em {font-style: normal;}
2011-11-01 18:17:02 -04:00
#query {
background: #eee;
color: #444;
padding: 12px;
font-size: 14px;
2011-11-01 18:17:02 -04:00
font-weight: bold;
text-align: center;
border: 2px solid #999;
}
#searchvalue
2011-11-01 18:17:02 -04:00
{
color: #333;
2011-11-01 18:17:02 -04:00
width: 100%;
height: 50px;
line-height: 50px;
padding: 3px;
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
}
#searchbtn
{
height: 52px;
width: 90px;
}
2011-11-01 18:17:02 -04:00
h1 {
color: #313952;
2011-11-01 18:17:02 -04:00
font: 36px georgia;
font-weight: normal;
background: white;
margin: 0 10px 0 0;
padding: 10px;
2011-11-01 18:17:02 -04:00
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;
}
2011-11-01 18:17:02 -04:00
#searchresultswrap h3 {
margin: 0;
background: #eee;
border-right: 2px solid #999;
border-top: 2px solid #999;
border-left: 2px solid #999;
2011-11-03 16:02:00 -04:00
margin-right: 16px;
2011-11-09 12:26:40 -05:00
margin-left: 16px;
text-align:center;
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: 600px;
2011-11-01 18:17:02 -04:00
border-right: 2px solid #999;
border-bottom: 2px solid #999;
border-left: 2px solid #999;
2011-11-03 16:02:00 -04:00
margin-right: 16px;
2011-11-09 12:26:40 -05:00
margin-left: 16px;
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: 18px;
2011-11-02 13:50:08 -04:00
font-family: Georgia, Serif;
text-decoration: none;
border: 0px;
2011-11-02 13:50:08 -04:00
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%;
}
.rmac .contents, .scr .contents
{
display: none;
}
2011-11-01 18:17:02 -04:00
.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;
}