Bug 7642 - fix the lost display of tag sizes
[koha_ffzg] / koha-tmpl / opac-tmpl / ccsr / en / css / opac.css
index 7510396..ef1b84b 100644 (file)
@@ -2657,3 +2657,44 @@ body#opac-main #opacmainuserblockmobile {
 .mobile_only {
    display : none;
 }
+
+/* different sizes for different tags in opac-tags.tt */
+.tagweight0 {
+    font-size: 12px;
+}
+
+.tagweight1 {
+    font-size: 14px;
+}
+
+.tagweight2 {
+    font-size: 16px;
+}
+
+.tagweight3 {
+    font-size: 18px;
+}
+
+.tagweight4 {
+    font-size: 20px;
+}
+
+.tagweight5 {
+    font-size: 22px;
+}
+
+.tagweight6 {
+    font-size: 24px;
+}
+
+.tagweight7 {
+    font-size: 26px;
+}
+
+.tagweight8 {
+    font-size: 28px;
+}
+
+.tagweight9 {
+    font-size: 30px;
+}