1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/*兩者擇一使用即可*/

/*浮窗噗文:噗主背景色-只設定顏色*/
._lch_ ~ .pop-window .list .highlight_owner {
	/*背景色*/ background:#FAA;
}

/*浮窗噗文:噗主背景色-微調造型版*/
._lch_ ~ .pop-window .list .highlight_owner {
	/*這裡勿動*/ width:auto;
	/*內距和外距:三個數字分別是「上px 左右px 下px」*/
	/*外距*/ margin:5px 5px 0px !important;
	/*內距*/ padding:8px 10px 10px;
	/*背景色*/ background:#FAA;
	/*圓角*/ border-radius:5px;
}