Skip to content

Instantly share code, notes, and snippets.

/**頻道顏色設定**/
/*通知常態*/
#updater .item a {background: #D9D9D9 !important;}
/*通知滑鼠移至*/
#updater .item a:hover
{
background: #FCFCFC !important;
color: #333 !important;
}
/*頻道常態*/
/**=======佈景發佈 by疾患=======**/
/*作者噗浪 http://www.plurk.com/hoshikata*/
/*
請直接在自訂佈景把所有的語法貼上,而且必須先選擇新版的預設佈景,
背景圖片當然自己放即可。
此佈景適合搭配的背景是偏灰色單調背景。
*/
/**隱藏廣告**/
#resp_banner_ads.show {height: 0px; overflow: hidden;}
/*
:hover 滑鼠移至,在任何標籤加上此時不需要空格
*/
/*
:before :after 偽元素,:before 是 icon,:after 是 icon 的背景
*/
/**雪花**/
/*下雪範圍*/
/*==========主控台收縮==========*/
/*隱藏頁尾*/
footer.clearfix {
width: 0px !important;
height: 0px !important;
overflow: hidden !important;
}
/*徽章調整*/
.award_bar {margin: 0 !important; padding: 0 !important;}
.dash-segment-award .segment-content
/*
background 中
左右對齊預設為左邊對齊,方式有 left center right 三種方式,
上下對齊預設為上邊對齊,top center bottom 三種方式,
也可以使用 px 調整對齊位置,但會以預設的左上進行調整。
固定效果有兩種,scroll 是會隨著滾軸滾動,fixed 則是不隨著滾軸滾動。
重複效果則是 repeat repeat-x repeat-y no-repeat。
*/
/*
font 中,