Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2014-03-18 04:53:50 +0400
committerisaacs <i@izs.me>2014-03-18 04:53:50 +0400
commit28a91fee546a217f8a891a18f76a08e735d6ec9f (patch)
treeeb282d0a51445e7d2b3defe4389eadb94e5f81b0 /html
parentf54c6fd386c2d5e297ccea7c2b67cc981b81e7e9 (diff)
doc: include logo in footer
Diffstat (limited to 'html')
-rw-r--r--html/docfoot.html11
-rw-r--r--html/dochead.html1
-rw-r--r--html/static/style.css13
3 files changed, 22 insertions, 3 deletions
diff --git a/html/docfoot.html b/html/docfoot.html
index 237b89718..11a67943b 100644
--- a/html/docfoot.html
+++ b/html/docfoot.html
@@ -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>
+
diff --git a/html/dochead.html b/html/dochead.html
index a17bce9e4..f2c8a6bad 100644
--- a/html/dochead.html
+++ b/html/dochead.html
@@ -7,3 +7,4 @@
<body>
<div id="wrapper">
+
diff --git a/html/static/style.css b/html/static/style.css
index cfb46fb8e..7a7f6ea5d 100644
--- a/html/static/style.css
+++ b/html/static/style.css
@@ -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;
@@ -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 {
@@ -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 {
@@ -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;