diff options
author | friendica <info@friendica.com> | 2013-07-02 21:04:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-02 21:04:46 -0700 |
commit | 08023eb0993eb63aac96669afd01beae7e134964 (patch) | |
tree | 844282019047605e0cac0bba9e01e6fe433042cc /view | |
parent | a4c77467a78a7301b53f4c9e54ca0f562e1ced4d (diff) | |
download | volse-hubzilla-08023eb0993eb63aac96669afd01beae7e134964.tar.gz volse-hubzilla-08023eb0993eb63aac96669afd01beae7e134964.tar.bz2 volse-hubzilla-08023eb0993eb63aac96669afd01beae7e134964.zip |
tag cloud feature (enable the feature, then it will show up on your channel page)
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 38eea5b94..b1509c34f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3833,3 +3833,51 @@ span.mail-date { float:left; width: 200px; } + + +.tag1 { + font-size : 1.0em !important; + } +.tag2 { + font-size : 1.2em !important; + } + + +.tag3 { + font-size : 1.4em !important; + } + + +.tag4 { + font-size : 1.6em !important; + } + + +.tag5 { + font-size : 1.8em !important; + } + + +.tag6 { + font-size : 2.0em !important; + } + + +.tag7 { + font-size : 2.2em !important; + } + + +.tag8 { + font-size : 2.4em !important; + } + + +.tag9 { + font-size : 2.6em !important; + } + + +.tag10 { + font-size : 2.8em !important; + } |