Skip to content

Instantly share code, notes, and snippets.

@caisui
Created July 23, 2010 12:06
Show Gist options
  • Save caisui/487356 to your computer and use it in GitHub Desktop.
Save caisui/487356 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.pixiv.net") {
/*幅指定解除*/
#wrapper,
.ui-layout-east,
.contents-east,
.two_column,
.two_column_body,
.adver_topBottom,
.display_works,
.adver_top,
.one_column,
.one_column_body,
#tag_area
{
width:auto !important
}
#contents {
width: 99%!important;
}
.ui-layout-east {
float: none !important;
margin-left: 186px!important;
overflow: auto;
}
/*float を inline-block に 変更*/
.search_a2_result li,
.display_works li
{
display: inline-block;
float: none !important;
vertical-align: top;
margin: 0px !important;
width: 155px !important;
}
/*壁紙が見えるように*/
.two_column_body {
background-color: rgba(255, 255, 255, 0.90) !important;
}
.header_inner {
background: none !important;
}
.display_works li{
border: none !important;
background:none !important;
}
.one_column_top {
padding: 0 !important;
}
/* 画像フッターを border-radiusに変更*/
.two_columnBottom,
.onecolumnBottom {
display:none;
}
.two_column_body,
.one_column_body {
margin-top: -1px !important;
-moz-border-radius: 0 0 6px 6px;
border-top: 1px solid #d6dee5 !important;
border-bottom: 1px solid #d6dee5;
}
/* 余白調整 */
.search_a2_result,
.pager_ul {
padding: 0 1em !important;
}
#header {
border: none !important;
padding: 0 !important;
}
#wrapper {
margin: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment