Bookmark and Share

2006年11月25日

mixi用スタイルシート

mixiのあの色遣いは好きではありません。
好きじゃないなら変えてしまえ。
ついでに広告やバナーを消してテーブルも広げてしまえ。
そんなスタンス。
firefox使いはuserContent.cssに貼り付けてみましょう。


@-moz-document domain(mixi.jp) {

a, *[color="#258FB8"]{
color: white !important;
}

a:hover{
color:#0F2340 !important;
background-color:white !important;
}
a:visited {
color: lightgray !important;
}

font[color], font[COLOR], td, body, span[style^="color:"]{
color: white !important;
}

body,table[bgcolor]{
background-color: #0F2340 !important;
}

tr[BGCOLOR="#FFFFFF"]{
background-color: darkslateblue !important;
}

tr[bgcolor="#fff4e0"]{
background-color: slateblue !important;
}

td[BGCOLOR]{
background-color: royalblue !important;
}

td[background="http://img.mixi.jp/img/title2-.gif] {
height : 61px;
}

*[width="950"] {
width: 840px !important;
}

table[width="410"],
table[width="425"],
table[width="505"]{
width: 660px !important;
}

iframe[src^="http://ads.mixi.jp/"],
a[href*="community_banner.pl?id="],
a[href*="/ADCLICK/"],
table td > img[src="http://img.mixi.jp/img/title1-.gif"],
table td > img[src="http://img-p3.mixi.jp/img/title2.gif"],
table td > img[src^="http://img.mixi.jp/img/smen"],
table td > img[src^="http://img.mixi.jp/img/q_"],
td[width="224"] {
display: none !important;
}

td, tr[background$="bg_line.gif"]{
background-image: none !important;
}
}
この記事へのコメント
コメントを書く
お名前:

メールアドレス:

ホームページアドレス:

コメント:

この記事へのTrackBack URL
http://blog.seesaa.jp/tb/28243389