消除 Flickr 最上方的 Yahoo 選單列 - Flickr

Table of Contents


修正有公告時(如維修公告),公告內容會被擋住的問題
(我是直接把公告移到最前面,不喜歡的人自己改吧):

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;
}



--
●●
##╦─╮ ╭─╮╭─╮╔┬╮╭─╮╦╮╗
##╬╰╦ ╬ ║╰─╮ ║ ╬ ║╬│║
●● ╩─╯ ╰─╯╰─╯ ╩ ╰─╯╩╰╝
◥◣│◢◤ 部落格 - http://www.goston.net/

--

All Comments