From c4edeb6ffcac685980fdc37a8f2e5f4ed710d084 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 27 Feb 2008 18:41:18 +0000 Subject: [PATCH] merged form 1.9 :: MDL-13700 :: added fontsizes for tag clouds --- theme/custom_corners/user_styles.css | 55 ++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/theme/custom_corners/user_styles.css b/theme/custom_corners/user_styles.css index 9092b81c3e..46182e245e 100644 --- a/theme/custom_corners/user_styles.css +++ b/theme/custom_corners/user_styles.css @@ -1421,4 +1421,59 @@ body.grade-report-grader table#user-grades td.course { } .plugincompattable td.error { color: #DF0000; +} +.tag_cloud .s20 { + font-size: 1.5em; + font-weight: bold; +} +.tag_cloud .s19 { + font-size: 1.5em; +} +.tag_cloud .s18 { + font-size: 1.4em; + font-weight: bold; +} +.tag_cloud .s17 { + font-size: 1.4em; +} +.tag_cloud .s16 { + font-size: 1.3em; + font-weight: bold; +} +.tag_cloud .s15 { + font-size: 1.3em; +} +.tag_cloud .s14 { + font-size: 1.2em; + font-weight: bold; +} +.tag_cloud .s13 { + font-size: 1.2em; +} +.tag_cloud .s12, +.tag_cloud .s11 { + font-size: 1.1em; + font-weight: bold; +} +.tag_cloud .s10, +.tag_cloud .s9 { + font-size: 1.1em; +} +.tag_cloud .s8, +.tag_cloud .s7 { + font-size: 1em; + font-weight: bold; +} +.tag_cloud .s6, +.tag_cloud .s5 { + font-size: 1em; +} +.tag_cloud .s4, +.tag_cloud .s3 { + font-size: 0.9em; + font-weight: bold; +} +.tag_cloud .s2, +.tag_cloud .s1 { + font-size: 0.9em; } \ No newline at end of file -- 2.39.5