/*** Base Formatting ***/ .PostTools spriteicon { width : 8px; /* Reset Width */ height : 8px; /* Reset Height */ background-repeat : no-repeat !important; /* Reset Background */ background-position : center !important; /* Center Positioning for New Tool Icons */ } /*** Remove Styling of Post Tool Buttons ***/ .PostTools .IconOnlyButton, .PostTools .IconOnlyButton[disabled]:hover { background : none; } /*** Replace Icon Images ***/ .PostTools .EditIcon { background : url('http://files.gamebanana.com/bitpit/edit.png'); } .PostTools .QuoteIcon { width : 10px; background : url('http://files.gamebanana.com/bitpit/quote_3.png'); } .PostTools .StampIcon { background : url('http://files.gamebanana.com/bitpit/stamp.png'); } .PostTools .ReportIcon { background : url('http://files.gamebanana.com/bitpit/report.png'); } .PostTools .TrashIcon { background : url('http://files.gamebanana.com/bitpit/trash.png'); } .PostTools .TrashIcon { background : url('http://files.gamebanana.com/bitpit/trash.png'); } .PostTools .UntrashIcon { background : url('http://files.gamebanana.com/bitpit/untrash.png'); } .PostTools .PinIcon { background : url('http://files.gamebanana.com/bitpit/pin.png'); } .PostTools .LinkIcon { width : 10px; background : url('http://files.gamebanana.com/bitpit/link_e1a90.png'); } .PostTools .ExemplifyIcon { background : url('http://files.gamebanana.com/bitpit/ef.png'); }