Skip to content

Commit

Permalink
doc: include logo in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 18, 2014
1 parent f54c6fd commit 28a91fe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions html/docfoot.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
</div>

<table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
<tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr>
<tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr>
<tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr>
<tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr>
<tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
<p id="footer">@NAME@ &mdash; npm@@VERSION@</p>

1 change: 1 addition & 0 deletions html/dochead.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@

<body>
<div id="wrapper">

13 changes: 10 additions & 3 deletions html/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ q q:after, q q q q:after, q q q q q q:after, q q q q q q q q:after { content:"

a { color:#00f; text-decoration:none; }
a:visited { color:#636; }
a:hover, a:active { color:#900!important; text-decoration:underline; }
a:hover, a:active { color:#c00!important; text-decoration:underline; }

h1 {
font-weight:bold;
Expand All @@ -150,7 +150,7 @@ h1 {
h1 a, h1 a:visited {
font-family:monospace;
font-size:60px;
color:#900;
color:#c00;
display:block;
}
h1 a:focus, h1 a:hover, h1 a:active {
Expand Down Expand Up @@ -276,11 +276,12 @@ input.submit, input#submit, input.button, button, input[type=submit] {
}

#footer, #footer * {
text-align:right;
text-align:center;
font-size:16px;
color:#ccc;
font-style:italic;
word-spacing:1em;
margin-top:0;
}

#toc {
Expand Down Expand Up @@ -315,6 +316,12 @@ input.submit, input#submit, input.button, button, input[type=submit] {
display:block;
}

table#npmlogo {
line-height:10px;
width:180px;
margin:0 auto;
}

@media print {
a[href] {
color:inherit;
Expand Down

0 comments on commit 28a91fe

Please sign in to comment.