diff options
author | wei <> | 2006-09-18 23:38:21 +0000 |
---|---|---|
committer | wei <> | 2006-09-18 23:38:21 +0000 |
commit | 4def5cca8aeb85390c0f82c9445ee228ac40a7f3 (patch) | |
tree | 2e5e33e2c20ffefaedcb3d39a9f57dd8a9172f3c /demos/quickstart/themes | |
parent | 1e5f13b21b33b0d7ce86fe97ca145a3561433a7a (diff) |
Add CommandLine quickstart doc.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 782697ae..d7e94032 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -517,4 +517,62 @@ pre code background-color:#ffffee;
font-family: "Courier New", Courier, mono;
margin: 0.2em;
+}
+
+div.tip, div.info, div.note
+{
+ border:1px solid #0cf;
+ padding:1em;
+ margin: 1em 2em;
+ background-color: #eff;
+}
+
+div.info
+{
+ border-color: #32CD32;
+ background-color: #EBFFCE;
+}
+
+div.note
+{
+ border-color: Orange;
+ background-color: #FFF5E1;
+}
+
+div b.tip
+{
+ font-size: 1em;
+ padding-right: 0.5em;
+}
+
+img.figure
+{
+ display: block;
+ margin: 1em auto;
+ background-color: White;
+ padding: 15px;
+ border: 1px solid #eee;
+}
+
+div.caption
+{
+ text-align: center;
+}
+
+table.tabular, table.tabular td, table.tabular th
+{
+ border: 1px solid #ccc;
+ border-collapse: collapse;
+ padding: 0.3em;
+}
+
+table.tabular
+{
+ margin: 1em auto;
+ width: 80%;
+}
+
+table.tabular td
+{
+ padding: 0.75em;
}
\ No newline at end of file |