Skip to content

Instantly share code, notes, and snippets.

@furugomu
Created June 11, 2012 05:27
Show Gist options
  • Save furugomu/2908623 to your computer and use it in GitHub Desktop.
Save furugomu/2908623 to your computer and use it in GitHub Desktop.
body {
background: #960000;
}
#document {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><text x='0' y='60' font-family='%22Times New Roman%22, serif' font-size='60' fill='black'>NINJASLAYER</text></svg>");
padding-top: 70px;
}
.left_wrap,
.list_item .balloon_body
{
background: black;
color: #dcdcdc;
}
:link, :link:hover, :visited {
color: #dcdcdc !important;
}
.contents .left {
width: auto;
float: none;
}
#header,
.sub_navigator,
.ad_big_banner,
.right,
.balloon_img,
.balloon_tip,
.status,
.info_list_box,
.favorite_box,
#tweet_list_head,
.tweet_del_box
{
display:none;
}
.list_item .balloon_body {
border: none;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment