mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-07 09:37:28 +08:00
55 lines
653 B
CSS
55 lines
653 B
CSS
img.c_movies
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: 0 0;
|
|
}
|
|
img.c_doc
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: -45px 0;
|
|
}
|
|
img.c_anime
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: 0 -46px;
|
|
}
|
|
img.c_tvseries
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: -45px -46px;
|
|
}
|
|
img.c_tvshows
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: 0 -92px;
|
|
}
|
|
img.c_mv
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: -45px -92px;
|
|
}
|
|
img.c_sports
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: 0 -138px;
|
|
}
|
|
img.c_misc
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: -45px -138px;
|
|
}
|
|
img.c_hqaudio
|
|
{
|
|
width:45px;
|
|
height:46px;
|
|
background-position: 0 -184px;
|
|
}
|