https://my.fastcomet.com/domainchecker.php?search=single&type=first&domain={domain}&tlds={tld}&searchall=&type=singleidea&aff=XXXXX
https://my.fastcomet.com/domainchecker.php?search=single&type=first&domain={domain}&tlds={tld}&searchall=&aff=XXXXX
http://www.namecheap.com/domains/domain-name-search/results.aspx?domain={domain}&tlds={tld}&searchall=&type=singleidea&aff=XXXXX
/* Custom CSS for wpdomainchecker style 2 */
/* Widget container */
.wpdomainchecker.style-2 {
background-color: #f2f2f2;
border: 1px solid #ccc;
padding: 20px;
border-radius: 4px;
max-width: 400px;
margin: 0 auto;
}
/* Domain input field */
.wpdomainchecker.style-2 .input-group .form-control {
background-color: #fff;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
width: 100%;
}
/* Button */
.wpdomainchecker.style-2 .btn {
background-color: #007bff;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
}
/* Error message */
.wpdomainchecker.style-2 .alert {
color: #ff0000;
margin-top: 10px;
}
/* Result container */
.wpdomainchecker.style-2 .search-results {
margin-top: 20px;
}
/* Result items */
.wpdomainchecker.style-2 .search-results .result-item {
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 10px;
}
/* Result item link */
.wpdomainchecker.style-2 .search-results .result-item a {
color: #007bff;
text-decoration: none;
}
/* Loading spinner */
.wpdomainchecker.style-2 .spinner {
display: inline-block;
border: 4px solid #f3f3f3;
border-top: 4px solid #007bff;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin-right: 10px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* Custom CSS for mobile devices */
@media (max-width: 767px) {
/* Widget container */
.wpdomainchecker.style-2.mobile {
/* Add your mobile-specific container styles here */
/* Example: */
max-width: 100%;
padding: 10px;
}
/* Domain input field */
.wpdomainchecker.style-2.mobile .input-group .form-control {
/* Add your mobile-specific input field styles here */
/* Example: */
font-size: 14px;
padding: 8px;
}
/* Button */
.wpdomainchecker.style-2.mobile .btn {
/* Add your mobile-specific button styles here */
/* Example: */
font-size: 14px;
padding: 10px 16px;
}
/* Error message */
.wpdomainchecker.style-2.mobile .alert {
/* Add your mobile-specific error message styles here */
/* Example: */
font-size: 12px;
margin-top: 8px;
}
/* Result container */
.wpdomainchecker.style-2.mobile .search-results {
/* Add your mobile-specific result container styles here */
/* Example: */
margin-top: 10px;
}
/* Result items */
.wpdomainchecker.style-2.mobile .search-results .result-item {
/* Add your mobile-specific result item styles here */
/* Example: */
padding: 8px;
margin-bottom: 8px;
}
/* Result item link */
.wpdomainchecker.style-2.mobile .search-results .result-item a {
/* Add your mobile-specific result item link styles here */
/* Example: */
font-size: 14px;
}
/* Loading spinner */
.wpdomainchecker.style-2.mobile .spinner {
/* Add your mobile-specific loading spinner styles here */
/* Example: */
width: 20px;
height: 20px;
}
}