summaryrefslogtreecommitdiffstats
path: root/wp-admin/install.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-29 11:56:38 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-29 11:56:38 +0000
commit75d96f4cc4c576861f38537826dca63b12bd819b (patch)
tree5963bedb5986b2d7f14e650a43921e3ac952411e /wp-admin/install.css
parent3262571895ef526406dd072e518a1a46e956c499 (diff)
downloadwordpress-mu-75d96f4cc4c576861f38537826dca63b12bd819b.tar.gz
wordpress-mu-75d96f4cc4c576861f38537826dca63b12bd819b.tar.xz
wordpress-mu-75d96f4cc4c576861f38537826dca63b12bd819b.zip
WP Merge to rev 4262
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@784 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/install.css')
-rw-r--r--wp-admin/install.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/wp-admin/install.css b/wp-admin/install.css
new file mode 100644
index 0000000..5eb85cd
--- /dev/null
+++ b/wp-admin/install.css
@@ -0,0 +1,40 @@
+html { background: #eee; }
+
+body {
+ background: #fff;
+ color: #000;
+ font-family: Georgia, "Times New Roman", Times, serif;
+ margin-left: 20%;
+ margin-right: 20%;
+ padding: .2em 2em;
+}
+
+h1 {
+ color: #006;
+ font-size: 18px;
+ font-weight: lighter;
+}
+
+h2 { font-size: 16px; }
+
+p, li, dt {
+ line-height: 140%;
+ padding-bottom: 2px;
+}
+
+ul, ol { padding: 5px 5px 5px 20px; }
+
+#logo { margin-bottom: 2em; }
+
+.step a, .step input { font-size: 2em; }
+
+td input { font-size: 1.5em; }
+
+.step, th { text-align: right; }
+
+#footer {
+ text-align: center;
+ border-top: 1px solid #ccc;
+ padding-top: 1em;
+ font-style: italic;
+} \ No newline at end of file