Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*----------------------------------------------
- reply,modify,remove buttons
- -----------------------------------------------*/
- img.reply_button,
- img.modify_button,
- img.remove_button{
- height: 26px;
- opacity: 0.6;
- }
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;quote=']:hover img.reply_button,
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;msg=']:hover img.modify_button,
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=deletemsg;topic=']:hover img.remove_button {
- opacity: 1;
- /*background: #ddd;
- background: #ffeb3b*/
- }
- img.reply_button {
- content: url(https://i.ibb.co/ckFn6tg/quote.png);
- }
- img.modify_button {
- content: url(https://i.ibb.co/6yRX1S9/edit-document.png);
- }
- img.remove_button {
- content: url(https://i.ibb.co/TH3573d/delete.png);
- }
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;quote=']:before,
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;msg=']:before,
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=deletemsg;topic=']:before {
- background: #000;
- color: #fff;
- position: absolute;
- display: none;
- text-align: center;
- top: -26px;
- padding: 2px 5px;
- border-radius: 3px;
- font-size: 12px;
- }
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;quote=']:before {
- content: 'اقتباس';
- }
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;msg=']:before {
- content: 'تعديل';
- }
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=deletemsg;topic=']:before {
- content: 'حذف';
- }
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;quote=']:hover:before,
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;msg=']:hover:before,
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=deletemsg;topic=']:hover:before {
- display: inline;
- }
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;quote='],
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=post;msg='],
- div[id^='ignmsgbttns'] a[href^='https://bitcointalk.org/index.php?action=deletemsg;topic=']
- {
- position: relative;
- }
- /* end reply,modify,remove buttons */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement