オープンメモ帳
書き殴ったっていいじゃないか メモ帳だもの    since January, 2007




mixi#globalNavigation が仕様変更されたようだ。
以前弄ったとき(新mixiのデザインを弄り倒す)にCSSを書き換えて #globalNavigation 部分は画像からテキストに変更してあった。気づいたら仕様変更されたらしく画像が復活していた。
今回はせっかくなので画像を削除せず、そのまま流用したスタイルでいこうと思う。
なお、そのまま画像を表示させるとけっこう縦幅が必要になるので以前のスタイル程度にスリム化してある。

ちなみにFirefoxの userContent.css を使用している。
userContent.css について
  Firefox Help: 設定ファイルの編集
  userContent.css - Google 検索



◆以前のスタイル

 ※新mixiのデザインを弄り倒す - オープンメモ帳


◆仕様変更されてこんな状態



◆今回の変更スタイル



◆userContent.css
@charset "utf-8";
@-moz-document domain("mixi.jp") {


#headerArea {
width:725px !important;
background:transparent !important;
height:auto !important;
}
h1 { display:none !important }
#bodySub { display:none !important }
.adBanner { display:none !important }

#globalNavigation {
width:auto !important;
height:18px !important;
margin-left:5px !important;
margin-top:-7px !important;
}
ul.contentsNavigation { background:transparent !important }
ul.utilityNavigation { background:transparent !important }

#globalNavigation ul.contentsNavigation li.diary { display:none !important }
#globalNavigation ul.contentsNavigation li.music { display:none !important }
#globalNavigation ul.contentsNavigation li.review { display:none !important }
#globalNavigation ul.contentsNavigation li.mikly { display:none !important }

#localNavigation {
width:auto !important;
position: absolute;
top: 15px;
margin-left:5px !important;
}
#localNavigation ul.localNaviHome li.review { display:none !important }
#localNavigation ul.localNaviHome li.music { display:none !important }
#diaryPullDownButton { display:none !important }
#videoPullDownButton { display:none !important }
#photoPullDownButton { display:none !important }
#localNavigation ul.localNaviFriend li.mymixi { display:none !important }
#localNavigation ul.localNaviFriend li.review { display:none !important }
#localNavigation ul.localNaviCommunity li.review { display:none !important }


div.searchForm01 { display:none !important }
#bodyMainArea { margin-top:5px !important }

#bodyArea { width:725px !important }
#newMyDiary { display:none !important }
.iconListTable { display:none !important }
.statusIcon { display:none !important }
.heading01 { display:none !important }
.utilityLinks03 { display:none !important }


#footerArea { width:725px !important }
.pagetop { display:none !important }
.footerNavigation01 { display:none !important }
.sponsorList01 { display:none !important }
.diaryBottomAd { display:none !important }
.finishAd { display:none !important;}
.messageAreaAd { display:none !important }
#footprintjack { display:none !important }
#footprintjack02 { display:none !important }
.prContents { display:none !important }
#help { display:none !important }
}


@-moz-document url("http://mixi.jp/home.pl") {
#intro { display:none !important }
}
userContent.css←右クリックで保存でもOK


コメント ( 0 ) | Trackback ( 0 )
  • X
  • Facebookでシェアする
  • はてなブックマークに追加する
  • LINEでシェアする


« Windows Live ... 記事一覧画像一覧読者一覧フォトチャンネル一覧 メイリオフォ... »
 
コメント
 
コメントはありません。
コメントを投稿する
 
名前
タイトル
URL
コメント
コメント利用規約に同意の上コメント投稿を行ってください。

数字4桁を入力し、投稿ボタンを押してください。