From f80fa8b7e0bff7126a13b767079d2c500b92b3f7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 29 Jan 2006 04:55:05 +0000 Subject: Update quickstart style.css --- demos/quickstart/themes/PradoSoft/style.css | 39 ++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'demos/quickstart/themes') diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 1d084548..09611c35 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -10,12 +10,24 @@ body { background-position: top right; } +h1, h2, h3, h4 +{ + color: #333; +} + +h1, h2 +{ + padding-bottom: 3px; + border-bottom: 1px solid #ccc; +} + h1 { font-size:13pt; } h2 { font-size:12pt; + margin-top: 2.5em; } h3 { @@ -85,7 +97,8 @@ a #content { background:#fff; - padding:10px; + padding: 1em 3em 5em 3em; + line-height: 135%; } #footer { @@ -160,6 +173,11 @@ a margin: 0; } +.runbar +{ + margin: 2em 0 3em 0; +} + .runbar a:link, .runbar a:visited { background-color:#E2E2E2; font-size: 12px; @@ -298,3 +316,22 @@ td.sampleaction { padding: 5px; vertical-align: top; } + + +dl +{ + margin: 0 2em; +} + +dt +{ + font-weight: bold; + margin-bottom: 0.15em; +} + +dd +{ + margin-left: 2em; + margin-bottom: 0.75em; +} + -- cgit v1.2.3