Added basic style sheet to basic tag cloud.

This commit is contained in:
Gergely POLONKAI 2012-10-06 13:23:57 +02:00
parent b384873b33
commit d74d2e7ebf

View File

@ -166,3 +166,32 @@ dd p {
margin-top: 1em; margin-top: 1em;
text-align: right; text-align: right;
} }
#tag-cloud a {
color: #b3b3b3;
text-decoration: none;
}
#tag-cloud .size0 {
font-size: 80%;
}
#tag-cloud .size1 {
font-size: 90%;
}
#tag-cloud .size2 {
font-size: 100%;
}
#tag-cloud .size3 {
font-size: 110%;
}
#tag-cloud .size4 {
font-size: 130%;
}
#tag-cloud .size5 {
font-size: 150%;
}