nav bar change
parent
f1e891321f
commit
97dde4dec6
|
@ -59,15 +59,15 @@
|
|||
<li><a href="/donate/">Donate</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="donate">
|
||||
<div class="searchbox">
|
||||
<form method="get" action="/ebooks/search/" accept-charset="utf-8" enctype="multipart/form-data" class="searchbox">
|
||||
<input type="text" value="" id="menu-book-search" name="query" class="searchInput" title="Quick search" tabindex="20" size="20" maxlength="80" placeholder=" Quick search" />
|
||||
<input type="submit" name="submit_search" value="Go!" style="vertical-align:middle;" />
|
||||
</form>
|
||||
</div>
|
||||
<div class="donate">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="new">
|
||||
<p>Project Gutenberg appreciates your <a href="/donate/">donation</a>. Direct Paypal Donation Link: </p>
|
||||
<p><a href="/donate/">Donation</a></p>
|
||||
<input type="hidden" name="cmd" value="_s-xclick" />
|
||||
<input type="hidden" name="hosted_button_id" value="XKAL6BZL3YPSN" />
|
||||
<input class="donbtn" type="image" src="/pics/en_US.gif" name="submit" alt="Donate via PayPal" />
|
||||
|
|
|
@ -8,7 +8,7 @@ nav {
|
|||
right: 0;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
height:60px;
|
||||
height:40px;
|
||||
font-family: "Trebuchet MS",Helvetica, sans-serif;
|
||||
}
|
||||
#main_logo{
|
||||
|
@ -20,26 +20,31 @@ nav {
|
|||
nav .searchbox{
|
||||
position: relative;
|
||||
float:right;
|
||||
width:200px;
|
||||
width:320px;
|
||||
padding:10px;
|
||||
|
||||
}
|
||||
nav .searchbox input[type=text]{
|
||||
height:25px;
|
||||
width:100px;
|
||||
border-radius:25px;
|
||||
width:250px;
|
||||
border-radius:8px;
|
||||
color: black;
|
||||
background-color: #f5f5f5;
|
||||
padding-right:10px;
|
||||
padding-left:10px;
|
||||
}
|
||||
nav .searchbox input[type="submit"] {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
nav .donate{
|
||||
background-color:#F5ECDB;
|
||||
color:black;
|
||||
font-size: 16px;
|
||||
width:115%;
|
||||
margin-top: 60px;
|
||||
margin-left:129px;
|
||||
margin-top: 40px;
|
||||
margin-left:129px;
|
||||
height: 40px;
|
||||
}
|
||||
nav .donate p{
|
||||
margin-top:0px;
|
||||
|
@ -141,7 +146,7 @@ nav .donate a:hover{
|
|||
|
||||
#toggle-menu,
|
||||
#menu a {
|
||||
padding: 1em 1.5em;
|
||||
padding: 8px 1.5em;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
|
|
|
@ -2,7 +2,7 @@ html,
|
|||
body {
|
||||
background-color:#FFFFFF;/* #FFFCD7;*/
|
||||
color:#000000; /*#A01F13;*/
|
||||
font-family: Georgia, Times, Times New Roman, serif;
|
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
||||
font-size: 1em;
|
||||
line-height: 1.5em;
|
||||
letter-spacing: 0.01mm;
|
||||
|
|
Loading…
Reference in New Issue