UserBar improved

main
Inga 🏳‍🌈 14 years ago
parent c21cad10ed
commit b3f1425373
  1. 6
      templates/Modern/elems/Main.xslt
  2. 2
      templates/Modern/elems/ThreadInfo.xslt
  3. 8
      templates/Modern/elems/UserInfoBar.xslt

@ -7,12 +7,12 @@
<html>
<head>
<meta http-equiv="x-ua-compatible" content="IE=8"/>
<link rel="stylesheet" href="/static/css/modern/global.css?v4" type="text/css" />
<link rel="stylesheet" href="/static/css/modern/global.css?v4.1" type="text/css" />
<xsl:comment>[if lte IE 7]&gt;<![CDATA[
<link rel="stylesheet" href="/static/css/modern/iefixes.css?v4" type="text/css" />
<link rel="stylesheet" href="/static/css/modern/iefixes.css?v4.1" type="text/css" />
]]>&lt;![endif]</xsl:comment>
<link rel="stylesheet" type="text/css" skin="skin">
<xsl:attribute name="href">/static/css/modern/penartur.css?v3.4</xsl:attribute>
<xsl:attribute name="href">/static/css/modern/penartur.css?v4.1</xsl:attribute>
</link>
<link rel="shortcut icon" href="/static/favicons/smirk.ico" type="image/x-icon" />
<script language="Javascript" type="text/javascript" src="/static/js/common.js"><xsl:text> </xsl:text></script>

@ -40,7 +40,7 @@
<xsl:value-of select="title"/>
</a>
</h4>
<div style="position:absolute;right:0px;bottom:0px;background-color:inherit;padding:3pt 0pt 0pt 3pt;">
<div style="position:absolute;text-align:right;right:0px;bottom:0px;background-color:inherit;padding:3pt 0pt 0pt 3pt;">
<xsl:attribute name="onmouseover">showChildren(this);</xsl:attribute>
<xsl:attribute name="onmouseout">hideChildren(this);</xsl:attribute>
<div default="default" style="z-index:1;">

@ -24,11 +24,9 @@
</div>
<div class="userbar_additionalcontainer" style="display:none">
<div class="userbar_additional">
<xsl:if test="avatar">
<div class="userbar_name">
<xsl:apply-templates select="current()" mode="userLink"/>
</div>
</xsl:if>
<div class="userbar_name">
<xsl:apply-templates select="current()" mode="userLink"/>
</div>
<div class="userbar_title">
<xsl:value-of select="title"/>
</div>

Loading…
Cancel
Save