Added support for tag_cloud
This commit is contained in:
parent
a2b7d6de37
commit
770951d513
1 changed files with 29 additions and 0 deletions
29
static/stylesheet/tag_cloud.css
Normal file
29
static/stylesheet/tag_cloud.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
ul.tagcloud {
|
||||
list-style: none;
|
||||
padding: 0 3em 0 1.5em;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
ul.tagcloud li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
li.tag-1 {
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
li.tag-2 {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
li.tag-3 {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
li.tag-4 {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
li.tag-5 {
|
||||
font-size: 75%;
|
||||
}
|
Loading…
Add table
Reference in a new issue