コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

利用者:IZUMI162i6/Usercss

q:before {
content: "「" ! important;
}
q:after {
content: "」" ! important;
}
q q:before {
content: "『" ! important;
}
q q:after {
content: "』" ! important;
}
q[cite]:after {
content: "」(uri:" attr(cite) ")" ! important;
}
q q[cite]:after {
content: "』(uri:" attr(cite) ")" ! important;
}
blink {
text-decoration: none;
}
marquee {
-moz-binding: none;
}
blockquote[title]:before {
font-size: larger;
display:block;
content:"『" attr(title) "』";
border-bottom:solid thin #ccFFcc;
}
blockquote[cite]:after {
display:block;
content:"uri:" attr(cite);
text-align:right;
border-top:dotted thin #ccFFcc;
}
a[href^="javascript:"] {
cursor: move; 
}
a:hover[href^="mailto:"]:after{
  content: "["attr(href)"]";
  background : #d00;
  color : #fff;
  padding : 1px;
  font-size : smaller;
}
a:hover[href^="mailto:sage"]:after,
a[href^="mailto:sage"]:after{
  content: "[sage]";
  background : #55d;
  color : #fff;
  padding : 1px;
  font-size : smaller;
}

a[target="_blank"]:after {
    content :"◆";
    font-size :smaller;
    color :#ff3333;
    margin :auto 0.25em;
	}



@-moz-document url-prefix("http://www.nicovideo.jp/watch/") {

/*背景の色*/
body{
background: #F8F8F8 !important;
}

/*動画本体(トップに持ってきます)*/
#flvplayer {
position : absolute !important;
top : -55px !important;
left :10px !important;
}

/*タイトルとかの場所のお引っ越し*/
div#WATCHHEADER {
position : absolute !important;
top : 490px !important;
left : 10px !important;
}

/*ニコニコ市場の部分*/
div.mb16p4 {
position : absolute !important;
top :485px !important;
left :10px !important;
}

/*いらないものを消す*/
/*ニコニコ動画のページヘッダーを消す*/
div#PAGEHEADER {
display: none !important;
}

/*ニコニコ動画のページフッターを消す*/
div#PAGEFOOTER {
display: none !important;
}

/*つかいかた | 推奨環境とか*/
div#WATCHFOOTER {
position : absolute !important;
top : 445px !important;
left : 10px !important;
}

}



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

/* ------------------------------------------------------------ */
/* ログイン画面の設定 */
/* ------------------------------------------------------------ */

div#globalNavigation,div#login_main { display:none !important; }


/* ------------------------------------------------------------ */
/* トップページ(http://mixi.jp/home.pl)の設定 */
/* ------------------------------------------------------------ */

/* 全体を中央揃えにし、幅を720pxに固定 */
body { margin:auto !important; width:720px !important; }
#headerArea,#bodyArea,#footerArea,#oldMain { width:720px !important; }

/* 広告除去 */
iframe,
noscript,
.adBanner,
.bottomSpaceAd,
.diaryBottomAd,
.messageAreaAd01,
.mobileInfo01,
.prContents,
.prPlanArea,
.sponsorList01,
td img[height="62"][border="0"][width="135"]
{ display:none !important; }


/* ------------------------------------------------------------ */
/* ヘッダ部分の設定 */
/* ------------------------------------------------------------ */

/* ヘッダ部分を全て消す */
/* #headerArea { display:none !important; } */

/* mixiのロゴ画像を消す */
#headerArea h1 { display:none !important; }

/* 背景を消す */
#headerArea { background:transparent !important; }

/* ヘッダ右上のナビゲーションを全て消す */
/* .headerNavigationRight { display:none !important; } */

/* 個別設定:ヘルプ・ログアウトの項目を消す */
/* ul.utilityNavigation01 { display:none !important; } */

/* 個別設定:ヘルプ・ログアウトの項目を下に移動させる */
ul.utilityNavigation01 { position: absolute !important;
top:30px !important; width:210px !important; }

/* 個別設定:ミュージック・ニュース・サービス一覧の項目を消す */
.serviceNavigation li.music,
.serviceNavigation li.news,
.serviceNavigation li.list { display:none !important; }

/* ヘッダナビゲーションを全て消す */
/* .headerNavigationBottom { display:none !important; } */

/* 個別設定:ヘッダナビゲーションの検索フォームを消す */
/* .headerNavigationBottom .headerSearch { display:none !important; } */

/* 個別設定:グローバルナビゲーションのボタンを消す */
/* ul.globalNavigation01 .home,
ul.globalNavigation01 .community,
ul.globalNavigation01 .friendSearch,
ul.globalNavigation01 .friendInvite
{ display:none !important; } */

/* パーソナルナビゲーションの表示項目を設定 */
/* ul.personalNaviHome li.top, */
/* ul.personalNaviHome li.message, */
/* ul.personalNaviHome li.diary, */
ul.personalNaviHome li.photo,
ul.personalNaviHome li.video,
ul.personalNaviHome li.review,
ul.personalNaviHome li.music
/* ul.personalNaviHome li.bookmark, */
/* ul.personalNaviHome li.log, */
/* ul.personalNaviHome li.setup */
{ display:none !important; width:auto !important; }

/* パーソナルナビゲーション下部の灰色の線を消す */
/* ul.personalNaviHome { background:none !important; } */

/* パーソナルナビゲーションのプルダウンボタンを消す */
#diaryPullDownButton.pullButton,
#photoPullDownButton.pullButton,
#videoPullDownButton.pullButton,
#reviewPullDownButton.pullButton,
#musicPullDownButton.pullButton
{ display:none !important; }

/* プルダウンボタンが消えた部分に出来る空白を詰める */
ul.personalNaviHome li { width:auto !important; }


/* ------------------------------------------------------------ */
/* 左カラムの設定 */
/* ------------------------------------------------------------ */

/* 左カラムを全て消す */
/* #bodySide { display:none !important; } */

/* プロフィールを消す */
/* #myProfile { display:none !important; } */

/* 個別設定:プロフィール欄の画像を非表示 */
/* #myProfile .contents01 { visibility:hidden !important; } */

/* 個別設定:プロフィール管理・プロフィールを見るボタンを消す */
/* #myProfile ul.myProfileNavi01 { display:none !important; } */
/* .myInfo { background-image:none !important; } */

/* マイミクシィ一覧を消す */
/* #mymixiList { display:none !important; } */

/* 個別設定:マイミクシィ一覧の画像リストを消す */
/* #mymixiList .iconListTable { display:none !important; } */

/* 個別設定:マイミクシィ一覧の下部操作パネルを消す */
/* #mymixiList .listBoxUtility01 { display:none !important; } */

/* 参加コミュニティ一覧を消す */
/* #communityList { display:none !important; } */

/* 個別設定:マイミクシィ一覧の画像リストを消す */
 *//* #communityList .iconListTable { display:none !important; } */

/* 個別設定:マイミクシィ一覧の下部操作パネルを消す */
/* #communityList .listBoxUtility01 { display:none !important; } */


/* ------------------------------------------------------------ */
/* 中央カラムの設定 */
/* ------------------------------------------------------------ */

/* 日記更新情報を全て消す */
/* #newFriendDiary { display:none !important; } */

/* 個別設定:日記更新情報のマイミクシィ最新日記を消す */
/* #newFriendDiary .newListBox01 { display:none !important; } */

/* 個別設定:日記更新情報の最近コメントした日記を消す */
/* #newFriendDiary .newListBox02 { display:none !important; } */

/* コミュニティ更新情報(参加コミュニティの最新書き込み)を消す */
#newBbs { display:none !important; }

/* マイミクシィ更新情報(photo/video/review/music)を消す */
/* #newUpdate { display:none !important; } */

/* マイミクシィからの紹介文を消す */
/* #myIntro { display:none !important; } */


/* ------------------------------------------------------------ */
/* 右カラムの設定 */
/* ------------------------------------------------------------ */

/* 右カラムを全て消す */
#bodySub { display:none !important;}

/* 上段のFlash広告を消す */
#adBanner { display:none !important; }

/* mixiニュースを消す */
#mixiNewsArea { display:none !important; }

/* 個別設定:mixiニュース下段の広告を消す */
.prContents { display:none !important; }

/* 注目のキーワードを消す */
#keywordRanking { display:none !important; }

/* カレンダーを消す */
#calendar { display:none !important; }

/* PR企画を消す */
#prSepecial { display:none !important; }

/* mixiニュースをプロフィール欄に移動&記事の最後に付くアイコンを消す
#mixiNewsArea {
width:248px; height:220px !important; position:absolute !important;
top: 108px !important; margin-left:-480px !important; }
#mixiNews li { height:16px; !important;
white-space:nowrap !important; text-align:center !important; }
#mixiNewsArea * { border:none !important; background:none !important; }
#mixiNewsArea h2 { display:none !important; }
#mixiNews img[height="15"],#mixiNews img[height="12"]{ display:none !important; }
*/

/* ------------------------------------------------------------ */
/* フッタ部分の設定 */
/* ------------------------------------------------------------ */

/* フッタ部分を全て消す */
#footerArea { display:none !important; }}


/* ------------------------------------------------------------ */
/* 他ページの設定 */
/* ------------------------------------------------------------ */

/* トップページ以外は右カラムを消す */
@-moz-document
domain("video.mixi.jp"),
domain("music.mixi.jp"),
url-prefix("http://mixi.jp/list"),
url-prefix("http://mixi.jp/edit"),
url-prefix("http://mixi.jp/view"),
url-prefix("http://mixi.jp/delete"),
url-prefix("http://mixi.jp/show"),
url-prefix("http://mixi.jp/help"),
url-prefix("http://mixi.jp/search"),
url-prefix("http://mixi.jp/review"),
url-prefix("http://mixi.jp/inquiry.pl"),
url-prefix("http://mixi.jp/station.pl"),
url-prefix("http://mixi.jp/send_message.pl"),
url-prefix("http://mixi.jp/invite.pl") {
#bodySub { display:none !important; }}

/* 自分以外のプロフィール画像は消さずに表示 */
@-moz-document url-prefix("http://mixi.jp/show_friend"){
#myProfile .contents01 { visibility:visible !important; }}