diff --git a/css/bible.css b/css/bible.css index 577b475e..fc2b623d 100644 --- a/css/bible.css +++ b/css/bible.css @@ -1,30 +1,29 @@ body { background: #fff; /* #dde */ margin: 0; - font: 11px verdana; -} -.post { - /* might we need to align this center and everything else left in order to get the query box centered in IE? */ + font-family: verdana; } + em {font-style: normal;} + #query { background: #ddd; color: #666; - margin: 0 auto 40px auto; padding: 9px; - font: 14px verdana; + font-size: 14px; + font-weight: bold; text-align: center; - width: 75%; border: 2px solid #999; } #query #searchvalue { - color: darkgray; + color: #777; width: 100%; - height: 50px; + height: 70px; margin-left: 6px; font-size: 18px; + font-family: georgia; } h1 { color: navy; @@ -41,26 +40,17 @@ h1 span { color: #999; } h3 { - font: 12px verdana; + font: 18px verdana; font-weight: bold; - xborder-bottom: 1px solid darkgray; background: #ccc; - padding: 5px 10px; + padding: 5px 5px 0 5px; margin: 0; } -#main { - margin: 0 3px 0 3px; -} - #searchresultswrap { - font: 11px verdana; + font: 18px verdana; width: 30%; float: left; - border: 0px solid #ccc; - border-left-width: 0; - margin-right: 1px; - background: #eee; } #searchresultswrap h3 { margin: 0; @@ -68,16 +58,19 @@ h3 { border-right: 2px solid #999; border-top: 2px solid #999; border-left: 2px solid #999; + margin-right: 12px; } #searchresults { xmargin-right: 10px; - padding: 10px; + padding: 0 10px 10px 10px; overflow:scroll; - height: 700px; + height: 800px; border-right: 2px solid #999; border-bottom: 2px solid #999; border-left: 2px solid #999; + margin-right: 12px; + background: #eee; } #searchresults ul { margin: 0; @@ -107,38 +100,31 @@ h3 { { background-color: #fff; } + #resultwrap { width: 70%; float: left; - background: white; - + font: 18px georgia; + color: #000; } #resultwrap h3 { margin: 0; - font: 18px georgia; background: white; font-weight: bold; padding: 0 10px; } -#resultwrap center { /* nav */ - xmargin: 10px 20px; - font: 10px verdana; - display: block; - xbackground: #eef; - padding: 10px 10px; -} #result { - font: 21px georgia; + margin: 0 0 12px 12px; padding: 0 12px 0 0; line-height: 200%; } #result a { - color: Maroon; text-decoration: none; border-bottom: 1px dotted darkgray; _border-bottom: 1px solid lightgray; /* IE */ + color: #000; } #result a:hover { border-bottom: 1px solid blue; diff --git a/index.html b/index.html index 8a80cb46..ac766b8b 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ - @@ -18,7 +17,7 @@