/* Sticky navigation */ .topNavSticky { z-index: 400; position: sticky; position: -webkit-sticky; top: 0; } .p-navSticky.is-sticky { z-index: 500; } .p-navSticky { top: 44px; } .u-anchorTarget { margin-top: calc( -77px + @xf-tn_anchor - @xf-tse_progress_height ) !important; } @media (max-width: @xf-responsiveMedium) { .topNavSticky { position: relative; } .p-navSticky { top: 0 !important; } .u-anchorTarget { margin-top: -47px; } } /* Navigation shell */ .topNav { .xf-tn_topNav(); position: relative; } .topNav-inner { .xf-tn_topNavInner(); max-width: @xf-pageWidthMax; min-height: 44px; margin: 0 auto; padding: 0 10px; display: flex; align-items: center; gap: 10px; } .topNav-tools { position: relative; flex: 0 0 auto; } .topNav-toolsTrigger { min-height: 36px; padding: 0 12px; display: inline-flex; align-items: center; gap: 9px; color: @xf-paletteColor2; border: 1px solid transparent; border-radius: 8px; font-size: @xf-fontSizeNormal; font-weight: 500; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease; &:hover, &:focus, &[aria-expanded="true"] { color: @xf-paletteColor2; background: fade(@xf-paletteColor2, 10%); border-color: fade(@xf-paletteColor2, 24%); text-decoration: none; } > .fa--xf { margin-left: 2px; font-size: 11px; opacity: .7; } } .topNav-toolsTriggerText { white-space: nowrap; strong { font-weight: 700; } } /* Google-style 3 by 3 launcher icon */ .topNav-toolsDots { width: 18px; height: 18px; display: grid; grid-template-columns: repeat(3, 4px); grid-auto-rows: 4px; gap: 3px; align-content: center; justify-content: center; flex: 0 0 auto; i { width: 4px; height: 4px; display: block; border-radius: 50%; background: currentColor; } } /* Existing visitor, inbox, alerts, and search block */ .topNav-visitor { margin-left: auto; flex: 0 0 auto; display: flex; align-items: center; text-align: right; } .topNav .topNav-visitor a.p-navgroup-link--logIn { .xf-tn_login_link(); } .topNav .topNav-visitor a.p-navgroup-link--logIn:hover { .xf-tn_login_link_hover(); } .topNav .topNav-visitor a.p-navgroup-link--register { .xf-tn_register_link(); } .topNav .topNav-visitor a.p-navgroup-link--register:hover { .xf-tn_register_link_hover(); } /* Tools popup */ .topNav-toolsMenu.menu { width: 760px; max-width: calc(100vw - 20px); } .topNav-toolsMenu { .menu-content { padding: 0; overflow: hidden; color: @xf-textColor; background: @xf-contentBg; border-radius: 12px; } a { text-decoration: none; } } .topNav-toolsMenuHeader { min-height: 70px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid @xf-borderColor; background: linear-gradient( 135deg, fade(@xf-paletteColor2, 9%), transparent 55% ), @xf-contentBg; } .topNav-toolsMenuEyebrow { margin-bottom: 2px; color: @xf-paletteColor2; font-size: @xf-fontSizeSmall; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; } .topNav-toolsMenuTitle { margin: 0; color: @xf-textColor; font-size: 20px; font-weight: 700; } .topNav-toolsSearch { min-height: 36px; padding: 0 12px; display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; color: @xf-textColorMuted; background: @xf-contentAltBg; border: 1px solid @xf-borderColor; border-radius: 8px; &:hover { color: @xf-linkColor; border-color: fade(@xf-linkColor, 45%); background: fade(@xf-linkColor, 7%); } } .topNav-toolsMenuBody { display: grid; grid-template-columns: minmax(0, 1fr) 245px; } /* App grid */ .topNav-toolsApps { padding: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; align-content: start; } .topNav-toolApp { min-width: 0; min-height: 106px; padding: 12px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: @xf-textColor; border: 1px solid transparent; border-radius: 12px; text-align: center; transition: transform .16s ease, background-color .16s ease, border-color .16s ease; &:hover, &:focus { color: @xf-textColor; background: fade(@xf-paletteColor2, 8%); border-color: fade(@xf-paletteColor2, 22%); transform: translateY(-1px); } &:active { transform: translateY(0); } } .topNav-toolAppIcon { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; color: @xf-paletteColor2; background: fade(@xf-paletteColor2, 12%); border: 1px solid fade(@xf-paletteColor2, 18%); border-radius: 14px; font-size: 20px; } .topNav-toolAppLabel { max-width: 100%; color: inherit; font-size: @xf-fontSizeSmall; font-weight: 600; line-height: 1.25; } /* Quick access column */ .topNav-quickAccess { padding: 16px; background: @xf-contentAltBg; border-left: 1px solid @xf-borderColor; } .topNav-quickAccessHeading { margin-bottom: 9px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; color: @xf-textColorMuted; font-size: @xf-fontSizeSmall; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; .fa--xf { color: @xf-paletteColor2; } } .topNav-quickLink { min-height: 58px; padding: 8px; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 9px; color: @xf-textColor; border-radius: 9px; transition: background-color .16s ease; &:hover, &:focus { color: @xf-textColor; background: fade(@xf-paletteColor2, 10%); } > .fa--xf { color: @xf-textColorMuted; font-size: 11px; } strong, small { display: block; } strong { color: @xf-textColor; font-size: @xf-fontSizeSmall; font-weight: 600; line-height: 1.3; } small { margin-top: 2px; color: @xf-textColorMuted; font-size: 11px; line-height: 1.25; } } .topNav-quickLinkIcon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; color: @xf-paletteColor2; background: fade(@xf-paletteColor2, 10%); border-radius: 9px; } /* Auction feed footer */ .topNav-toolsMenuFooter { min-height: 54px; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; gap: 14px; background: @xf-contentAltBg; border-top: 1px solid @xf-borderColor; } .topNav-auctionFeeds { min-width: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; } .topNav-auctionFeedsLabel { margin-right: 2px; color: @xf-textColorMuted; font-size: @xf-fontSizeSmall; font-weight: 600; } .topNav-auctionFeeds a { padding: 4px 7px; color: @xf-textColorMuted; background: @xf-contentBg; border: 1px solid @xf-borderColor; border-radius: 6px; font-size: 11px; font-weight: 700; &:hover { color: @xf-paletteColor2; border-color: fade(@xf-paletteColor2, 35%); background: fade(@xf-paletteColor2, 8%); } } .topNav-viewAll { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; color: @xf-paletteColor2; font-size: @xf-fontSizeSmall; font-weight: 700; &:hover { color: @xf-paletteColor2; text-decoration: underline; } } /* Visitor tabs shape */ .p-navgroup, .p-navgroup.p-discovery { border-radius: 0 0 4px 4px; } /* Hide duplicated primary-nav visitor/search blocks */ @media (min-width: @xf-responsiveMedium) { .p-nav-opposite .p-navgroup.p-account.p-navgroup--member, .p-nav-opposite .p-navgroup.p-account.p-navgroup--guest { display: none; } } @media (max-width: @xf-responsiveMedium) { .topNav .p-navgroup.p-account.p-navgroup--member, .topNav .p-navgroup.p-account.p-navgroup--guest { display: none; } } @media (min-width: @xf-responsiveMedium) { .p-nav-opposite .p-navgroup.p-discovery { display: none; } } @media (max-width: @xf-responsiveMedium) { .topNav .p-navgroup.p-discovery { display: none; } } /* Tablet */ @media (max-width: @xf-responsiveMedium) { .topNav { display: none; } .topNav-inner { padding: 0 8px; } .topNav-toolsMenu.menu { width: calc(100vw - 16px); max-width: calc(100vw - 16px); } .topNav-toolsMenuBody { grid-template-columns: 1fr; } .topNav-toolsApps { grid-template-columns: repeat(4, minmax(0, 1fr)); } .topNav-quickAccess { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; border-top: 1px solid @xf-borderColor; border-left: 0; } .topNav-quickAccessHeading { grid-column: 1 / -1; } .topNav-toolsMenuFooter { align-items: flex-start; flex-direction: column; } .u-anchorTarget { margin-top: calc( -47px ) !important; } } /* Small phones */ @media (max-width: 560px) { .topNav-toolsTrigger { padding: 0 9px; } .topNav-toolsTriggerText { display: none; } .topNav-toolsMenuHeader { min-height: 62px; padding: 12px 14px; } .topNav-toolsMenuTitle { font-size: 18px; } .topNav-toolsSearch span { display: none; } .topNav-toolsApps { padding: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; } .topNav-toolApp { min-height: 94px; padding: 9px 5px; } .topNav-toolAppIcon { width: 42px; height: 42px; } .topNav-quickAccess { grid-template-columns: 1fr; padding: 12px; } .topNav-toolsMenuFooter { padding: 11px 12px; } } /* Very narrow phones */ @media (max-width: 380px) { .topNav-toolsApps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .topNav-viewAll { width: 100%; justify-content: space-between; } }
  • Welcome to DNForum.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

payment not received. What should i do?

Status
Not open for further replies.

AHKIPSLIPKNOT666

New Member
Legacy Platinum Member
Joined
Dec 17, 2005
Messages
350
Reaction score
0
I am entitled to a payment with recipt id G 1221245. Sedo said paid on 01/09/06. However, i didn't receive the payment and status said cancelled. Can any one help?
 
a payment for what? a domain sale...parking?
 
Why don't you contact their customer support regarding that?
 
they probably pulled their infamous "your traffic isn't good enough for us, so we wont pay you" deal...
 
or another "your traffic does not convert for our advertisers"
 
or you are using methods of increasing traffic
or we found a link on domain.com
 
What was the range of your earnings? Was it over your set payout limit?
 
Status
Not open for further replies.
Back
Top Bottom