From 590cbfcfcdd677c02afb6719c2c12c7dcee1c856 Mon Sep 17 00:00:00 2001 From: ec2-user Date: Sat, 19 Nov 2011 22:14:03 +0000 Subject: [PATCH] a few more styling fixups --- public/index.html | 13 +++++--- public/stylesheets/fc2.css | 61 ++++++++++++++++++++++++++++++++++---- 2 files changed, 64 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index 4a6e382..48caa3e 100644 --- a/public/index.html +++ b/public/index.html @@ -169,12 +169,14 @@ Department: __department__
- Instructor: __name__ (__email__)
+ Instructor: __name__ (__email__)
- __name__
- Created: __date__
+ __name__ +
+
+ Created: __date__
@@ -213,7 +215,10 @@
- __name__ Visits: __visits__ + __name__
+
+
+ Visits: __visits__
diff --git a/public/stylesheets/fc2.css b/public/stylesheets/fc2.css index 04ea85b..221fed2 100644 --- a/public/stylesheets/fc2.css +++ b/public/stylesheets/fc2.css @@ -891,7 +891,62 @@ div.conduct p.vague { color: #888; } +#vimeo-screencast { + margin-top: 2em; + -webkit-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3); + -moz-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3); +} + + +.note, .notes_instructor, .notes_head { + margin: 1.0em 0; +} + +.notes_head { + font-weight: bold; +} + +.notes_instructor, .notes_head { + color: #888; +} + +.notes_instructor { + padding-bottom: 1.0em; + border-bottom: solid 1px #aaa; +} + +.note .name { + font-size: 110%; +} +.note .visits { + font-style: italic; + color: #aaa; +} + + +.lecture, .lectures_instructor, .lectures_head { + margin: 1.0em 0; +} + +.lectures_head { + font-weight: bold; +} + .lectures_instructor, .lectures_head { + color: #888; +} + +.lectures_instructor { + padding-bottom: 1.0em; + border-bottom: solid 1px #aaa; +} + +.lecture .name { + font-size: 110%; +} +.lecture .created { + font-style: italic; + color: #aaa; } .lecture { @@ -902,9 +957,3 @@ div.conduct p.vague { -webkit-border-radius: 0.20em; } -#vimeo-screencast { - margin-top: 2em; - -webkit-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3); - -moz-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3); -} - -- 2.25.1