This commit is contained in:
xiaomlove
2020-12-26 01:42:23 +08:00
commit a3ba82be64
949 changed files with 60612 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

+54
View File
@@ -0,0 +1,54 @@
img.f_reply
{
width:87px;
height:25px;
background:url(forum.gif) 0 0;
}
img.f_new
{
width:87px;
height:25px;
background:url(forum.gif) -87px 0;
}
img.f_delete
{
width:69px;
height:25px;
background:url(forum.gif) 0 -25px;
}
img.f_edit
{
width:62px;
height:25px;
background:url(forum.gif) -69px -25px;
}
img.f_pm
{
width:30px;
height:25px;
background:url(forum.gif) -131px -25px;
}
img.f_offline
{
width:35px;
height:25px;
background:url(forum.gif) -161px -25px;
}
img.f_quote
{
width:69px;
height:25px;
background:url(forum.gif) 0 -50px;
}
img.f_report
{
width:69px;
height:25px;
background:url(forum.gif) -69px -50px;
}
img.f_online
{
width:30px;
height:25px;
background:url(forum.gif) -138px -50px;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B