add images, fix css

This commit is contained in:
rlx 2011-03-07 22:53:49 +00:00
parent 027a4b85f6
commit fe0f976232
11 changed files with 35 additions and 1 deletions

View file

@ -14106,7 +14106,7 @@ requires
var marginLeft = [-82, -58, -34, -10];
$(this).css({
marginLeft: marginLeft[i] + 'px'
}).addClass('foo');
});
});
if (self.options.type == 'play') {

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<line x1="128" y1="0" x2="128" y2="128" stroke="#404040" stroke-width="48"/>
<polygon points="32,128 224,128 128,256" fill="#404040"/>
</svg>

After

Width:  |  Height:  |  Size: 215 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<polygon points="0,128 128,32 128,224" fill="#404040"/>
<line x1="128" y1="128" x2="256" y2="128" stroke="#404040" stroke-width="48"/>
</svg>

After

Width:  |  Height:  |  Size: 215 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<line x1="0" y1="128" x2="128" y2="128" stroke="#404040" stroke-width="48"/>
<polygon points="128,32 256,128 128,224" fill="#404040"/>
</svg>

After

Width:  |  Height:  |  Size: 215 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<polygon points="32,128 128,0 224,128" fill="#404040"/>
<line x1="128" y1="128" x2="128" y2="256" stroke="#404040" stroke-width="48"/>
</svg>

After

Width:  |  Height:  |  Size: 215 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256"/>

After

Width:  |  Height:  |  Size: 66 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<line x1="128" y1="0" x2="128" y2="128" stroke="#FFFFFF" stroke-width="48"/>
<polygon points="32,128 224,128 128,256" fill="#FFFFFF"/>
</svg>

After

Width:  |  Height:  |  Size: 215 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<polygon points="0,128 128,32 128,224" fill="#FFFFFF"/>
<line x1="128" y1="128" x2="256" y2="128" stroke="#FFFFFF" stroke-width="48"/>
</svg>

After

Width:  |  Height:  |  Size: 215 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<line x1="0" y1="128" x2="128" y2="128" stroke="#FFFFFF" stroke-width="48"/>
<polygon points="128,32 256,128 128,224" fill="#FFFFFF"/>
</svg>

After

Width:  |  Height:  |  Size: 215 B

View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
<polygon points="32,128 128,0 224,128" fill="#FFFFFF"/>
<line x1="128" y1="128" x2="128" y2="256" stroke="#FFFFFF" stroke-width="48"/>
</svg>

After

Width:  |  Height:  |  Size: 215 B

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256"/>

After

Width:  |  Height:  |  Size: 66 B