1
2
3
4
5
6
7
8
9
/*隱藏大絕按扭*/
#mark_all_link {
    width: 0px;
    overflow: hidden;
    padding: 0px;
}
#view_all_plurk {
    position: absolute;
}