]> git.mjollnir.org Git - moodle.git/commitdiff
merged form 1.9 :: MDL-13700 :: added fontsizes for tag clouds
authorurs_hunkler <urs_hunkler>
Wed, 27 Feb 2008 18:41:18 +0000 (18:41 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 27 Feb 2008 18:41:18 +0000 (18:41 +0000)
theme/custom_corners/user_styles.css

index 9092b81c3eb55046050dbe37d64020fdb526c0aa..46182e245e7685ee8b8008d1f2984169ea59113e 100644 (file)
@@ -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