mirror of https://github.com/scrapy/scrapy.git
added new logo, also make it clickable
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40529
This commit is contained in:
parent
4856e2d64c
commit
4fd712e1e5
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 26 KiB |
|
|
@ -18,6 +18,9 @@ body {
|
|||
a { color:#6e0909; text-decoration:none; border-bottom:1px solid #d78888;}
|
||||
a:hover { color:#f99800; border-bottom:1px solid #f7b7b7; }
|
||||
.clear { clear:both; overflow:hidden; }
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
h1, h2 { color:#331f0a; font-weight:normal;}
|
||||
h1 {
|
||||
font-size: 200%;
|
||||
|
|
@ -31,7 +34,6 @@ blockquote { padding:0px 15px; color:#5b1111; font-size:125%; margin:0;}
|
|||
p { line-height:1.5em; }
|
||||
|
||||
/* structure */
|
||||
#header h1 { background:url('../images/logo.jpg') no-repeat left top ; text-indent: -5000px; width:545px; height:65px }
|
||||
#mainwrap {
|
||||
position: relative;
|
||||
min-height: 100%; }
|
||||
|
|
@ -54,6 +56,10 @@ p { line-height:1.5em; }
|
|||
margin: 25px 0 0 -274px;
|
||||
}
|
||||
|
||||
#header h1 a {
|
||||
border: none;
|
||||
}
|
||||
|
||||
ul#navigation { list-style-type:none; margin:0 0 18px -12px; padding:0;}
|
||||
ul#navigation li { float:left; padding:0 10px; font-size:130%; border-right:1px solid #e57919; }
|
||||
ul#navigation li.last { border-right:none; }
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div id="header">
|
||||
<h1>Scrapy - a Python screen scraping & web crawling framework</h1>
|
||||
<h1><a href="/"><img src="{{ MEDIA_URL }}/images/logo.jpg" width="150" height="65" alt="Scrapy"/></a></h1>
|
||||
<ul id="navigation">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/download/">Download</a></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue