
原作者:にわとり 來源:Chickenstrip
在 CC-BY-NC-SA 3.0 規範下分享這則漫畫

.award_bar
{
width: 200px;
}
.award_bar img
{
padding-right: 48px;
background: url(my_badge.jpg) no-repeat right;
}
.award_bar
{
width: 183px;
height: 95px;
background-image: url(my_badges.png);
background-repeat: no-repeat;
background-position: bottom;
overflow: visible;
}
.award_bar img
{
padding-right: 96px;
padding-bottom: 48px;
}
/* 主背景(下方控制面板外圍的地方) */
body
{
background: #CF682F url(my_background.gif);
background-repeat: repeat;
background-attachment: fixed;
}
/* 時間軸 */
#timeline_holder
{
background:#CAE7FD url(my_timeline.gif);
background-repeat: repeat;
}
/* 控制面板 */
#plurk-dashboard
{
background: #BE5C2F url(my_dashboard.gif);
background-repeat: repeat;
}
/* Karma 的文字顏色 */
#karma
{
color: #FFE400;
}
body
{
background: #000000 url(full_screen.jpg);
background-repeat: repeat;
}
#timeline_holder
{
background: none;
}
.plurk_cnt
{
opacity: 0.75;
filter: alpha(opacity=75);
}
#top_bar
{
opacity: 0.5;
filter: alpha(opacity=50);
}
#top_login
{
opacity: 0.5;
filter: alpha(opacity=50);
}
#plurk-dashboard
{
background: #808080;
opacity: 0.5;
filter: alpha(opacity=50);
}
#bottom_line
{
background: none;
opacity: 0.5;
filter: alpha(opacity=50);
}