Re: [分享] 消除 Flickr 最上方的 Yahoo 選單列

作者: NintendoGC (Goston)   2013-07-25 19:41:13
修正有公告時(如維修公告),公告內容會被擋住的問題
(我是直接把公告移到最前面,不喜歡的人自己改吧):
Firefox 版:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("flickr.com") {
.with-eyebrow #global-nav {
top: 0 !important;
}
#eyebrow {
display: none;
}
.announcement-banner {
z-index: 99999 !important;
}
}
Google Chrome 版:
.with-eyebrow #global-nav {
top: 0 !important;
}
#eyebrow {
display: none;
}
.announcement-banner {
z-index: 99999 !important;
}

Links booklink

Contact Us: admin [ a t ] ucptt.com