From 143980b6dab8ad87c44518e5b7befb614fb83b85 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Jul 2006 06:56:16 +0000 Subject: Add time-tracker sample and docs. (Incomplete) --- demos/quickstart/themes/PradoSoft/style.css | 58 +++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'demos/quickstart/themes') 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 -- cgit v1.2.3