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:
erlehmann 2007-11-22 10:15:32 +00:00
parent 22777d9764
commit f8fac173a5
2 changed files with 9 additions and 4 deletions

View file

@ -20,7 +20,7 @@ a
a.tag a.tag
{ {
display: inline-block; display: inline-block;
margin: 1.5em; margin: 0.25em;
padding: 0em; padding: 0em;
} }
@ -85,7 +85,7 @@ div
div.messagebox img div.messagebox img
{ {
margin-bottom: 0.75em; margin: 0.75em;
vertical-align: middle; vertical-align: middle;
} }
@ -110,7 +110,10 @@ div
div.tagcloud div.tagcloud
{ {
padding: 4em; display: inline-block;
padding: 1.5em;
padding-left: 20%;
padding-right: 20%;
} }
div.footer div.footer

View file

@ -296,7 +296,7 @@
<a class="tag"> <a class="tag">
<xsl:attribute name="style"> <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 font-size:<xsl:value-of select="round((32-12)*(number(count)-number($min))div (number($max)-number($min)))+12" />px
</xsl:attribute> </xsl:attribute>
@ -305,12 +305,14 @@
tag: tag:
<xsl:value-of select="text" /> <xsl:value-of select="text" />
</xsl:attribute> </xsl:attribute>
<xsl:value-of select="text" /> <xsl:value-of select="text" />
<!-- <!--
unnecessary, except for debug purposes unnecessary, except for debug purposes
(<xsl:value-of select="count" />) (<xsl:value-of select="count" />)
--> -->
</a> </a>
&#8204;
</xsl:for-each> </xsl:for-each>
</div> </div>