From 0aa48d0503c69c9ebc1d2bb209bfbec10e8bed64 Mon Sep 17 00:00:00 2001 From: Bryan Berry Date: Wed, 17 Feb 2010 09:39:34 +0000 Subject: initial commit. Lesson English_Animal_Identification is current template --- (limited to 'docs/lesson_plan_template/css/Printstyle.css') 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 +} -- cgit v0.9.1