Added Tag Cloud for Blog in CSS and Favicon
This commit is contained in:
parent
696122537a
commit
814d5c6c83
24 changed files with 95 additions and 2 deletions
|
|
@ -363,3 +363,33 @@ img {
|
|||
|
||||
}
|
||||
|
||||
/* Tag Cloud Blog */
|
||||
ul.tagcloud {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
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: 80%;
|
||||
}
|
||||
|
||||
ul.tagcloud .list-group-item span.badge {
|
||||
background-color: grey;
|
||||
color: white;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue