a party with 4000 ppl. srsly.
git-svn-id: http://yolanda.mister-muffin.de/svn@183 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
22777d9764
commit
f8fac173a5
2 changed files with 9 additions and 4 deletions
|
@ -20,7 +20,7 @@ a
|
|||
a.tag
|
||||
{
|
||||
display: inline-block;
|
||||
margin: 1.5em;
|
||||
margin: 0.25em;
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
|
@ -85,7 +85,7 @@ div
|
|||
|
||||
div.messagebox img
|
||||
{
|
||||
margin-bottom: 0.75em;
|
||||
margin: 0.75em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -110,7 +110,10 @@ div
|
|||
|
||||
div.tagcloud
|
||||
{
|
||||
padding: 4em;
|
||||
display: inline-block;
|
||||
padding: 1.5em;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
}
|
||||
|
||||
div.footer
|
||||
|
|
|
@ -296,7 +296,7 @@
|
|||
<a class="tag">
|
||||
<xsl:attribute name="style">
|
||||
<!--
|
||||
this *should* be logarihmic, but thats not widely supportet
|
||||
scale *should* be logarihmic, but that's not widely supportet
|
||||
-->
|
||||
font-size:<xsl:value-of select="round((32-12)*(number(count)-number($min))div (number($max)-number($min)))+12" />px
|
||||
</xsl:attribute>
|
||||
|
@ -305,12 +305,14 @@
|
|||
tag:
|
||||
<xsl:value-of select="text" />
|
||||
</xsl:attribute>
|
||||
|
||||
<xsl:value-of select="text" />
|
||||
<!--
|
||||
unnecessary, except for debug purposes
|
||||
(<xsl:value-of select="count" />)
|
||||
-->
|
||||
</a>
|
||||
‌
|
||||
</xsl:for-each>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue