Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/docs/lesson_plan_template/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lesson_plan_template/css/style.css')
-rwxr-xr-xdocs/lesson_plan_template/css/style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/lesson_plan_template/css/style.css b/docs/lesson_plan_template/css/style.css
new file mode 100755
index 0000000..1c7c2f6
--- /dev/null
+++ b/docs/lesson_plan_template/css/style.css
@@ -0,0 +1,29 @@
+blockquote {border: 2px solid #000; padding: 10px;}
+div.heading {font-size: 200%; font-weight: bold; text-align: center;}
+.bold {font-weight: bold; line-height: 150%}
+ .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
+ }