summaryrefslogtreecommitdiff
path: root/doc/pipe.css
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-08-15 08:33:35 -0700
committerisaacs <i@izs.me>2012-08-15 09:10:03 -0700
commitafa57799e43b6cc0f36f37f059dcf33be28eca29 (patch)
treef5c7e8d4e3c7d58335831995eed1e83b19922869 /doc/pipe.css
parent15c6c0eeccd55395ecac5f02c7e09aea711ea96e (diff)
downloadnode-afa57799e43b6cc0f36f37f059dcf33be28eca29.tar.gz
website: Use table for download page
Paragraphs of text are too wordy. Use big pretty images and clickable blocky links.
Diffstat (limited to 'doc/pipe.css')
-rw-r--r--doc/pipe.css73
1 files changed, 72 insertions, 1 deletions
diff --git a/doc/pipe.css b/doc/pipe.css
index f1db83238..7baefcf6a 100644
--- a/doc/pipe.css
+++ b/doc/pipe.css
@@ -179,10 +179,81 @@ h1 a, h2 a, h3 a, h4 a
float: left;
}
-#content p {
+#content p,
+#content ul {
font-size: 14px;
line-height:24px;
}
+
+#content ul {
+ margin-top:1em;
+}
+
+#content table {
+ font-size:14px;
+ line-height:24px;
+ width:100%;
+}
+
+
+
+#download-page ul#installers {
+ width: auto;
+ text-align: center;
+ margin: 0 auto;
+ background: url(http://nodejs.org/images/platform-icons.png) no-repeat center 20px white;
+ padding-top: 92px;
+ padding-bottom: 45px;
+ padding-left: 29px;
+}
+
+#download-page ul#installers li {
+ list-style-type: none;
+ width: 165px;
+ padding-left: 18px;
+ float: left;
+ display: block;
+ color: #33342D;
+ font-size: 10px;
+}
+
+#download-page ul#installers li#source {
+ padding-left: 0;
+}
+
+#download-page ul#installers li a {
+ font-size: 16px;
+ padding-top: 80px;
+ margin-top: -80px;
+}
+
+#download-page #content th {
+ text-align:left;
+ width:35%;
+}
+
+#download-page #content table {
+ table-collapse:separate;
+}
+
+#download-page #content td,
+#download-page #content th {
+ border:1px solid #666;
+}
+
+#download-page #content td a {
+ display:block;
+ height:100%;
+ width:100%;
+ text-align:center;
+}
+
+#download-page #content td a:hover,
+#download-page #content td a:active {
+ background:#666;
+ color: #8cc84b;
+}
+
#front #content p {
font-size:12px;
}