Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoshan Karki <roshan@olenepal.org>2009-08-27 04:30:26 (GMT)
committer Roshan Karki <roshan@olenepal.org>2009-08-27 04:30:26 (GMT)
commit4b7359a53af5ba0fa4c08259a604a8f0a7c8642f (patch)
tree5179252f333485d79f12a4cb501b1d7055997d8c
parent14d8173500fdd3f279d71e99d21f733c3a89ada1 (diff)
Printstyle css added for lesson plan
-rwxr-xr-xdocs/lesson_plan_template/css/Printstyle.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/lesson_plan_template/css/Printstyle.css b/docs/lesson_plan_template/css/Printstyle.css
new file mode 100755
index 0000000..5ff2aa3
--- /dev/null
+++ b/docs/lesson_plan_template/css/Printstyle.css
@@ -0,0 +1,50 @@
+blockquote
+{
+ border: 2px solid #000;
+ padding: 10px;
+}
+
+div.heading
+{
+ font-size: 150%;
+ font-weight: bold;
+ text-align: center;
+}
+
+.bold
+{
+ font-weight: bold;
+ line-height: 150%;
+ font-size: 100%;
+}
+
+.table
+{
+ background:#333;
+}
+
+.table ul
+{
+ float:left;
+ margin:0;
+ padding:0;
+ border:1px solid #C9C9C9;
+}
+
+.table ul li
+{
+ list-style:none;
+ padding:5px 10px;
+}
+
+.table ul li.title
+{
+ font-weight:bold;
+ background:#333;
+ color:#fff;
+}
+
+.table ul li.even
+{
+ background:#FFFFFF
+}