https://addmembers.com/RainMaker/LeadForms/1/style_220.css

ID da verificação
84a9d8ee-27e5-42b3-b6a7-e897542ddf26Concluído
URL enviado:
https://addmembers.com/RainMaker/LeadForms/1/style_220.css
Relatório concluído:

Ligações · 0 encontradas

As ligações de saída identificadas na página

Variáveis JavaScript · 3 encontradas

Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual

Mensagens de registo da consola · 0 encontradas

Mensagens registadas na consola web

HTML

O corpo HTML em bruto da página

<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 220px Wide */

#rainmaker-leadform-container {
    width: 220px !important;
	font-family: Arial !important;
}

#rainmaker-leadform-header {
    background-image: url(https://addmembers.com/RainMaker/LeadForms/1/img/header.png) !important;
    background-size: 220px 91px !important;
    width: 220px !important;
    height: 91px !important;
}

#rainmaker-leadform-body {
    width: 218px !important;
    background-image: url(https://addmembers.com/RainMaker/Leadforms/1/img/leadform-content-back.png) !important;
    background-size: 218px !important;   
}

#rainmaker-leadform-body-margin {
	padding: 9px !important;
	}

#rainmaker-leadform-footer {
	margin-top: -4px !important;
	margin-left: -1px !important;
	width: 218px !important;
	height: 73px !important;
    background-image: url(https://addmembers.com/RainMaker/Leadforms/1/img/leadform-content-back.png) !important;
    text-align: center !important;
}

.rainmaker-button {
    background: url(https://addmembers.com/RainMaker/Leadforms/1/img/button.png) !important;
    -ms-background-size: 210px 63px !important;
    -moz-background-size: 210px 63px !important;
    -o-background-size: 210px 63px !important;
    -webkit-background-size: 210px 63px !important;
    background-size: 210px 63px !important;
    width: 210px !important;
    height: 63px !important;
    cursor: pointer !important;
    border: none !important;
    margin: 0 auto !important; /* centers the button */
    /* remove the text */
    color: transparent !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

input.rainmaker-fields
{
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	
    /* labels next to the text boxes */
    display: block !important;
    margin-top: 5px !important;
    
    height: 25px !important; /* typical is 19px !important; */
    width: 175px !important; /* typical is 125px !important; */
}

input .rainmaker-fields {
	
}

label 
{
	color: white !important;
	width: 90px !important;
	display: block !important;
	/* float: left !important;  remove this to have labels on top of text boxes */
	margin-left: 5px !important; /* for labels on top make this 5px !important; else 0px !important; */
	margin-top: 10px !important;  /* for labels on top make this 10px !important; else 5px !important; */
	text-align: left !important;
	vertical-align: top !important;

}

#rainmaker-webformIntro {
    color: white !important;
    padding: 3px !important;
}

.rainmaker-agegroup, .rainmaker-agegroupheader {
    color: #FFFFFF !important;
}

.rainmaker-offerstitle {
    color: #FFFFFF !important;

}

.rainmaker-offers {
    color: #FFFFFF !important;
}


</pre></body></html>