Slowpoke-32.png; pageouter improved

main
Inga 🏳‍🌈 14 years ago
parent 9e8a459517
commit 60ca07b5cc
  1. 2
      Builder/IISMainHandler/build.txt
  2. 1
      static/css/modern/blue.css
  3. BIN
      static/images/slowpoke-32.png
  4. 16
      templates/Modern/elems/Main.xslt

@ -5,6 +5,7 @@ A:link, a[pseudolink], a.pseudolink {text-decoration:none;color:#404040}
A:visited{text-decoration:none;color:#404040}
A:active{text-decoration:none;color:black}
A:hover{color:black;text-decoration:none}
a.current { border:solid 1px black; }
body {
color:black;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

@ -7,18 +7,18 @@
<html>
<head>
<meta http-equiv="x-ua-compatible" content="IE=8"/>
<link rel="stylesheet" href="/static/css/modern/global.css?v5" type="text/css" />
<link rel="stylesheet" href="/static/css/modern/global.css?v6" type="text/css" />
<xsl:comment>[if lte IE 7]&gt;<![CDATA[
<link rel="stylesheet" href="/static/css/modern/iefixes.css?v5" type="text/css" />
<link rel="stylesheet" href="/static/css/modern/iefixes.css?v6" type="text/css" />
]]>&lt;![endif]</xsl:comment>
<link rel="stylesheet" type="text/css" skin="skin">
<xsl:attribute name="href">/static/css/modern/<xsl:value-of select="modernSkin/name"/>.css?v5</xsl:attribute>
<xsl:attribute name="href">/static/css/modern/<xsl:value-of select="modernSkin/name"/>.css?v6</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>
<script language="Javascript" type="text/javascript" src="/static/js/modern.js"><xsl:text> </xsl:text></script>
<script language="Javascript" type="text/javascript" src="/static/js/machichara/complex.js?v1"><xsl:text> </xsl:text></script>
<script language="Javascript" type="text/javascript" src="/static/js/machichara/simple.js?v5"><xsl:text> </xsl:text></script>
<script language="Javascript" type="text/javascript" src="/static/js/machichara/simple.js?v6"><xsl:text> </xsl:text></script>
<script language="Javascript" type="text/javascript">
<xsl:attribute name="src">
<xsl:text>/static/js/machichara/</xsl:text>
@ -130,7 +130,7 @@
<xsl:value-of select="$src"/>
</xsl:when>
<xsl:otherwise>
<xsl:text>slowpoke.png</xsl:text>
<xsl:text>slowpoke-32.png</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
@ -223,7 +223,9 @@
</a>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="current()"/>
<a class="current">
<xsl:value-of select="current()"/>
</a>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
@ -273,7 +275,7 @@
</a>
</xsl:when>
<xsl:otherwise>
<xsl:text>âñå</xsl:text>
<a class="current">âñå</a>
</xsl:otherwise>
</xsl:choose>
</xsl:if>

Loading…
Cancel
Save