summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes
diff options
context:
space:
mode:
authorwei <>2006-01-29 04:55:05 +0000
committerwei <>2006-01-29 04:55:05 +0000
commitf80fa8b7e0bff7126a13b767079d2c500b92b3f7 (patch)
treef42e566c5e6c12322b54e91c683a8f488e57e008 /demos/quickstart/themes
parent92a33ef250a55ec54b6c26c5611af77d999fb337 (diff)
Update quickstart style.css
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r--demos/quickstart/themes/PradoSoft/style.css39
1 files changed, 38 insertions, 1 deletions
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;
+}
+