From: moodler Date: Mon, 1 May 2006 02:00:06 +0000 (+0000) Subject: New style for blog audience info X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7fdc360c1e164780fafbaff3a535b72fc6b9a122;p=moodle.git New style for blog audience info --- diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index c266515752..646ac389b2 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -285,74 +285,14 @@ a.skip-block { font-size:0.75em } -.block_blog_tags .s20 { - font-size: 1.5em; - font-weight: bold; -} - -.block_blog_tags .s19 { - font-size: 1.5em; -} - -.block_blog_tags .s18 { - font-size: 1.4em; - font-weight: bold; -} - -.block_blog_tags .s17 { - font-size: 1.4em; -} - -.block_blog_tags .s16 { - font-size: 1.3em; - font-weight: bold; -} - -.block_blog_tags .s15 { - font-size: 1.3em; -} - -.block_blog_tags .s14 { - font-size: 1.2em; - font-weight: bold; -} - -.block_blog_tags .s13 { - font-size: 1.2em; -} - -.block_blog_tags .s12, -.block_blog_tags .s11 { - font-size: 1.1em; - font-weight: bold; -} - -.block_blog_tags .s10, -.block_blog_tags .s9 { - font-size: 1.1em; -} - -.block_blog_tags .s8, -.block_blog_tags .s7 { - font-size: 1em; - font-weight: bold; -} - -.block_blog_tags .s6, -.block_blog_tags .s5 { - font-size: 1em; -} +/*** + *** Blogs + ***/ -.block_blog_tags .s4, -.block_blog_tags .s3 { - font-size: 0.9em; - font-weight: bold; +.blogpost .audience { + font-size: 0.85em; } -.block_blog_tags .s2, -.block_blog_tags .s1 { - font-size: 0.9em; -} /*** *** Calendar diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index a096b7e137..7348a09fb6 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -11,6 +11,7 @@ admin blocks + blog calendar course doc @@ -591,6 +592,16 @@ ul.list, ul.list li { padding-top:5px; } + +/*** + *** Blogs + ***/ + +.blogpost .audience { + text-align: right; +} + + /*** *** Calendar ***/