Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/lesson_plan_template/css/Printstyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lesson_plan_template/css/Printstyle.css')
-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
+}