Skip to content

Instantly share code, notes, and snippets.

Created February 15, 2013 02:13
Show Gist options
  • Save anonymous/4958109 to your computer and use it in GitHub Desktop.
Save anonymous/4958109 to your computer and use it in GitHub Desktop.
デジカフェを安全に見るためユーザスタイルシート
body,div#contents,div.calendar{
background-color:#ccc !important;
}
body img{
opacity:0.1 !important;
}
body object{
opacity:0.1 !important;
}
body embed{
opacity:0.1 !important;
}
body *{
border-color: #999 !important;
background-color: transparent !important;
color:#666 !important;
font-size:11px !important;
font-weight:normal !important;
}
th,td{
background-color: #ddd !important;
}
div#main{
float:none;
}
div#sub{
float:none;
}
div.diaryShow,div.commentWrapper{
width:640px;
}
div.diary_body, ul#dg-comment-list{
padding-left:10px;
}
div.dg-popover{
background-color:#ccc !important;
}
div#header,div#globalNavi{
position:relative;
background-image: none !important;
}
div#logo h1, div#logo h2{
display:none;
}
div#logo img{
display:none;
}
div.dg-banner img{
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment